Comment for adjusting localrc file

This commit is contained in:
2018-08-08 11:17:46 +02:00
parent 436efa3a5e
commit 16492b354f

View File

@@ -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/<appropriate version> # currently 7.3.0
./makelocalrc -x -gcc $(which gcc) -gpp $(which g++) -g77 $(which gfortran)