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. | |
| int | AppNum () |
| Number of processes in MPI_COMM_WORLD. | |
| int | MyProgId () |
| Get the appnum (color) required for MPI_Comm_split. | |
| int amrex::MPMD::AppNum | ( | ) |
Number of processes in MPI_COMM_WORLD.
| void amrex::MPMD::Finalize | ( | ) |
| MPI_Comm amrex::MPMD::Initialize | ( | int | argc, |
| char * | argv[] | ||
| ) |
| 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.