From 6c4d3043024b3908aeca933276a476b5a535696b Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Fri, 11 Mar 2016 15:40:10 -0500 Subject: [PATCH] Add documentation for generic linux cluster. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 ---- -- 2.39.5