[cig-commits] [commit] devel: suppressed the "configure" and "make" steps from all the run_this_example.sh (d2a8da4)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Dec 8 14:19:34 PST 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/00ae7db05e62851315db5db27dab495a7ec137d3...d2a8da4566dfdd6a13b8751542f84febb1da009e

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

commit d2a8da4566dfdd6a13b8751542f84febb1da009e
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Dec 8 23:04:23 2014 +0100

    suppressed the "configure" and "make" steps from all the run_this_example.sh


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

d2a8da4566dfdd6a13b8751542f84febb1da009e
 EXAMPLES/global_PREM_kernels/amplitude/run_this_example.sh  | 3 ---
 EXAMPLES/global_PREM_kernels/traveltime/run_this_example.sh | 3 ---
 EXAMPLES/global_s362ani_shakemovie/run_this_example.sh      | 4 ----
 EXAMPLES/regional_Greece_noise_small/run_this_example.sh    | 5 -----
 EXAMPLES/regional_Greece_small/run_this_example.sh          | 7 -------
 EXAMPLES/regional_MiddleEast/run_this_example.sh            | 3 ---
 6 files changed, 25 deletions(-)

diff --git a/EXAMPLES/global_PREM_kernels/amplitude/run_this_example.sh b/EXAMPLES/global_PREM_kernels/amplitude/run_this_example.sh
index ae4b9e3..8dd1277 100755
--- a/EXAMPLES/global_PREM_kernels/amplitude/run_this_example.sh
+++ b/EXAMPLES/global_PREM_kernels/amplitude/run_this_example.sh
@@ -32,12 +32,9 @@ rm -rf OUTPUT_FILES/*
 # compiles executables in root directory
 # using default configuration
 cd ../../
-# configures package with ifort compiler
-./configure F90=ifort MPIF90=mpif90 FLAGS_CHECK="-O3 -assume byterecl" > tmp.log
 
 # compiles for a forward simulation
 cp $currentdir/DATA/Par_file DATA/Par_file
-make >& tmp.log
 
 # backup of constants setup
 cp setup/* $currentdir/OUTPUT_FILES/
diff --git a/EXAMPLES/global_PREM_kernels/traveltime/run_this_example.sh b/EXAMPLES/global_PREM_kernels/traveltime/run_this_example.sh
index ae4b9e3..8dd1277 100755
--- a/EXAMPLES/global_PREM_kernels/traveltime/run_this_example.sh
+++ b/EXAMPLES/global_PREM_kernels/traveltime/run_this_example.sh
@@ -32,12 +32,9 @@ rm -rf OUTPUT_FILES/*
 # compiles executables in root directory
 # using default configuration
 cd ../../
-# configures package with ifort compiler
-./configure F90=ifort MPIF90=mpif90 FLAGS_CHECK="-O3 -assume byterecl" > tmp.log
 
 # compiles for a forward simulation
 cp $currentdir/DATA/Par_file DATA/Par_file
-make >& tmp.log
 
 # backup of constants setup
 cp setup/* $currentdir/OUTPUT_FILES/
diff --git a/EXAMPLES/global_s362ani_shakemovie/run_this_example.sh b/EXAMPLES/global_s362ani_shakemovie/run_this_example.sh
index 0217d95..777e184 100755
--- a/EXAMPLES/global_s362ani_shakemovie/run_this_example.sh
+++ b/EXAMPLES/global_s362ani_shakemovie/run_this_example.sh
@@ -36,12 +36,8 @@ rm -rf OUTPUT_FILES/*
 # using default configuration
 
 cd $rootdir
-# configures package with ifort compiler
-#./configure F90=ifort MPIF90=mpif90 FLAGS_CHECK="-O3 -assume byterecl" FLAGS_NO_CHECK="-O3 -assume byterecl"
 # compiles for a forward simulation
 cp $currentdir/DATA/Par_file DATA/Par_file
-make clean
-make 
 
 # backup of constants setup
 cp setup/* $currentdir/OUTPUT_FILES/
diff --git a/EXAMPLES/regional_Greece_noise_small/run_this_example.sh b/EXAMPLES/regional_Greece_noise_small/run_this_example.sh
index 41e3046..b40dd47 100755
--- a/EXAMPLES/regional_Greece_noise_small/run_this_example.sh
+++ b/EXAMPLES/regional_Greece_noise_small/run_this_example.sh
@@ -32,14 +32,9 @@ rm -rf OUTPUT_FILES/*
 # compiles executables in root directory
 # using default configuration
 cd ../../
-# configures package with ifort compiler
-#./configure F90=ifort MPIF90=mpif90 FLAGS_CHECK="-O3 -assume byterecl" FLAGS_NO_CHECK="-O3 -assume byterecl" > tmp.log
-#./configure F90=gfortran MPIF90=mpif90 FLAGS_CHECK="-O3" FLAGS_NO_CHECK="-O3"
 
 # compiles for a forward simulation
 cp $currentdir/DATA/Par_file DATA/Par_file
-make >& $currentdir/tmp_make_output.log
-make xcombine_vol_data >> $currentdir/tmp_make_output.log
 
 # backup of constants setup
 cp setup/* $currentdir/OUTPUT_FILES/
diff --git a/EXAMPLES/regional_Greece_small/run_this_example.sh b/EXAMPLES/regional_Greece_small/run_this_example.sh
index 64b3227..bf1364f 100755
--- a/EXAMPLES/regional_Greece_small/run_this_example.sh
+++ b/EXAMPLES/regional_Greece_small/run_this_example.sh
@@ -31,16 +31,9 @@ rm -rf OUTPUT_FILES/*
 # compiles executables in root directory
 # 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
-# configures package with gfortran compiler
-./configure F90=gfortran MPIF90=mpif90 FLAGS_CHECK="-O3"
 
 # compiles for a forward simulation
 cp $currentdir/DATA/Par_file DATA/Par_file
-make clean
-make >& $currentdir/tmp_make_output.log
-make xcombine_vol_data >> $currentdir/tmp_make_output.log
 
 # backup of constants setup
 cp setup/* $currentdir/OUTPUT_FILES/
diff --git a/EXAMPLES/regional_MiddleEast/run_this_example.sh b/EXAMPLES/regional_MiddleEast/run_this_example.sh
index 2f1b12a..c86e1fd 100755
--- a/EXAMPLES/regional_MiddleEast/run_this_example.sh
+++ b/EXAMPLES/regional_MiddleEast/run_this_example.sh
@@ -32,12 +32,9 @@ rm -rf OUTPUT_FILES/*
 # compiles executables in root directory
 # using default configuration
 cd ../../
-# configures package with ifort compiler
-./configure F90=ifort MPIF90=mpif90 FLAGS_CHECK="-O3 -assume byterecl" > tmp.log
 
 # compiles for a forward simulation
 cp $currentdir/DATA/Par_file DATA/Par_file
-make >& tmp.log
 
 # backup of constants setup
 cp setup/* $currentdir/OUTPUT_FILES/



More information about the CIG-COMMITS mailing list