From cc94c56232ef893c6676c8007330753e35033e2f Mon Sep 17 00:00:00 2001
From: =?utf8?q?Uwe=20K=C3=B6cher?= <koecher@hsu-hamburg.de>
Date: Tue, 8 Jul 2014 11:38:13 +0200
Subject: [PATCH] Updated CentOS7 platform

---
 deal.II/platforms/supported/centos7.platform | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/deal.II/platforms/supported/centos7.platform b/deal.II/platforms/supported/centos7.platform
index 4abc980..c2bc611 100644
--- a/deal.II/platforms/supported/centos7.platform
+++ b/deal.II/platforms/supported/centos7.platform
@@ -5,12 +5,15 @@
 #
 # su -c 'yum install -y svn git wget \
 # @development-tools gcc-c++ cmake \
+# openmpi openmpi-devel \
 # blas blas-devel lapack lapack-devel \
 # doxygen graphviz graphviz-devel qt-devel '
 # 
 # ARPACK: arpack arpack-devel
 # METIS: metis metis-devel
-#
+# 
+# Load the openmpi compiler with (e.g. for 64bit systems)
+#   module load openmpi-x86_64
 ##
 
 #
-- 
2.39.5