13 #ifndef _VT_UNIFY_MPI_H_
14 #define _VT_UNIFY_MPI_H_
22 # define CALL_MPI( call ) P##call
24 # define CALL_MPI( call ) call
29 #if defined(HAVE_MPI_GET_ADDRESS) && HAVE_MPI_GET_ADDRESS
30 # define MPI_Address MPI_Get_address
31 # define PMPI_Address PMPI_Get_address
34 #if defined(HAVE_MPI_TYPE_CREATE_STRUCT) && HAVE_MPI_TYPE_CREATE_STRUCT
35 # define MPI_Type_struct MPI_Type_create_struct
36 # define PMPI_Type_struct PMPI_Type_create_struct