Re: [OMPI devel] [patch] libnbc intercommunicator iallgather bug

2014-09-30 Thread Pritchard Jr., Howard
onday, September 29, 2014 10:22 PM To: de...@open-mpi.org Subject: [OMPI devel] [patch] libnbc intercommunicator iallgather bug Hi, The attached program intercommunicator-iallgather.c outputs message "MPI Error in MPI_Testall() (18)" forever and doesn't finish. This is because libnb

[OMPI devel] [patch] libnbc intercommunicator iallgather bug

2014-09-30 Thread Kawashima, Takahiro
Hi, The attached program intercommunicator-iallgather.c outputs message "MPI Error in MPI_Testall() (18)" forever and doesn't finish. This is because libnbc has typos of send/recv. See attached intercommunicator-iallgather.patch for the fix. The patch modifies iallgather_inter and iallgather_intr