From e51f834484407e72651557d46c4dd67703f0c12b Mon Sep 17 00:00:00 2001 From: Hans-Christian Stadler Kleeb Date: Wed, 8 Aug 2018 11:04:10 +0200 Subject: [PATCH 1/4] openmpi 3.1.1 for gcc 8.2.0 --- Compiler/openmpi/3/variants.Linux | 1 + 1 file changed, 1 insertion(+) diff --git a/Compiler/openmpi/3/variants.Linux b/Compiler/openmpi/3/variants.Linux index d7e9ad1..5c6ae03 100644 --- a/Compiler/openmpi/3/variants.Linux +++ b/Compiler/openmpi/3/variants.Linux @@ -11,3 +11,4 @@ openmpi/3.0.1 stable gcc/8.1.0 openpmi/3.0.1 unstable intel/18.2 openmpi/3.1.1 stable gcc/8.1.0 +openmpi/3.1.1 stable gcc/8.2.0 From 153984ad2939178d5e51575bce39112590409e9f Mon Sep 17 00:00:00 2001 From: Hans-Christian Stadler Kleeb Date: Wed, 8 Aug 2018 11:04:58 +0200 Subject: [PATCH 2/4] gcc 8.2.0 --- Programming/gcc/8/variants | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Programming/gcc/8/variants b/Programming/gcc/8/variants index b128666..6033e7a 100644 --- a/Programming/gcc/8/variants +++ b/Programming/gcc/8/variants @@ -1 +1,2 @@ -gcc/8.1.0 unstable b:gmp/6.1.2 b:mpfr/4.0.1 b:mpc/1.1.0 +gcc/8.1.0 stable b:gmp/6.1.2 b:mpfr/4.0.1 b:mpc/1.1.0 +gcc/8.2.0 stable b:gmp/6.1.2 b:mpfr/4.0.1 b:mpc/1.1.0 From 436efa3a5e6511df28a3f584dd07ef0e8875fc49 Mon Sep 17 00:00:00 2001 From: Hans-Christian Stadler Kleeb Date: Wed, 8 Aug 2018 11:06:04 +0200 Subject: [PATCH 3/4] hdf5_serial/1.10.2 for intel/18.3 --- Compiler/hdf5_serial/1/variants.Linux | 1 + 1 file changed, 1 insertion(+) diff --git a/Compiler/hdf5_serial/1/variants.Linux b/Compiler/hdf5_serial/1/variants.Linux index 4fee0be..f3e3b14 100644 --- a/Compiler/hdf5_serial/1/variants.Linux +++ b/Compiler/hdf5_serial/1/variants.Linux @@ -70,3 +70,4 @@ hdf5_serial/1.10.2 stable gcc/5.5.0 hdf5_serial/1.10.2 stable gcc/6.4.0 hdf5_serial/1.10.2 stable gcc/7.3.0 hdf5_serial/1.10.2 stable intel/18.2 +hdf5_serial/1.10.2 stable intel/18.3 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 4/4] 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) +