Functionsยง
- finalize_
mpi - Drop the MPI universe and finalize MPI at the end of a program
- get_
rank - Get the rank of the current MPI process
- get_
size - Get the total number of MPI processes (including the root process)
- is_
mpi_ available - Check if
laddu
was compiled with MPI support (returnsTrue
if it was). - is_root
- Check if the current MPI process is the root process
- use_mpi
- Use the Message Passing Interface (MPI) to run on a distributed system
- using_
mpi - Check if MPI is enabled