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
Ralph Castain
869041f770
Purge whitespace from the repo
2015-06-23 20:59:57 -07:00
Brian Barrett
eb3c6546c2
Remove shortcut optimizations from non-blocking collectives. We need to call
...
into the collectives module even in the shortcutable cases to get the requests
created.
This commit was SVN r26784.
2012-07-11 16:03:55 +00:00
Brian Barrett
b9e8e4aeb9
* Initial merge of the non-blocking collectives interface. No implementation of
...
the back-end yet, coming real soon now, need to solve some tag issues first.
This commit was SVN r26641.
2012-06-22 20:54:12 +00:00