From: Bruno Turcksin Date: Fri, 11 Mar 2016 20:40:10 +0000 (-0500) Subject: Add documentation for generic linux cluster. X-Git-Tag: v0.8.4~1^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c4d3043024b3908aeca933276a476b5a535696b;p=candi.git Add documentation for generic linux cluster. --- diff --git a/README.md b/README.md index 5361d33..b975656 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,22 @@ You run the installer by ``` Hit return and wait. -#### Install deal.II on ubuntu 12.04, 14.xx, 15.xx : +#### Install deal.II on ubuntu 12.04, 14.xx, 15.xx: ```bash $> export CC=mpicc; export CXX=mpicxx; export FC=mpif90; export FF=mpif77 $> ./candi.sh ``` Hit return and wait. +#### Install deal.II on a generic Linux cluster: +```bash + $> export CC=mpicc, export CXX=mpicxx; export FC=mpif90; export FF=mpif77 + $> ./candi.sh --platform=./deal.II-toolchain/platforms/supported/linux_cluster.platform +``` +Hit return and wait. +Note that you probably also want to change the prefix path (see below) and +the path to BLAS and LAPACK in the configuration file (see below). + Adapting candi to your needs ----