We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2887c commit a3f9af3Copy full SHA for a3f9af3
1 file changed
easybuild/toolchains/compiler/pgi.py
@@ -76,7 +76,7 @@ class Pgi(Compiler):
76
COMPILER_CC = 'pgcc'
77
COMPILER_CXX = 'pgc++'
78
79
- COMPILER_F77 = 'pgfortran'
+ COMPILER_F77 = 'pgf77'
80
COMPILER_F90 = 'pgfortran'
81
COMPILER_FC = 'pgfortran'
82
0 commit comments