ulfm-devel / ompi

Open MPI main development repository
https://www.open-mpi.org
Other
0 stars 0 forks source link

MPI_COMM_SPAWN broken because nextcid_nb not implemented #5

Closed abouteiller closed 6 years ago

abouteiller commented 8 years ago

Original report by Aurelien Bouteiller (Bitbucket: abouteiller, GitHub: abouteiller).


The algorithm implemented in nextcid and nextcid_nb are different. That makes the cid decision inconsistent and makes in turn MPI_COMM_SPAWN crash because the communicators do not get a unique cid.

abouteiller commented 6 years ago

Original comment by Aurelien Bouteiller (Bitbucket: abouteiller, GitHub: abouteiller).


This has been resolved in the past