AdjoinableMPI
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
passThrough.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int AMPI_Comm_size (MPI_Comm comm, int *size)
 
int AMPI_Comm_rank (MPI_Comm comm, int *rank)
 
int AMPI_Get_processor_name (char *name, int *resultlen)
 
int AMPI_Pack_size (int incount, MPI_Datatype datatype, MPI_Comm comm, int *size)
 

Detailed Description

prototypes for wrapper routines with identical signatures that pass the parameters through to the MPI routines; we do this to gave a consistent AMPI naming scheme and avoid having to mix AMPI and MPI calls

Definition in file passThrough.h.