We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5f2cb commit a4f2495Copy full SHA for a4f2495
1 file changed
easybuild/toolchains/compiler/pgi.py
@@ -49,7 +49,11 @@ class Pgi(Compiler):
49
50
COMPILER_FAMILY = TC_CONSTANT_PGI
51
52
- # Reference: https://www.pgroup.com/doc/pgiref.pdf
+ # References:
53
+ # http://www.pgroup.com/doc/pgiref.pdf
54
+ # http://www.pgroup.com/products/freepgi/freepgi_ref/ch02.html#Mflushz
55
+ # http://www.pgroup.com/products/freepgi/freepgi_ref/ch02.html#Mfprelaxed
56
+ # http://www.pgroup.com/products/freepgi/freepgi_ref/ch02.html#Mfpapprox
57
COMPILER_UNIQUE_OPTION_MAP = {
58
'i8': 'i8',
59
'r8': 'r8',
0 commit comments