mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
remove unused global mpi_comm
This commit is contained in:
parent
94ecf8de92
commit
1e8715dc34
@ -11,10 +11,6 @@
|
||||
#include <mpi.h>
|
||||
|
||||
extern void ParallelRun();
|
||||
namespace netgen
|
||||
{
|
||||
MPI_Comm mesh_comm;
|
||||
}
|
||||
#endif
|
||||
|
||||
#include "../libsrc/interface/writeuser.hpp"
|
||||
|
@ -43,11 +43,6 @@ namespace netgen {
|
||||
#ifdef PARALLEL
|
||||
#include <mpi.h>
|
||||
|
||||
namespace netgen
|
||||
{
|
||||
// int id = 0, ntasks = 1;
|
||||
MPI_Comm mesh_comm;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -33,12 +33,6 @@ namespace netgen {
|
||||
using namespace netgen;
|
||||
using netgen::RegisterUserFormats;
|
||||
|
||||
namespace netgen
|
||||
{
|
||||
// int id, ntasks;
|
||||
MPI_Comm mesh_comm;
|
||||
}
|
||||
|
||||
|
||||
void ParallelRun()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user