Function finalize_mpi

Source
pub fn finalize_mpi() -> PyResult<()>
Expand description

Drop the MPI universe and finalize MPI at the end of a program

This should only be called once and should be called at the end of all laddu-related function calls. This must be called at the end of any program which uses MPI.

ยงSee Also

laddu.mpi.use_mpi