Skip to content
Snippets Groups Projects
Commit 8a8207c1 authored by Boris Martin's avatar Boris Martin
Browse files

fixed mpi rank

parent 313ef3f1
No related branches found
No related tags found
2 merge requests!43Multi source configuration,!42Made assembly separate
Pipeline #10821 passed
...@@ -823,6 +823,8 @@ namespace gmshddm ...@@ -823,6 +823,8 @@ namespace gmshddm
const int outerVerbosity = gmshfem::common::Options::instance()->verbose; const int outerVerbosity = gmshfem::common::Options::instance()->verbose;
const int innerVerbosity = (outerVerbosity != 0 ? outerVerbosity - 1 : 0); const int innerVerbosity = (outerVerbosity != 0 ? outerVerbosity - 1 : 0);
const unsigned int MPI_Rank = mpi::getMPIRank();
_physicalCommutator = true; _physicalCommutator = true;
_artificialCommutator = false; _artificialCommutator = false;
togglePhysicalAndArtificialSourceTerms(); togglePhysicalAndArtificialSourceTerms();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment