Skip to content

Commit a4f2495

Browse files
committed
PGI: add more references as requested by @boegel.
1 parent 3f5f2cb commit a4f2495

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • easybuild/toolchains/compiler

easybuild/toolchains/compiler/pgi.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ class Pgi(Compiler):
4949

5050
COMPILER_FAMILY = TC_CONSTANT_PGI
5151

52-
# Reference: https://www.pgroup.com/doc/pgiref.pdf
52+
# 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
5357
COMPILER_UNIQUE_OPTION_MAP = {
5458
'i8': 'i8',
5559
'r8': 'r8',

0 commit comments

Comments
 (0)