2004-01-09 11:30:19 +03:00
|
|
|
/*
|
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef LAM_C_PROFILE_DEFINES_H
|
|
|
|
#define LAM_C_PROFILE_DEFINES_H
|
|
|
|
/*
|
2004-01-15 04:11:59 +03:00
|
|
|
* This file is included in the top directory only if
|
|
|
|
* profiling is required. Once profiling is required,
|
|
|
|
* this file will replace all MPI_* symbols with
|
|
|
|
* PMPI_* symbols
|
2004-01-09 11:30:19 +03:00
|
|
|
*/
|
2004-01-20 09:10:30 +03:00
|
|
|
#define MPI_Abort PMPI_Abort
|
|
|
|
#define MPI_Accumulate PMPI_Accumulate
|
|
|
|
#define MPI_Add_error_class PMPI_Add_error_class
|
|
|
|
#define MPI_Add_error_code PMPI_Add_error_code
|
|
|
|
#define MPI_Add_error_string PMPI_Add_error_string
|
|
|
|
#define MPI_Address PMPI_Address
|
|
|
|
#define MPI_Allgather PMPI_Allgather
|
|
|
|
#define MPI_Allgatherv PMPI_Allgatherv
|
|
|
|
#define MPI_Allgatherw PMPI_Allgatherw
|
2004-01-11 02:07:38 +03:00
|
|
|
#define MPI_Alloc_mem PMPI_Alloc_mem
|
2004-01-20 09:10:30 +03:00
|
|
|
#define MPI_Allreduce PMPI_Allreduce
|
|
|
|
#define MPI_Alltoall PMPI_Alltoall
|
|
|
|
#define MPI_Alltoallv PMPI_Alltoallv
|
|
|
|
#define MPI_Alltoallw PMPI_Alltoallw
|
|
|
|
#define MPI_Attr_delete PMPI_Attr_delete
|
|
|
|
#define MPI_Attr_get PMPI_Attr_get
|
|
|
|
#define MPI_Attr_put PMPI_Attr_put
|
|
|
|
#define MPI_Barrier PMPI_Barrier
|
|
|
|
#define MPI_Bcast PMPI_Bcast
|
|
|
|
#define MPI_Bsend_init PMPI_Bsend_init
|
|
|
|
#define MPI_Bsend PMPI_Bsend
|
|
|
|
#define MPI_Buffer_attach PMPI_Buffer_attach
|
|
|
|
#define MPI_Buffer_detach PMPI_Buffer_detach
|
2004-01-15 08:39:01 +03:00
|
|
|
#define MPI_Comm_get_name PMPI_Comm_get_name
|
|
|
|
#define MPI_Comm_set_name PMPI_Comm_set_name
|
2004-01-15 08:25:10 +03:00
|
|
|
#define MPI_Finalize PMPI_Finalize
|
|
|
|
#define MPI_Free_mem PMPI_Free_mem
|
|
|
|
#define MPI_Init PMPI_Init
|
2004-01-09 11:30:19 +03:00
|
|
|
|
|
|
|
#endif /* LAM_C_PROFILE_DEFINES_H */
|