Skip to content

osc/pt2pt fails with multiple threads #2614

Closed
@jjhursey

Description

@jjhursey

Testing with the osc/pt2pt component revealed multiple hangs and wrong answers when running with two threads. Each thread is working with it's own communicator copy of MPI_COMM_WORLD and their own private windows.

The test is here:

% mpicc -o x mt_1sided.c mt_1sided_td1.c mt_1sided_td2.c
% mpirun -host hostA,hostB -mca osc pt2pt -mca pml ob1 -mca btl openib,self,vader ./x

PR #2630 will need to be reverted when a resolution to this issue is committed on v2.0.x branch.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions