1
1

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
Этот коммит содержится в:
Gilles Gouaillardet 2015-08-31 09:36:02 +09:00
родитель 16d65a2762
Коммит 53b952dc2b
755 изменённых файлов: 3717 добавлений и 4428 удалений

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/memchecker.h"
#include "ompi/communicator/communicator.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Abort = PMPI_Abort
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Abort PMPI_Abort
#endif

Просмотреть файл

@ -34,11 +34,10 @@
#include "ompi/datatype/ompi_datatype_internal.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Accumulate = PMPI_Accumulate
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Accumulate PMPI_Accumulate
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/communicator/communicator.h"
#include "ompi/attribute/attribute.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Add_error_class = PMPI_Add_error_class
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Add_error_class PMPI_Add_error_class
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/errhandler/errcode.h"
#include "ompi/attribute/attribute.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Add_error_code = PMPI_Add_error_code
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Add_error_code PMPI_Add_error_code
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/errhandler/errcode.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Add_error_string = PMPI_Add_error_string
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Add_error_string PMPI_Add_error_string
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/communicator/communicator.h"
#include "ompi/errhandler/errhandler.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Address = PMPI_Address
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Address PMPI_Address
#endif

Просмотреть файл

@ -33,11 +33,10 @@
#include "ompi/datatype/ompi_datatype.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Allgather = PMPI_Allgather
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Allgather PMPI_Allgather
#endif

Просмотреть файл

@ -33,11 +33,10 @@
#include "ompi/datatype/ompi_datatype.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Allgatherv = PMPI_Allgatherv
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Allgatherv PMPI_Allgatherv
#endif

Просмотреть файл

@ -31,11 +31,10 @@
#include "ompi/info/info.h"
#include "opal/mca/mpool/mpool.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Alloc_mem = PMPI_Alloc_mem
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Alloc_mem PMPI_Alloc_mem
#endif

Просмотреть файл

@ -32,11 +32,10 @@
#include "ompi/op/op.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Allreduce = PMPI_Allreduce
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Allreduce PMPI_Allreduce
#endif

Просмотреть файл

@ -32,11 +32,10 @@
#include "ompi/datatype/ompi_datatype.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Alltoall = PMPI_Alltoall
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Alltoall PMPI_Alltoall
#endif

Просмотреть файл

@ -32,11 +32,10 @@
#include "ompi/datatype/ompi_datatype.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Alltoallv = PMPI_Alltoallv
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Alltoallv PMPI_Alltoallv
#endif

Просмотреть файл

@ -32,11 +32,10 @@
#include "ompi/datatype/ompi_datatype.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Alltoallw = PMPI_Alltoallw
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Alltoallw PMPI_Alltoallw
#endif

Просмотреть файл

@ -29,11 +29,10 @@
#include "ompi/attribute/attribute.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Attr_delete = PMPI_Attr_delete
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Attr_delete PMPI_Attr_delete
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/attribute/attribute.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Attr_get = PMPI_Attr_get
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Attr_get PMPI_Attr_get
#endif

Просмотреть файл

@ -29,11 +29,10 @@
#include "ompi/attribute/attribute.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Attr_put = PMPI_Attr_put
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Attr_put PMPI_Attr_put
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Barrier = PMPI_Barrier
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Barrier PMPI_Barrier
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/datatype/ompi_datatype.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Bcast = PMPI_Bcast
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Bcast PMPI_Bcast
#endif

Просмотреть файл

@ -32,11 +32,10 @@
#include "ompi/mca/pml/base/pml_base_bsend.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Bsend = PMPI_Bsend
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Bsend PMPI_Bsend
#endif

Просмотреть файл

@ -32,11 +32,10 @@
#include "ompi/mca/pml/base/pml_base_bsend.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Bsend_init = PMPI_Bsend_init
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Bsend_init PMPI_Bsend_init
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/mca/pml/pml.h"
#include "ompi/mca/pml/base/pml_base_bsend.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Buffer_attach = PMPI_Buffer_attach
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Buffer_attach PMPI_Buffer_attach
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/mca/pml/pml.h"
#include "ompi/mca/pml/base/pml_base_bsend.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Buffer_detach = PMPI_Buffer_detach
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Buffer_detach PMPI_Buffer_detach
#endif

Просмотреть файл

@ -29,11 +29,10 @@
#include "ompi/request/request.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Cancel = PMPI_Cancel
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Cancel PMPI_Cancel
#endif

Просмотреть файл

@ -31,11 +31,10 @@
#include "ompi/group/group.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Cart_coords = PMPI_Cart_coords
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Cart_coords PMPI_Cart_coords
#endif

Просмотреть файл

@ -32,11 +32,10 @@
#include "ompi/mca/topo/base/base.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Cart_create = PMPI_Cart_create
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Cart_create PMPI_Cart_create
#endif

Просмотреть файл

@ -30,11 +30,10 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Cart_get = PMPI_Cart_get
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Cart_get PMPI_Cart_get
#endif

Просмотреть файл

@ -32,11 +32,10 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Cart_map = PMPI_Cart_map
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Cart_map PMPI_Cart_map
#endif

Просмотреть файл

@ -32,11 +32,10 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Cart_rank = PMPI_Cart_rank
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Cart_rank PMPI_Cart_rank
#endif

Просмотреть файл

@ -29,11 +29,10 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Cart_shift = PMPI_Cart_shift
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Cart_shift PMPI_Cart_shift
#endif

Просмотреть файл

@ -32,11 +32,10 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Cart_sub = PMPI_Cart_sub
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Cart_sub PMPI_Cart_sub
#endif

Просмотреть файл

@ -29,11 +29,10 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Cartdim_get = PMPI_Cartdim_get
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Cartdim_get PMPI_Cartdim_get
#endif

Просмотреть файл

@ -31,11 +31,10 @@
#include "ompi/dpm/dpm.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Close_port = PMPI_Close_port
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Close_port PMPI_Close_port
#endif

Просмотреть файл

@ -34,11 +34,10 @@
#include "ompi/dpm/dpm.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_accept = PMPI_Comm_accept
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_accept PMPI_Comm_accept
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/mpi/fortran/base/fint_2_int.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_c2f = PMPI_Comm_c2f
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_c2f PMPI_Comm_c2f
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_call_errhandler = PMPI_Comm_call_errhandler
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_call_errhandler PMPI_Comm_call_errhandler
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_compare = PMPI_Comm_compare
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_compare PMPI_Comm_compare
#endif

Просмотреть файл

@ -34,11 +34,10 @@
#include "ompi/dpm/dpm.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_connect = PMPI_Comm_connect
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_connect PMPI_Comm_connect
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_create = PMPI_Comm_create
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_create PMPI_Comm_create
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/communicator/communicator.h"
#include "ompi/errhandler/errhandler.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_create_errhandler = PMPI_Comm_create_errhandler
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_create_errhandler PMPI_Comm_create_errhandler
#endif

Просмотреть файл

@ -31,11 +31,10 @@
#include "ompi/mca/pml/pml.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_create_group = PMPI_Comm_create_group
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_create_group PMPI_Comm_create_group
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/attribute/attribute.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_create_keyval = PMPI_Comm_create_keyval
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_create_keyval PMPI_Comm_create_keyval
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/attribute/attribute.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_delete_attr = PMPI_Comm_delete_attr
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_delete_attr PMPI_Comm_delete_attr
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_disconnect = PMPI_Comm_disconnect
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_disconnect PMPI_Comm_disconnect
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_dup = PMPI_Comm_dup
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_dup PMPI_Comm_dup
#endif

Просмотреть файл

@ -31,11 +31,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_dup_with_info = PMPI_Comm_dup_with_info
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_dup_with_info PMPI_Comm_dup_with_info
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/mpi/fortran/base/fint_2_int.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_f2c = PMPI_Comm_f2c
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_f2c PMPI_Comm_f2c
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_free = PMPI_Comm_free
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_free PMPI_Comm_free
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/attribute/attribute.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_free_keyval = PMPI_Comm_free_keyval
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_free_keyval PMPI_Comm_free_keyval
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/attribute/attribute.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_get_attr = PMPI_Comm_get_attr
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_get_attr PMPI_Comm_get_attr
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_get_errhandler = PMPI_Comm_get_errhandler
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_get_errhandler PMPI_Comm_get_errhandler
#endif

Просмотреть файл

@ -20,11 +20,10 @@
#include <stdlib.h>
#include <string.h>
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_get_info = PMPI_Comm_get_info
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_get_info PMPI_Comm_get_info
#endif

Просмотреть файл

