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

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


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/0a478c593dcd280dcfd1e89d60fd9e3b510b5a30...20c47473dc196747e7375664700e1c190984616f

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

commit 20c47473dc196747e7375664700e1c190984616f
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Dec 8 23:17:15 2014 +0100

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


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

20c47473dc196747e7375664700e1c190984616f
 EXAMPLES/Gmsh_example_Stacey_MPI/run_this_example.sh                | 3 ---
 EXAMPLES/Gmsh_example_Stacey_serial/run_this_example.sh             | 3 ---
 EXAMPLES/LuoYang_fluid_solid_kernel/run_this_example.sh             | 3 ---
 EXAMPLES/Rayleigh_wave_no_crack/run_this_example.sh                 | 3 ---
 EXAMPLES/Rayleigh_wave_with_crack/run_this_example.sh               | 3 ---
 EXAMPLES/Tape2007/run_this_example.sh                               | 3 ---
 EXAMPLES/Tape2007_kernel/run_this_example.sh                        | 3 ---
 EXAMPLES/Tromp2005/run_this_example.sh                              | 3 ---
 EXAMPLES/Tromp2005_kernel/run_this_example.sh                       | 3 ---
 .../run_this_example.sh                                             | 3 ---
 EXAMPLES/acoustic_poroelastic/run_this_example.sh                   | 3 ---
 EXAMPLES/attenuation/run_this_example.sh                            | 3 ---
 EXAMPLES/axisymmetric_case_AXISYM_option/run_this_example.sh        | 6 ------
 EXAMPLES/canyon/run_this_example.sh                                 | 3 ---
 EXAMPLES/fluid_solid/fluid_solid_external_mesh/run_this_example.sh  | 3 ---
 .../run_this_example.sh                                             | 3 ---
 .../run_this_example.sh                                             | 3 ---
 EXAMPLES/initial_plane_wave/run_this_example.sh                     | 3 ---
 EXAMPLES/salt_dome_CUBIT_mesh/CPML_homogeneous/run_this_example.sh  | 3 ---
 .../CPML_normal_fluid_solid/run_this_example.sh                     | 3 ---
 .../salt_dome_CUBIT_mesh/CPML_normal_solid_only/run_this_example.sh | 3 ---
 .../salt_dome_CUBIT_mesh/Stacey_homogeneous/run_this_example.sh     | 3 ---
 .../Stacey_normal_fluid_solid/run_this_example.sh                   | 3 ---
 EXAMPLES/semi_infinite_homo/run_this_example.sh                     | 3 ---
 .../run_this_example.sh                                             | 3 ---
 EXAMPLES/thermocline/run_this_example.sh                            | 3 ---
 26 files changed, 81 deletions(-)

