You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)
I'm using OpenMPI v4.0.1 (essentially b8a8ae9 with a few unrelated changes).
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
I cloned from Git and built from source.
portals4 was built from a git clone.
Configured with ../configure --prefix=pwd/../_install --with-portals4=/home/pt2/portals4/_install
Portals4 is configured with UDP mode: --disable-transport-ib --enable-zero-mrs --enable-transport-udp --enable-reliable-udp --disable-transport-shmem
Please describe the system on which you are running
@ptaffet Thanks for the bug report. This looks like a bug in the Portals4 reference implementation. I have opened an issue (sandialabs/portals4#82) over there to track it. Once fixed there, I'll confirm the fix here so this issue can be closed.
Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)
I'm using OpenMPI v4.0.1 (essentially b8a8ae9 with a few unrelated changes).
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
I cloned from Git and built from source.
portals4 was built from a git clone.
Configured with
../configure --prefix=pwd/../_install --with-portals4=/home/pt2/portals4/_install
Portals4 is configured with UDP mode:
--disable-transport-ib --enable-zero-mrs --enable-transport-udp --enable-reliable-udp --disable-transport-shmem
Please describe the system on which you are running
Operating system/version: Debian 8
Computer hardware: Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz
Network type: Ethernet
Details of the problem
Calling
MPI_Comm_split
causes an immediate crash with the assertion:Since the problem appears to be with
MPI_Iallreduce
, I tried running this sample program:MPI_Allreduce
works properly, butMPI_Iallreduce
andMPI_Comm_split
fail.MPI_Iallreduce
crashes with a similar stack trace as the one above.The text was updated successfully, but these errors were encountered: