Newer
Older
#include "mpi_wrapper.h"
namespace lib4neuro{
int mpi_rank = 0;
int mpi_nranks = 1;
int mpi_msg = 0;
int mpi_msg_ = 0;
//#ifdef WITH_PETSC
// MPI_Comm mpi_active_comm = PETSC_COMM_WORLD;
//#else
// TODO PETSC_COMM_WORLD not working here - why?
//#endif