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