From 16492b354f8affd0fd79633a11ed186ae0f6f036 Mon Sep 17 00:00:00 2001 From: Hans-Christian Stadler Kleeb Date: Wed, 8 Aug 2018 11:17:46 +0200 Subject: [PATCH] Comment for adjusting localrc file --- Programming/pgi/Readme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Programming/pgi/Readme.md diff --git a/Programming/pgi/Readme.md b/Programming/pgi/Readme.md new file mode 100644 index 0000000..5c1be1d --- /dev/null +++ b/Programming/pgi/Readme.md @@ -0,0 +1,5 @@ +After installing PGI, the localrc file of the pgi installation needs to be modified by issuing the following commands in the directory where the localrc file is located: + + module add gcc/ # currently 7.3.0 + ./makelocalrc -x -gcc $(which gcc) -gpp $(which g++) -g77 $(which gfortran) +