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

Start the MPIHelper

parent 6a3cef40
No related branches found
No related tags found
No related merge requests found
...@@ -310,6 +310,8 @@ void measureEOC(const std::shared_ptr<GridType> grid, ...@@ -310,6 +310,8 @@ void measureEOC(const std::shared_ptr<GridType> grid,
int main (int argc, char *argv[]) try int main (int argc, char *argv[]) try
{ {
MPIHelper::instance(argc, argv);
// Start Python interpreter // Start Python interpreter
Python::start(); Python::start();
Python::Reference main = Python::import("__main__"); Python::Reference main = Python::import("__main__");
......
...@@ -69,6 +69,8 @@ using namespace Dune; ...@@ -69,6 +69,8 @@ using namespace Dune;
int main (int argc, char *argv[]) try int main (int argc, char *argv[]) try
{ {
MPIHelper::instance(argc, argv);
//feenableexcept(FE_INVALID); //feenableexcept(FE_INVALID);
// Start Python interpreter // Start Python interpreter
Python::start(); Python::start();
......
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