Functions
rapidsmpf::mpi Namespace Reference

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...
 

Detailed Description

Collection of helpful MPI functions.

Function Documentation

◆ init()

void rapidsmpf::mpi::init ( int *  argc,
char ***  argv 
)

Helper to initialize MPI with threading support.

Parameters
argcPointer to the number of arguments passed to the program.
argvPointer to the argument vector passed to the program.

◆ is_initialized()

bool rapidsmpf::mpi::is_initialized ( )

Check if MPI is initialized.

Returns
true If MPI is initialized.