AdjoinableMPI
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
passThrough.c File Reference
#include <mpi.h>
#include "ampi/userIF/passThrough.h"
Include dependency graph for passThrough.c:

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)
 

Function Documentation

int AMPI_Comm_rank ( MPI_Comm  comm,
int *  rank 
)

simple wrapper; signature is identical to MPI original

Definition at line 18 of file passThrough.c.

int AMPI_Get_processor_name ( char *  name,
int *  resultlen 
)

simple wrapper; signature is identical to MPI original

Definition at line 24 of file passThrough.c.

int AMPI_Pack_size ( int  incount,
MPI_Datatype  datatype,
MPI_Comm  comm,
int *  size 
)

simple wrapper; signature is identical to MPI original

Definition at line 30 of file passThrough.c.