1#ifndef CHITECH_MPI_INFO_H
2#define CHITECH_MPI_INFO_H
51 static
void Call(
int mpi_error_code);
const MPI_Comm & comm
MPI communicator.
static MPI_Info & GetInstance() noexcept
void SetProcessCount(int in_process_count)
void SetLocationID(int in_location_id)
static void Call(int mpi_error_code)
void SetCommunicator(MPI_Comm new_communicator)
const int & process_count
Total number of processes.
const int & location_id
Current process rank.