[cig-commits] r12094 - seismo/3D/SPECFEM3D_GLOBE/trunk
dkomati1 at geodynamics.org
dkomati1 at geodynamics.org
Thu Jun 5 06:30:07 PDT 2008
Author: dkomati1
Date: 2008-06-05 06:30:07 -0700 (Thu, 05 Jun 2008)
New Revision: 12094
Modified:
seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
Log:
better compiler options for IBM xlf
Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess 2008-06-05 03:35:50 UTC (rev 12093)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess 2008-06-05 13:30:07 UTC (rev 12094)
@@ -154,12 +154,12 @@
# for the C compiler when using -q64 for the Fortran compiler
#
if test x"$FLAGS_NO_CHECK" = x; then
- FLAGS_NO_CHECK="-O3 -qsave -qstrict -q64 -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -Q -qsuffix=f=f90 -qhalt=w -qlanglvl=2003pure" # -qflttrap=en:ov:zero:inv
+ FLAGS_NO_CHECK="-O3 -qsave -qstrict -q64 -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -Q -qsuffix=f=f90 -qhalt=w -qlanglvl=2003pure -qflttrap=overflow:zerodivide:invalid:enable -qsigtrap -qinitauto=7FBFFFFF"
# on MareNostrum at the Barcelona SuperComputing Center (Spain) use
# -qtune=ppc970 -qarch=ppc64v instead of -qtune=auto -qarch=auto
fi
if test x"$FLAGS_CHECK" = x; then
- FLAGS_CHECK="\$(FLAGS_NO_CHECK) -C"
+ FLAGS_CHECK="\$(FLAGS_NO_CHECK) -C -qddim -qfloat=nans -qfullpath"
fi
;;
esac
More information about the cig-commits
mailing list