From f6292f45ba0126a4ae90ac77bfd24138ea2b268a Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 23 Apr 2014 10:08:20 +0000
Subject: [PATCH] Call MPIHelper::instance, we are starting to get this code
 parallelized

[[Imported from SVN: r9702]]
---
 cosserat-continuum.cc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc
index bbd02220..2deb95d1 100644
--- a/cosserat-continuum.cc
+++ b/cosserat-continuum.cc
@@ -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;
-- 
GitLab