Re: [OMPI users] EXTERNAL: Re: Application hangs on mpi_waitall

2013-06-27 Thread George Bosilca
:users-boun...@open-mpi.org] On > Behalf Of George Bosilca > Sent: Thursday, June 27, 2013 2:57 PM > To: Open MPI Users > Subject: Re: [OMPI users] EXTERNAL: Re: Application hangs on mpi_waitall > > This seems to highlight a possible bug in the MPI implementation. As I > s

Re: [OMPI users] EXTERNAL: Re: Application hangs on mpi_waitall

2013-06-27 Thread Blosch, Edwin L
i.org [mailto:users-boun...@open-mpi.org] On Behalf Of George Bosilca Sent: Thursday, June 27, 2013 2:57 PM To: Open MPI Users Subject: Re: [OMPI users] EXTERNAL: Re: Application hangs on mpi_waitall This seems to highlight a possible bug in the MPI implementation. As I suggested earlier, the credit manageme

Re: [OMPI users] EXTERNAL: Re: Application hangs on mpi_waitall

2013-06-27 Thread George Bosilca
This seems to highlight a possible bug in the MPI implementation. As I suggested earlier, the credit management of the OpenIB might be unsafe. To confirm this one last test to run. Let's prevent the OpenIB support from being used during the run (thus Open MPI will fall back to TCP). I suppose yo

Re: [OMPI users] EXTERNAL: Re: Application hangs on mpi_waitall

2013-06-27 Thread Blosch, Edwin L
The debug version also hung, roughly the same amount of progress in the computations (although of course it took much longer to make that progress in comparison to the optimized version). On the bright side, the idea of putting an mpi_barrier after the irecvs and before the isends appears to ha