Skip to content
Snippets Groups Projects
Commit 430037ea authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Init MPIHelper even for tests that are purely sequential

parent d65a4603
No related branches found
No related tags found
No related merge requests found
Pipeline #2359 failed
...@@ -336,6 +336,8 @@ void testEnergyGradient(Basis basis) ...@@ -336,6 +336,8 @@ void testEnergyGradient(Basis basis)
int main(int argc, char** argv) int main(int argc, char** argv)
{ {
MPIHelper::instance(argc, argv);
const int domainDim = 2; const int domainDim = 2;
// //////////////////////////////////////////////////////// // ////////////////////////////////////////////////////////
......
...@@ -111,5 +111,7 @@ void testUnitVector3d() ...@@ -111,5 +111,7 @@ void testUnitVector3d()
int main(int argc, char** argv) int main(int argc, char** argv)
{ {
MPIHelper::instance(argc, argv);
testUnitVector3d<2>(); testUnitVector3d<2>();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment