Function using_mpi

Source
pub fn using_mpi() -> PyResult<bool>
Expand description

Check if MPI is enabled

This can be combined with laddu.mpi.is_root() to ensure valid results are only returned from the root rank process on the condition that MPI is enabled.

ยงSee Also

laddu.mpi.use_mpi laddu.mpi.is_root