Go to the source code of this file.
Functions | |
static void | AMPI_FuncPtr_Pack (struct AMPI_FuncPtr_Transport *x) |
static void | AMPI_FuncPtr_Unpack_Dispatch (SharedObject myexe, struct AMPI_FuncPtr_Transport *x) |
static int | AMPI_Main_Dispatch (SharedObject myexe, int argc, char **argv) |
int | AMPI_FuncPtr_Loader (SharedObject myexe, int argc, char **argv) |
static void AMPI_FuncPtr_Pack | ( | struct AMPI_FuncPtr_Transport * | x | ) | [static] |
Definition at line 8 of file ampi_funcptr_loader.C.
Referenced by AMPI_FuncPtr_Loader().
static void AMPI_FuncPtr_Unpack_Dispatch | ( | SharedObject | myexe, | |
struct AMPI_FuncPtr_Transport * | x | |||
) | [static] |
Definition at line 28 of file ampi_funcptr_loader.C.
References int.
Referenced by AMPI_FuncPtr_Loader().
static int AMPI_Main_Dispatch | ( | SharedObject | myexe, | |
int | argc, | |||
char ** | argv | |||
) | [static] |
Definition at line 43 of file ampi_funcptr_loader.C.
References FTN_NAME(), and int.
Referenced by AMPI_FuncPtr_Loader().
int AMPI_FuncPtr_Loader | ( | SharedObject | myexe, | |
int | argc, | |||
char ** | argv | |||
) |
Definition at line 73 of file ampi_funcptr_loader.C.
References AMPI_FuncPtr_Pack(), AMPI_FuncPtr_Unpack_Dispatch(), AMPI_Main_Dispatch(), and x.
Referenced by main().