Skip to content
Snippets Groups Projects
Commit 300207f9 authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Remove warning for unused variable env in MPIInterface

It is not used, but I think it is needed for MPI to work properly
parent 6ad0e829
Branches
No related tags found
No related merge requests found
......@@ -75,7 +75,10 @@ public:
namespace mpi_setup
{
#pragma GCC diagnostic ignored "-Wunused-variable"
static mpi::environment* env = 0; //!< The MPI environment
#pragma GCC diagnostic pop
extern std::shared_ptr<MPI_Interface> comm; //!< The MPI communicator
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment