We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e9926 commit a152611Copy full SHA for a152611
build.sh
@@ -32,7 +32,7 @@ then
32
# warning #7601: F2008 standard does not allow an internal procedure to be an actual argument procedure name. (R1214.4).
33
# In the context of F2008 this is an erroneous warning.
34
# See https://prd1idz.cps.intel.com/en-us/forums/topic/486629
35
- FCOMPILERFLAGS= '-c -O2 -warn -stand f08 -diag-disable 7601 -traceback'
+ FCOMPILERFLAGS='-c -O2 -warn -stand f08 -diag-disable 7601 -traceback'
36
#FCOMPILERFLAGS='-c -O2 -warn -traceback -stand f08 -assume protect_parens -assume buffered_io -check all'
37
38
else
0 commit comments