@ -31,11 +31,10 @@
#include "opal/threads/mutex.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_get_name = PMPI_Comm_get_name
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_get_name PMPI_Comm_get_name
#endif

Просмотреть файл

@ -25,11 +25,10 @@
#include "ompi/communicator/communicator.h"
#include "ompi/errhandler/errhandler.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_get_parent = PMPI_Comm_get_parent
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_get_parent PMPI_Comm_get_parent
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_group = PMPI_Comm_group
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_group PMPI_Comm_group
#endif

Просмотреть файл

@ -31,11 +31,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_idup = PMPI_Comm_idup
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_idup PMPI_Comm_idup
#endif

Просмотреть файл

@ -43,11 +43,10 @@
#include "ompi/dpm/dpm.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_join = PMPI_Comm_join
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_join PMPI_Comm_join
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_rank = PMPI_Comm_rank
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_rank PMPI_Comm_rank
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_remote_group = PMPI_Comm_remote_group
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_remote_group PMPI_Comm_remote_group
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_remote_size = PMPI_Comm_remote_size
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_remote_size PMPI_Comm_remote_size
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/attribute/attribute.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_set_attr = PMPI_Comm_set_attr
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_set_attr PMPI_Comm_set_attr
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_set_errhandler = PMPI_Comm_set_errhandler
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_set_errhandler PMPI_Comm_set_errhandler
#endif

Просмотреть файл

@ -20,11 +20,10 @@
#include <stdlib.h>
#include <string.h>
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_set_info = PMPI_Comm_set_info
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_set_info PMPI_Comm_set_info
#endif

Просмотреть файл

@ -33,11 +33,10 @@
#include "ompi/totalview.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_set_name = PMPI_Comm_set_name
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_set_name PMPI_Comm_set_name
#endif
@ -74,10 +73,6 @@ int MPI_Comm_set_name(MPI_Comm comm, const char *name)
/* Force TotalView DLL to take note of this name setting */
++ompi_tv_comm_sequence_number;
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_set_name PMPI_Comm_set_name
#endif
OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME);
}

Просмотреть файл

@ -29,11 +29,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_size = PMPI_Comm_size
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_size PMPI_Comm_size
#endif

Просмотреть файл

@ -34,11 +34,10 @@
#include "ompi/dpm/dpm.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_spawn = PMPI_Comm_spawn
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_spawn PMPI_Comm_spawn
#endif

Просмотреть файл

@ -34,11 +34,10 @@
#include "ompi/dpm/dpm.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_spawn_multiple = PMPI_Comm_spawn_multiple
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_spawn_multiple PMPI_Comm_spawn_multiple
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_split = PMPI_Comm_split
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_split PMPI_Comm_split
#endif

Просмотреть файл

@ -30,11 +30,10 @@
#include "ompi/info/info.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_split_type = PMPI_Comm_split_type
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_split_type PMPI_Comm_split_type
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Comm_test_inter = PMPI_Comm_test_inter
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Comm_test_inter PMPI_Comm_test_inter
#endif

Просмотреть файл

@ -30,11 +30,10 @@
#include "ompi/mca/osc/osc.h"
#include "ompi/datatype/ompi_datatype.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Compare_and_swap = PMPI_Compare_and_swap
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Compare_and_swap PMPI_Compare_and_swap
#endif

Просмотреть файл

@ -31,11 +31,10 @@
#include "ompi/communicator/communicator.h"
#include "ompi/errhandler/errhandler.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Dims_create = PMPI_Dims_create
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Dims_create PMPI_Dims_create
#endif

Просмотреть файл

@ -24,11 +24,10 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/mca/topo/base/base.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Dist_graph_create = PMPI_Dist_graph_create
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Dist_graph_create PMPI_Dist_graph_create
#endif

Просмотреть файл

@ -30,11 +30,10 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/mca/topo/base/base.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Dist_graph_create_adjacent = PMPI_Dist_graph_create_adjacent
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Dist_graph_create_adjacent PMPI_Dist_graph_create_adjacent
#endif

Просмотреть файл

