Comment for adjusting localrc file
This commit is contained in:
5
Programming/pgi/Readme.md
Normal file
5
Programming/pgi/Readme.md
Normal 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)
|
||||
|
||||
Reference in New Issue
Block a user