tnc/
mpi.rs

1//! Methods for MPI interaction, i.e., communication and synchronization between
2//! multiple compute nodes.
3
4pub mod communication;
5mod mpi_types;
6mod serialization;