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) +