Module mpi

Source

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 (returns True 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