diff --git a/Compiler/hdf5_serial/1/variants.Linux b/Compiler/hdf5_serial/1/variants.Linux index 70c8bf3..fa619c4 100644 --- a/Compiler/hdf5_serial/1/variants.Linux +++ b/Compiler/hdf5_serial/1/variants.Linux @@ -71,3 +71,4 @@ 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 unstable pgi/18.5 +hdf5_serial/1.10.2 stable intel/18.3 diff --git a/Compiler/openmpi/3/variants.Linux b/Compiler/openmpi/3/variants.Linux index 6886c2a..4eeb47d 100644 --- a/Compiler/openmpi/3/variants.Linux +++ b/Compiler/openmpi/3/variants.Linux @@ -11,5 +11,6 @@ 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 openmpi/3.1.2 stable gcc/7.3.0 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 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) +