@ -25,11 +25,10 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/mca/topo/base/base.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Dist_graph_neighbors = PMPI_Dist_graph_neighbors
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Dist_graph_neighbors PMPI_Dist_graph_neighbors
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/mca/topo/base/base.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Dist_graph_neighbors_count = PMPI_Dist_graph_neighbors_count
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Dist_graph_neighbors_count PMPI_Dist_graph_neighbors_count
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/mpi/fortran/base/fint_2_int.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Errhandler_c2f = PMPI_Errhandler_c2f
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Errhandler_c2f PMPI_Errhandler_c2f
#endif

Просмотреть файл

@ -24,11 +24,10 @@
#include "ompi/communicator/communicator.h"
#include "ompi/errhandler/errhandler.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Errhandler_create = PMPI_Errhandler_create
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Errhandler_create PMPI_Errhandler_create
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/mpi/fortran/base/fint_2_int.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Errhandler_f2c = PMPI_Errhandler_f2c
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Errhandler_f2c PMPI_Errhandler_f2c
#endif

Просмотреть файл

@ -25,11 +25,10 @@
#include "ompi/communicator/communicator.h"
#include "ompi/errhandler/errhandler.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Errhandler_free = PMPI_Errhandler_free
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Errhandler_free PMPI_Errhandler_free
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Errhandler_get = PMPI_Errhandler_get
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Errhandler_get PMPI_Errhandler_get
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Errhandler_set = PMPI_Errhandler_set
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Errhandler_set PMPI_Errhandler_set
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/errhandler/errcode.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Error_class = PMPI_Error_class
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Error_class PMPI_Error_class
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/errhandler/errcode.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Error_string = PMPI_Error_string
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Error_string PMPI_Error_string
#endif

Просмотреть файл

@ -31,11 +31,10 @@
#include "ompi/op/op.h"
#include "ompi/memchecker.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Exscan = PMPI_Exscan
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Exscan PMPI_Exscan
#endif

Просмотреть файл

@ -30,11 +30,10 @@
#include "ompi/mca/osc/osc.h"
#include "ompi/datatype/ompi_datatype.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_Fetch_and_op = PMPI_Fetch_and_op
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_Fetch_and_op PMPI_Fetch_and_op
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/mpi/fortran/base/fint_2_int.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_c2f = PMPI_File_c2f
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_c2f PMPI_File_c2f
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_call_errhandler = PMPI_File_call_errhandler
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_call_errhandler PMPI_File_call_errhandler
#endif

Просмотреть файл

@ -25,11 +25,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_close = PMPI_File_close
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_close PMPI_File_close
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_create_errhandler = PMPI_File_create_errhandler
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_create_errhandler PMPI_File_create_errhandler
#endif

Просмотреть файл

@ -31,11 +31,10 @@
#include "ompi/mca/io/io.h"
#include "ompi/mca/io/base/base.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_delete = PMPI_File_delete
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_delete PMPI_File_delete
#endif

Просмотреть файл

@ -28,11 +28,10 @@
#include "ompi/mpi/fortran/base/fint_2_int.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_f2c = PMPI_File_f2c
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_f2c PMPI_File_f2c
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_get_amode = PMPI_File_get_amode
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_get_amode PMPI_File_get_amode
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_get_atomicity = PMPI_File_get_atomicity
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_get_atomicity PMPI_File_get_atomicity
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_get_byte_offset = PMPI_File_get_byte_offset
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_get_byte_offset PMPI_File_get_byte_offset
#endif

Просмотреть файл

@ -27,11 +27,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_get_errhandler = PMPI_File_get_errhandler
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_get_errhandler PMPI_File_get_errhandler
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_get_group = PMPI_File_get_group
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_get_group PMPI_File_get_group
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_get_info = PMPI_File_get_info
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_get_info PMPI_File_get_info
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_get_position = PMPI_File_get_position
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_get_position PMPI_File_get_position
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_get_position_shared = PMPI_File_get_position_shared
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_get_position_shared PMPI_File_get_position_shared
#endif

Просмотреть файл

@ -26,11 +26,10 @@
#include "ompi/errhandler/errhandler.h"
#include "ompi/file/file.h"
#if OPAL_HAVE_WEAK_SYMBOLS && OMPI_BUILD_MPI_PROFILING
#if OMPI_BUILD_MPI_PROFILING
#if OPAL_HAVE_WEAK_SYMBOLS
#pragma weak MPI_File_get_size = PMPI_File_get_size
#endif
#if OMPI_BUILD_MPI_PROFILING
#define MPI_File_get_size PMPI_File_get_size
#endif

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше