75 if (shamcomm::world_rank() == 0) { \
std::int32_t i32
32 bit integer
namespace for communication related stuff
void fetch_world_info()
Gets the information about the MPI communicator.
i32 world_rank()
Gives the rank of the current process in the MPI communicator.
i32 world_size()
Gives the size of the MPI communicator.
i32 mpi_max_tag_value()
Gets the maximum value of the MPI tag.
bool is_mpi_initialized()
Check if MPI is initialized.
std::string mpi_process_name()
Gets the name of the MPI process.