From 4947ab4670c4c181a267bd5c457bcd0244741a73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Wed, 7 Oct 2015 09:15:16 +0200 Subject: [PATCH] deal.II: updated centos7 platform information for CentOS 7.1 --- deal.II/platforms/supported/centos7.platform | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/platforms/supported/centos7.platform b/deal.II/platforms/supported/centos7.platform index 2f5c073..e182aa9 100644 --- a/deal.II/platforms/supported/centos7.platform +++ b/deal.II/platforms/supported/centos7.platform @@ -3,20 +3,20 @@ # This build script assumes that you have several packages already # installed via RHEL's yum using the following command: # -# su -c 'yum install -y patch svn git wget \ +# sudo yum install -y patch svn git wget \ # @development-tools gcc-c++ cmake \ # openmpi openmpi-devel \ # patch \ # libtool libtool-ltdl libtool-ltdl-devel \ # lua lua-devel \ # blas blas-devel lapack lapack-devel \ -# doxygen graphviz graphviz-devel qt-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 +# module load mpi/openmpi-x86_64 ## # -- 2.39.5