|
| | XBT_LOG_NEW_DEFAULT_SUBCATEGORY (smpi_pmpi, smpi, "Logging specific to SMPI (pmpi)") |
| |
| void | TRACE_smpi_set_category (const char *category) |
| |
| int | PMPI_Init (int *argc, char ***argv) |
| |
| int | PMPI_Finalize () |
| |
| int | PMPI_Finalized (int *flag) |
| |
| int | PMPI_Get_version (int *version, int *subversion) |
| |
| int | PMPI_Get_library_version (char *version, int *len) |
| |
| int | PMPI_Init_thread (int *argc, char ***argv, int, int *provided) |
| |
| int | PMPI_Query_thread (int *provided) |
| |
| int | PMPI_Is_thread_main (int *flag) |
| |
| int | PMPI_Abort (MPI_Comm, int) |
| |
| double | PMPI_Wtime () |
| |
| double | PMPI_Wtick () |
| |
| int | PMPI_Address (void *location, MPI_Aint *address) |
| |
| int | PMPI_Get_address (void *location, MPI_Aint *address) |
| |
| int | PMPI_Get_processor_name (char *name, int *resultlen) |
| |
| int | PMPI_Get_count (MPI_Status *status, MPI_Datatype datatype, int *count) |
| |
| int | PMPI_Initialized (int *flag) |
| |
| int | PMPI_Alloc_mem (MPI_Aint size, MPI_Info, void *baseptr) |
| |
| int | PMPI_Free_mem (void *baseptr) |
| |
| int | PMPI_Error_class (int errorcode, int *errorclass) |
| |
| int | PMPI_Keyval_create (MPI_Copy_function *copy_fn, MPI_Delete_function *delete_fn, int *keyval, void *extra_state) |
| |
| int | PMPI_Keyval_free (int *keyval) |
| |