Skip to content
Snippets Groups Projects
mpi_wrapper.cpp 188 B
Newer Older
  • Learn to ignore specific revisions
  • #include <mpi.h>
    
    #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;
    }