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

Start the MPIHelper

parent 6a3cef40
Branches
No related tags found
No related merge requests found
......@@ -310,6 +310,8 @@ void measureEOC(const std::shared_ptr<GridType> grid,
int main (int argc, char *argv[]) try
{
MPIHelper::instance(argc, argv);
// Start Python interpreter
Python::start();
Python::Reference main = Python::import("__main__");
......
......@@ -69,6 +69,8 @@ using namespace Dune;
int main (int argc, char *argv[]) try
{
MPIHelper::instance(argc, argv);
//feenableexcept(FE_INVALID);
// Start Python interpreter
Python::start();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment