From: Uwe Köcher Date: Fri, 6 Nov 2015 18:29:35 +0000 (+0100) Subject: deal.II: updated platform description/notes for RHEL/CentOS/Fedora families X-Git-Tag: v0.8~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54ce3490a6805c57645de3c863f12bcb02c863ae;p=candi.git deal.II: updated platform description/notes for RHEL/CentOS/Fedora families --- diff --git a/deal.II-toolchain/platforms/supported/centos7.platform b/deal.II-toolchain/platforms/supported/centos7.platform index 11ac407..58e01f8 100644 --- a/deal.II-toolchain/platforms/supported/centos7.platform +++ b/deal.II-toolchain/platforms/supported/centos7.platform @@ -1,9 +1,9 @@ # CentOS 7 # This build script assumes that you have several packages already -# installed via RHEL's yum using the following command: +# installed via CentOS's yum using the following command: # -# sudo yum install -y patch svn git wget \ +# sudo yum install patch svn git wget \ # @development-tools gcc-c++ cmake \ # openmpi openmpi-devel \ # patch \ @@ -12,11 +12,11 @@ # 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 mpi/openmpi-x86_64 +# Please load the 'openmpi' compiler with +# $ module load mpi/openmpi-x86_64 +# and then set the compiler enviroment variables to +# $ export CC=mpicc; export CXX=mpicxx; export FC=mpif90; export FF=mpif77 +# before you continue! ## # diff --git a/deal.II-toolchain/platforms/supported/fedora22.platform b/deal.II-toolchain/platforms/supported/fedora22.platform index 20e6c26..abc38a8 100644 --- a/deal.II-toolchain/platforms/supported/fedora22.platform +++ b/deal.II-toolchain/platforms/supported/fedora22.platform @@ -1,19 +1,15 @@ # Fedora 22 # This build script assumes that you have several packages already -# installed via Fedora's yum using the following command: +# installed via Fedora's dnf using the following command: # -# $ sudo dnf install -y \ +# $ sudo dnf install \ # @development-tools gcc-c++ cmake openmpi openmpi-devel splint \ # patch libtool lua lua-devel \ # blas blas-devel lapack lapack-devel \ # doxygen graphviz graphviz-devel qt-devel \ # metis metis-devel # -# Additional packages (if you need): -# ~ ARPACK system packages: arpack arpack-devel -# ~ METIS system packages: metis metis-devel -# # Please load the 'openmpi' compiler with # $ module load mpi/openmpi-x86_64 # and then set the compiler enviroment variables to diff --git a/deal.II-toolchain/platforms/supported/fedora23.platform b/deal.II-toolchain/platforms/supported/fedora23.platform index abf3b23..ba41b1a 100644 --- a/deal.II-toolchain/platforms/supported/fedora23.platform +++ b/deal.II-toolchain/platforms/supported/fedora23.platform @@ -1,19 +1,15 @@ # Fedora 23 # This build script assumes that you have several packages already -# installed via Fedora's yum using the following command: +# installed via Fedora's dnf using the following command: # -# $ sudo dnf install -y \ +# $ sudo dnf install \ # @development-tools gcc-c++ cmake openmpi openmpi-devel splint \ # patch libtool lua lua-devel \ # blas blas-devel lapack lapack-devel \ # doxygen graphviz graphviz-devel qt-devel \ # metis metis-devel # -# Additional packages (if you need): -# ~ ARPACK system packages: arpack arpack-devel -# ~ METIS system packages: metis metis-devel -# # Please load the 'openmpi' compiler with # $ module load mpi/openmpi-x86_64 # and then set the compiler enviroment variables to diff --git a/deal.II-toolchain/platforms/supported/rhel7.platform b/deal.II-toolchain/platforms/supported/rhel7.platform index 3eb998d..3900fe8 100644 --- a/deal.II-toolchain/platforms/supported/rhel7.platform +++ b/deal.II-toolchain/platforms/supported/rhel7.platform @@ -3,17 +3,19 @@ # This build script assumes that you have several packages already # installed via RHEL's yum using the following command: # -# su -c 'yum install -y svn git wget \ +# sudo yum install svn git wget \ # @development-tools gcc-c++ cmake \ # 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 -# +# Please load the 'openmpi' compiler with +# $ module load mpi/openmpi-x86_64 +# and then set the compiler enviroment variables to +# $ export CC=mpicc; export CXX=mpicxx; export FC=mpif90; export FF=mpif77 +# before you continue! ## #