aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-04-20 19:08:58 +0000
committerjulie <julielangou@users.noreply.github.com>2012-04-20 19:08:58 +0000
commitf5ad5058f76df5d4cfcb67cb76a3902770b71a32 (patch)
treec96766f26a550e74c260b1269e2701e273a8c8c4 /INSTALL
parent73697fcf866e86cac63389661012920f5064a39b (diff)
Fix XLF flags that were causing test zgg to hang
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/make.inc.XLF3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL/make.inc.XLF b/INSTALL/make.inc.XLF
index 56b3ac9b..903dc2fe 100644
--- a/INSTALL/make.inc.XLF
+++ b/INSTALL/make.inc.XLF
@@ -13,7 +13,8 @@ SHELL = /bin/sh
# desired load options for your machine.
#
FORTRAN = xlf
-OPTS = -O2 -qfixed -qnosave
+OPTS = -O3 -qfixed -qnosave
+# For -O2, add -qstrict=none
DRVOPTS = $(OPTS)
NOOPT = -O0 -qfixed -qnosave
LOADER = xlf