remove unused global mpi_comm

This commit is contained in:
Christopher Lackner 2020-12-18 14:25:00 +01:00
parent 94ecf8de92
commit 1e8715dc34
3 changed files with 0 additions and 15 deletions

View File

@ -11,10 +11,6 @@
#include <mpi.h>
extern void ParallelRun();
namespace netgen
{
MPI_Comm mesh_comm;
}
#endif
#include "../libsrc/interface/writeuser.hpp"

View File

@ -43,11 +43,6 @@ namespace netgen {
#ifdef PARALLEL
#include <mpi.h>
namespace netgen
{
// int id = 0, ntasks = 1;
MPI_Comm mesh_comm;
}
#endif

View File

@ -33,12 +33,6 @@ namespace netgen {
using namespace netgen;
using netgen::RegisterUserFormats;
namespace netgen
{
// int id, ntasks;
MPI_Comm mesh_comm;
}
void ParallelRun()
{