From 1229f995bbd994ee127fa8d46478c435019d4ada Mon Sep 17 00:00:00 2001 From: Soren Rasmussen Date: Tue, 31 Oct 2017 11:58:05 +0000 Subject: [PATCH] used triple ` instead of \' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05907427..9a8aab4d 100644 --- a/README.md +++ b/README.md @@ -72,18 +72,18 @@ MPIFC=mpif90 which points to GNU Fortran. The best way to avoid this situation is (in our opinion) to use the environment modules package (see http://modules.sourceforge.net/), and load the relevant variables with (e.g.) -''' +``` module load gnu46 openmpi -''' +``` This will delegate to the modules setup to make sure that the version of openmpi in use is the one compiled with the gnu46 compilers. After the configure script has completed you can always tweak the Make.inc file yourself. After you have Make.inc fixed, run -''' +``` make -''' +``` to compile the library; go to the test directory and its subdirectories to get test programs done. If you specify --prefix=/path you can do make install and the libraries will be installed under /path/lib, while the