Nysal Jan K.A
|
5a7bd898f9
|
Fix an invalid memory access in mrecv & imrecv
After the call to PML mrecv/imrecv, the message handle
is set to MPI_MESSAGE_NULL. Use the cached communicator
while invoking the error handler.
|
2015-07-30 19:52:40 +05:30 |
|
Ralph Castain
|
869041f770
|
Purge whitespace from the repo
|
2015-06-23 20:59:57 -07:00 |
|
Jeff Squyres
|
eeb1d83c1d
|
Don't assign the status if MPI_STATUS_IGNORE is passed in. Thanks to
Lisandro Dalcin for finding the issue.
This commit was SVN r28430.
|
2013-05-01 12:32:58 +00:00 |
|
Jeff Squyres
|
4b047c4257
|
Fix typos in the memchecker sections of MPI_IMRECV and MPI_MRECV, and
define the missing function memchecker_message().
Thanks to MTT for catching these errors.
This commit was SVN r26314.
|
2012-04-23 21:10:19 +00:00 |
|
Jeff Squyres
|
359c575345
|
Fix a few missed cases with MPROBE and friends.
This commit was SVN r26116.
|
2012-03-08 19:43:08 +00:00 |
|
Jeff Squyres
|
91b80630aa
|
Update MPROBE, IMPROBE, MRECV, IMRECV with the behavior described in
MPI-3 ticket 328:
https://svn.mpi-forum.org/trac/mpi-forum-web/ticket/328. Add
MPI_MESSAGE_NO_PROC constant.
This commit was SVN r26115.
|
2012-03-08 13:27:01 +00:00 |
|
Brian Barrett
|
25d48e22fa
|
Implementation of the MPI-3 Matched Probe functionality. Currently only
implemented in the OB1 PML, will return NOT_SUPPORTED in other PMLs.
This commit was SVN r25865.
|
2012-02-06 17:35:21 +00:00 |
|