[cig-commits] [commit] devel: Remove specific subroutines from inlining on XLF. (8222716)
cig_noreply at geodynamics.org
cig_noreply at geodynamics.org
Wed Jun 4 13:02:58 PDT 2014
Repository : https://github.com/geodynamics/specfem3d_globe
On branch : devel
Link : https://github.com/geodynamics/specfem3d_globe/compare/754300e5a26e2a5d17069e661645fe819a7857a1...cd83b686a7c6014e132933f685157d43151a665e
>---------------------------------------------------------------
commit 8222716a74aef23465acb838ff093c4497c5ab97
Author: Elliott Sales de Andrade <esalesde at physics.utoronto.ca>
Date: Sun Jun 1 21:24:49 2014 -0400
Remove specific subroutines from inlining on XLF.
These subroutines do not exist and this options causes a warning about
them.
>---------------------------------------------------------------
8222716a74aef23465acb838ff093c4497c5ab97
flags.guess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flags.guess b/flags.guess
index 1092c57..db79dd3 100644
--- a/flags.guess
+++ b/flags.guess
@@ -171,7 +171,7 @@ case $my_FC in
# CFLAGS = -Wl,-relax
#
# deleted -qxflag=dvz because it requires handler function __xl_dzx and thus linking will fail
- DEF_FFLAGS="-O4 -qnostrict -qassert=contig -qhot -q64 -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -qsuffix=f=f90 -qhalt=w -qlanglvl=2003std -g -qsuppress=1518-234 -qsuppress=1518-317 -qsuppress=1518-318 -qsuppress=1500-036 -Q -Q+rank,swap_all -Wl,-relax"
+ DEF_FFLAGS="-O4 -qnostrict -qassert=contig -qhot -q64 -qtune=auto -qarch=auto -qcache=auto -qfree=f90 -qsuffix=f=f90 -qhalt=w -qlanglvl=2003std -g -qsuppress=1518-234 -qsuppress=1518-317 -qsuppress=1518-318 -qsuppress=1500-036 -Q -Wl,-relax"
# Options -qreport -qsource -qlist create a *.lst file containing detailed information about vectorization.
# On IBM BlueGene at IDRIS (France) use:
# -qtune=auto -qarch=450d -qsave instead of -qtune=auto -qarch=auto
More information about the CIG-COMMITS
mailing list