Gilles Gouaillardet
53b952dc2b
oshmem: invoke the C PMPI_* subroutines instead of the MPI_* ones
...
when profiling is built.
This prevents oshmem subroutines from being wrapped twice by third
party tools (e.g. once in oshmem and once in MPI)
see discussion starting at http://www.open-mpi.org/community/lists/devel/2015/08/17842.php
Thanks to Bert Wesarg for bringing this to our attention
2015-10-13 08:52:03 +09:00
Gilles Gouaillardet
16d65a2762
fortran/mpif-h: invoke the C PMPI_* subroutines instead of the MPI_* ones
...
when profiling is built.
This prevents Fortran subroutines from being wrapped twice by third
party tools (e.g. once in Fortran and once in C)
see discussion starting at http://www.open-mpi.org/community/lists/devel/2015/08/17842.php
2015-10-13 08:52:02 +09:00
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