Classes | |
class | Copier |
Program ID. More... | |
Functions | |
void | Initialize_without_split (int argc, char *argv[]) |
MPI_Comm | Initialize (int argc, char *argv[]) |
void | Finalize () |
bool | Initialized () |
int | MyProc () |
int | NProcs () |
Process ID in MPI_COMM_WORLD. More... | |
int | AppNum () |
Number of processes in MPI_COMM_WORLD. More... | |
int | MyProgId () |
Get the appnum (color) required for MPI_Comm_split. More... | |
int amrex::MPMD::AppNum | ( | ) |
Number of processes in MPI_COMM_WORLD.
void amrex::MPMD::Finalize | ( | ) |
void amrex::MPMD::Initialize_without_split | ( | int | argc, |
char * | argv[] | ||
) |
bool amrex::MPMD::Initialized | ( | ) |
int amrex::MPMD::MyProc | ( | ) |
int amrex::MPMD::MyProgId | ( | ) |
Get the appnum (color) required for MPI_Comm_split.
int amrex::MPMD::NProcs | ( | ) |
Process ID in MPI_COMM_WORLD.