From 998080cbb2ace5efb6d3303aa0bf50d5c24431d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Wed, 28 Jan 2015 23:14:08 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3ee97f1..d16065e 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ candi candi - (Compile & Install) - Downloads, configures, builds and install various FEM libraries, e.g. deal.II, FEniCS -General instruction hints +General ---- -candi is a bash script based installer tool. -Open a Terminal. Commands are further denoted with the prefix "$>" - -Do not copy the prefix "$>" into your terminal! +* candi is a bash script based installer tool. +* Open a Terminal. +* Commands are further denoted with the prefix "$>" +* Do NOT copy the prefix "$>" into your terminal! Download ---- @@ -22,7 +22,7 @@ This downloads the current version of candi. Usage ---- -### deal.II Library with MPI Support, Trilinos, PetSc, HDF5, and more: +### deal.II Library with Trilinos, PetSc, MPI Support, and more: candi is initially configured to compile and install the current version of the deal.II library. @@ -38,7 +38,7 @@ candi is initially configured to compile and install the current version of the #### Install deal.II on RHEL 7, CentOS 7 or Fedora 20/21: ```bash - $> module load mpi/openmpi-x86_64 + $> module load mpi/openmpi-`uname -i` $> export CC=mpicc; export CXX=mpicxx; export FC=mpif90; export FF=mpif77 $> ./candi.sh ``` -- 2.39.5