diff --git a/EXAMPLES/Gmsh_example_Stacey_MPI/run_this_example.sh b/EXAMPLES/Gmsh_example_Stacey_MPI/run_this_example.sh
index 2c35766..9978440 100755
--- a/EXAMPLES/Gmsh_example_Stacey_MPI/run_this_example.sh
+++ b/EXAMPLES/Gmsh_example_Stacey_MPI/run_this_example.sh
@@ -28,9 +28,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/Gmsh_example_Stacey_serial/run_this_example.sh b/EXAMPLES/Gmsh_example_Stacey_serial/run_this_example.sh
index d1db6bb..96b2aab 100755
--- a/EXAMPLES/Gmsh_example_Stacey_serial/run_this_example.sh
+++ b/EXAMPLES/Gmsh_example_Stacey_serial/run_this_example.sh
@@ -28,9 +28,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/LuoYang_fluid_solid_kernel/run_this_example.sh b/EXAMPLES/LuoYang_fluid_solid_kernel/run_this_example.sh
index 87bdf28..6738184 100755
--- a/EXAMPLES/LuoYang_fluid_solid_kernel/run_this_example.sh
+++ b/EXAMPLES/LuoYang_fluid_solid_kernel/run_this_example.sh
@@ -30,9 +30,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/Rayleigh_wave_no_crack/run_this_example.sh b/EXAMPLES/Rayleigh_wave_no_crack/run_this_example.sh
index a9c7937..953d717 100755
--- a/EXAMPLES/Rayleigh_wave_no_crack/run_this_example.sh
+++ b/EXAMPLES/Rayleigh_wave_no_crack/run_this_example.sh
@@ -29,9 +29,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/Rayleigh_wave_with_crack/run_this_example.sh b/EXAMPLES/Rayleigh_wave_with_crack/run_this_example.sh
index a9c7937..953d717 100755
--- a/EXAMPLES/Rayleigh_wave_with_crack/run_this_example.sh
+++ b/EXAMPLES/Rayleigh_wave_with_crack/run_this_example.sh
@@ -29,9 +29,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/Tape2007/run_this_example.sh b/EXAMPLES/Tape2007/run_this_example.sh
index 8cd0a9e..56da41b 100755
--- a/EXAMPLES/Tape2007/run_this_example.sh
+++ b/EXAMPLES/Tape2007/run_this_example.sh
@@ -29,9 +29,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/Tape2007_kernel/run_this_example.sh b/EXAMPLES/Tape2007_kernel/run_this_example.sh
index 02a2a7a..7855e67 100755
--- a/EXAMPLES/Tape2007_kernel/run_this_example.sh
+++ b/EXAMPLES/Tape2007_kernel/run_this_example.sh
@@ -29,9 +29,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/Tromp2005/run_this_example.sh b/EXAMPLES/Tromp2005/run_this_example.sh
index 12300be..d0f80bc 100755
--- a/EXAMPLES/Tromp2005/run_this_example.sh
+++ b/EXAMPLES/Tromp2005/run_this_example.sh
@@ -28,9 +28,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/Tromp2005_kernel/run_this_example.sh b/EXAMPLES/Tromp2005_kernel/run_this_example.sh
index 41d7a19..04a0634 100755
--- a/EXAMPLES/Tromp2005_kernel/run_this_example.sh
+++ b/EXAMPLES/Tromp2005_kernel/run_this_example.sh
@@ -29,9 +29,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/ZZZ_currently_broken_or_obsolete_examples_but_do_not_remove/older_attenuation_with_Carcione_1988_1_over_N_problem/run_this_example.sh b/EXAMPLES/ZZZ_currently_broken_or_obsolete_examples_but_do_not_remove/older_attenuation_with_Carcione_1988_1_over_N_problem/run_this_example.sh
index 445a3ac..62399b1 100755
--- a/EXAMPLES/ZZZ_currently_broken_or_obsolete_examples_but_do_not_remove/older_attenuation_with_Carcione_1988_1_over_N_problem/run_this_example.sh
+++ b/EXAMPLES/ZZZ_currently_broken_or_obsolete_examples_but_do_not_remove/older_attenuation_with_Carcione_1988_1_over_N_problem/run_this_example.sh
@@ -29,9 +29,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/acoustic_poroelastic/run_this_example.sh b/EXAMPLES/acoustic_poroelastic/run_this_example.sh
index a553224..f3f81ff 100755
--- a/EXAMPLES/acoustic_poroelastic/run_this_example.sh
+++ b/EXAMPLES/acoustic_poroelastic/run_this_example.sh
@@ -28,9 +28,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/attenuation/run_this_example.sh b/EXAMPLES/attenuation/run_this_example.sh
index 445a3ac..62399b1 100755
--- a/EXAMPLES/attenuation/run_this_example.sh
+++ b/EXAMPLES/attenuation/run_this_example.sh
@@ -29,9 +29,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/axisymmetric_case_AXISYM_option/run_this_example.sh b/EXAMPLES/axisymmetric_case_AXISYM_option/run_this_example.sh
index 59a8212..93901f9 100755
--- a/EXAMPLES/axisymmetric_case_AXISYM_option/run_this_example.sh
+++ b/EXAMPLES/axisymmetric_case_AXISYM_option/run_this_example.sh
@@ -26,12 +26,6 @@ cd ../
 # Clean output files
 rm -rf OUTPUT_FILES/*
 
-# Compile executables in root directory 
-cd ../..
-#make clean
-#./configure MPIFC=mpif90 --with-mpi # With MPI
-#./configure # Without MPI
-#make
 cd $currentdir
 
 # Link executables
diff --git a/EXAMPLES/canyon/run_this_example.sh b/EXAMPLES/canyon/run_this_example.sh
index fa7ea6f..5c5e245 100755
--- a/EXAMPLES/canyon/run_this_example.sh
+++ b/EXAMPLES/canyon/run_this_example.sh
@@ -29,9 +29,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/fluid_solid/fluid_solid_external_mesh/run_this_example.sh b/EXAMPLES/fluid_solid/fluid_solid_external_mesh/run_this_example.sh
index 2914a6b..71a1a38 100755
--- a/EXAMPLES/fluid_solid/fluid_solid_external_mesh/run_this_example.sh
+++ b/EXAMPLES/fluid_solid/fluid_solid_external_mesh/run_this_example.sh
@@ -28,9 +28,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../..
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/run_this_example.sh b/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/run_this_example.sh
index 2914a6b..71a1a38 100755
--- a/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/run_this_example.sh
+++ b/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/run_this_example.sh
@@ -28,9 +28,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../..
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/run_this_example.sh b/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/run_this_example.sh
index 2914a6b..71a1a38 100755
--- a/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/run_this_example.sh
+++ b/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/run_this_example.sh
@@ -28,9 +28,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../..
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/initial_plane_wave/run_this_example.sh b/EXAMPLES/initial_plane_wave/run_this_example.sh
index 42d9b57..47453ea 100755
--- a/EXAMPLES/initial_plane_wave/run_this_example.sh
+++ b/EXAMPLES/initial_plane_wave/run_this_example.sh
@@ -29,9 +29,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/salt_dome_CUBIT_mesh/CPML_homogeneous/run_this_example.sh b/EXAMPLES/salt_dome_CUBIT_mesh/CPML_homogeneous/run_this_example.sh
index 99279ad..9b152b6 100755
--- a/EXAMPLES/salt_dome_CUBIT_mesh/CPML_homogeneous/run_this_example.sh
+++ b/EXAMPLES/salt_dome_CUBIT_mesh/CPML_homogeneous/run_this_example.sh
@@ -36,9 +36,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/salt_dome_CUBIT_mesh/CPML_normal_fluid_solid/run_this_example.sh b/EXAMPLES/salt_dome_CUBIT_mesh/CPML_normal_fluid_solid/run_this_example.sh
index 5fb6d56..62b7356 100755
--- a/EXAMPLES/salt_dome_CUBIT_mesh/CPML_normal_fluid_solid/run_this_example.sh
+++ b/EXAMPLES/salt_dome_CUBIT_mesh/CPML_normal_fluid_solid/run_this_example.sh
@@ -39,9 +39,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/salt_dome_CUBIT_mesh/CPML_normal_solid_only/run_this_example.sh b/EXAMPLES/salt_dome_CUBIT_mesh/CPML_normal_solid_only/run_this_example.sh
index 5fb6d56..62b7356 100755
--- a/EXAMPLES/salt_dome_CUBIT_mesh/CPML_normal_solid_only/run_this_example.sh
+++ b/EXAMPLES/salt_dome_CUBIT_mesh/CPML_normal_solid_only/run_this_example.sh
@@ -39,9 +39,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/salt_dome_CUBIT_mesh/Stacey_homogeneous/run_this_example.sh b/EXAMPLES/salt_dome_CUBIT_mesh/Stacey_homogeneous/run_this_example.sh
index ec5186d..dc3f31c 100755
--- a/EXAMPLES/salt_dome_CUBIT_mesh/Stacey_homogeneous/run_this_example.sh
+++ b/EXAMPLES/salt_dome_CUBIT_mesh/Stacey_homogeneous/run_this_example.sh
@@ -33,9 +33,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/salt_dome_CUBIT_mesh/Stacey_normal_fluid_solid/run_this_example.sh b/EXAMPLES/salt_dome_CUBIT_mesh/Stacey_normal_fluid_solid/run_this_example.sh
index 6c527fe..6a76967 100755
--- a/EXAMPLES/salt_dome_CUBIT_mesh/Stacey_normal_fluid_solid/run_this_example.sh
+++ b/EXAMPLES/salt_dome_CUBIT_mesh/Stacey_normal_fluid_solid/run_this_example.sh
@@ -35,9 +35,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/semi_infinite_homo/run_this_example.sh b/EXAMPLES/semi_infinite_homo/run_this_example.sh
index 9a4253b..dc6a768 100755
--- a/EXAMPLES/semi_infinite_homo/run_this_example.sh
+++ b/EXAMPLES/semi_infinite_homo/run_this_example.sh
@@ -29,9 +29,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/simple_topography_and_also_a_simple_fluid_layer/run_this_example.sh b/EXAMPLES/simple_topography_and_also_a_simple_fluid_layer/run_this_example.sh
index b0019c9..413bac7 100755
--- a/EXAMPLES/simple_topography_and_also_a_simple_fluid_layer/run_this_example.sh
+++ b/EXAMPLES/simple_topography_and_also_a_simple_fluid_layer/run_this_example.sh
@@ -28,9 +28,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables
diff --git a/EXAMPLES/thermocline/run_this_example.sh b/EXAMPLES/thermocline/run_this_example.sh
index 9a56787..4d6ab70 100755
--- a/EXAMPLES/thermocline/run_this_example.sh
+++ b/EXAMPLES/thermocline/run_this_example.sh
@@ -28,9 +28,6 @@ cd ../
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
-# compiles executables in root directory
-cd ../../
-make
 cd $currentdir
 
 # links executables



More information about the CIG-COMMITS mailing list