Collection of helpful MPI functions. More...
Functions | |
| void | init (int *argc, char ***argv) |
| Helper to initialize MPI with threading support. More... | |
| bool | is_initialized () |
| Check if MPI is initialized. More... | |
Collection of helpful MPI functions.
| void rapidsmpf::mpi::init | ( | int * | argc, |
| char *** | argv | ||
| ) |
Helper to initialize MPI with threading support.
| argc | Pointer to the number of arguments passed to the program. |
| argv | Pointer to the argument vector passed to the program. |