Gilles Gouaillardet
8d3bea2771
Fix the cornercase with MPI_PROC_NULL persistent requests.
...
This corner case is now handled in the pml so the same code
is invoked for both MPI_Start and MPI_Startall.
This also correctly report an error if MPI_Startall is invoked twice
on a MPI_PROC_NULL persistent request.
This commit was SVN r32139.
2014-07-04 04:58:52 +00:00
Rolf vandeVaart
90bbb33919
Move variable declaration at beginning of code block to avoid warnings.
...
Also, add memchecker code to csum to keep PMLs consistent.
This commit was SVN r24066.
2010-11-17 18:01:56 +00:00
Shiqing Fan
c11bdec1c8
revert r24059, need a better solution for windows build.
...
This commit was SVN r24063.
The following SVN revision numbers were found above:
r24059 --> open-mpi/ompi@74927c7ab0
2010-11-17 16:09:07 +00:00
Shiqing Fan
74927c7ab0
Remove unnecessary semi-colons, they break windows build.
...
This commit was SVN r24059.
2010-11-17 00:39:38 +00:00
Shiqing Fan
ba2dbff82d
Check for addressability in MPI_*_init, since buffer passed by the application should have been already allocated, but might be not initialized.
...
Check in MPI_Start / MPI_Startall for defined-ness of the buffer passed into the send request(s).
This commit was SVN r24054.
2010-11-16 01:01:12 +00:00
Rolf vandeVaart
19d007a6fc
New PML to support failover between openib BTLs.
...
openib BTL changes coming soon.
This commit was SVN r23385.
2010-07-13 10:46:20 +00:00