Skip to content
Snippets Groups Projects
mpi_wrapper.cpp 171 B
#include "mpi_wrapper.h"

namespace lib4neuro{
	int mpi_rank = 0;
	int mpi_nranks = 1;
	int mpi_msg = 0;
	int mpi_msg_ = 0;
	MPI_Comm mpi_active_comm = MPI_COMM_WORLD;
}