From: Uwe Köcher Date: Thu, 2 Oct 2014 13:21:39 +0000 (+0200) Subject: deal.II / platform F20: updated basic instructions X-Git-Tag: v0.4~48 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649cad8355c2a3e95b925d9b548c583527f2978b;p=candi.git deal.II / platform F20: updated basic instructions --- diff --git a/deal.II/platforms/supported/fedora20.platform b/deal.II/platforms/supported/fedora20.platform index bf49450..6c05186 100644 --- a/deal.II/platforms/supported/fedora20.platform +++ b/deal.II/platforms/supported/fedora20.platform @@ -3,15 +3,21 @@ # This build script assumes that you have several packages already # installed via Fedora's yum using the following command: # -# su -c 'yum install -y svn \ -# @development-tools gcc-c++ cmake \ +# $ su -c 'yum install -y \ +# @development-tools gcc-c++ cmake mpich mpich-devel splint \ # libtool lua lua-devel \ # blas blas-devel lapack lapack-devel \ # doxygen graphviz graphviz-devel qt-devel ' # -# ARPACK system packages: arpack arpack-devel -# METIS system packages: metis metis-devel -# +# Additional packages (if you need): +# ~ ARPACK system packages: arpack arpack-devel +# ~ METIS system packages: metis metis-devel +# +# Please load the 'mpich' compiler with +# $ module load mpi/mpich-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! ## #