Skip to content
Snippets Groups Projects
Commit f6292f45 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Call MPIHelper::instance, we are starting to get this code parallelized

[[Imported from SVN: r9702]]
parent c14200e8
Branches
No related tags found
No related merge requests found
......@@ -144,6 +144,9 @@ struct NeumannFunction
int main (int argc, char *argv[]) try
{
// initialize MPI, finalize is done automatically on exit
MPIHelper::instance(argc, argv);
//feenableexcept(FE_INVALID);
typedef std::vector<TargetSpace> SolutionType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment