[cig-commits] [commit] devel: Change default compiler for regional_Greece_small (ed49176)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Dec 5 12:33:30 PST 2014


Repository : https://github.com/geodynamics/specfem3d_globe

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/e7a2c9dea40db8987faf7ca8e91d13ff79a5cc4d...ed49176ce2f28c28460b1a202ae00b8ff387d637

>---------------------------------------------------------------

commit ed49176ce2f28c28460b1a202ae00b8ff387d637
Author: David Luet <luet at princeton.edu>
Date:   Fri Dec 5 15:06:22 2014 -0500

    Change default compiler for regional_Greece_small
    
    In the script run_this_example.sh, the code was configured with
    
    ./configure F90=ifort MPIF90=/usr/local/openmpi-ifort/bin/mpif90 \
     FLAGS_CHECK="-O3 -assume byterecl" > tmp.log
    
    by default. This is a not a standard setting. And it causes some issues
    with running the buildbot test.
    
    This commit sets the default to the GNU compilers.


>---------------------------------------------------------------

ed49176ce2f28c28460b1a202ae00b8ff387d637
 EXAMPLES/regional_Greece_small/run_this_example.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/EXAMPLES/regional_Greece_small/run_this_example.sh b/EXAMPLES/regional_Greece_small/run_this_example.sh
index 3e96efe..64b3227 100755
--- a/EXAMPLES/regional_Greece_small/run_this_example.sh
+++ b/EXAMPLES/regional_Greece_small/run_this_example.sh
@@ -32,9 +32,9 @@ rm -rf OUTPUT_FILES/*
 # using default configuration
 cd ../../
 # configures package with ifort compiler
-./configure F90=ifort MPIF90=/usr/local/openmpi-ifort/bin/mpif90 FLAGS_CHECK="-O3 -assume byterecl" > tmp.log
+#./configure F90=ifort MPIF90=/usr/local/openmpi-ifort/bin/mpif90 FLAGS_CHECK="-O3 -assume byterecl" > tmp.log
 # configures package with gfortran compiler
-#./configure F90=gfortran MPIF90=mpif90 FLAGS_CHECK="-O3"
+./configure F90=gfortran MPIF90=mpif90 FLAGS_CHECK="-O3"
 
 # compiles for a forward simulation
 cp $currentdir/DATA/Par_file DATA/Par_file



More information about the CIG-COMMITS mailing list