[cig-commits] [commit] devel, master: fixed the processing scripts for some of the examples (2565856)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 15:20:32 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem2d/compare/fc67e6fd7ad890705b2b72b4b3c509accb22249e...e9ca46c40131588d89d7b0883250bc6584ce6b4c

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

commit 25658562a24c0a16c83c77584d3bfd8550bb2621
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Thu Dec 29 00:43:30 2011 +0000

    fixed the processing scripts for some of the examples


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

25658562a24c0a16c83c77584d3bfd8550bb2621
 Rayleigh_wave_no_crack/process.sh   | 4 +---
 Rayleigh_wave_with_crack/process.sh | 4 +---
 attenuation/process.sh              | 4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/Rayleigh_wave_no_crack/process.sh b/Rayleigh_wave_no_crack/process.sh
index b18512f..7a5c5a4 100755
--- a/Rayleigh_wave_no_crack/process.sh
+++ b/Rayleigh_wave_no_crack/process.sh
@@ -48,14 +48,12 @@ echo
 echo "  running mesher..."
 echo
 ./xmeshfem2D > OUTPUT_FILES/output_mesher.txt
-./xmeshfem2D
 
 # runs simulation
 echo
 echo "  running solver..."
 echo
-#./xspecfem2D > OUTPUT_FILES/output_solver.txt
-./xspecfem2D
+./xspecfem2D > OUTPUT_FILES/output_solver.txt
 
 # stores output
 cp DATA/SOURCE_xz.dat OUTPUT_FILES/
diff --git a/Rayleigh_wave_with_crack/process.sh b/Rayleigh_wave_with_crack/process.sh
index b18512f..7a5c5a4 100755
--- a/Rayleigh_wave_with_crack/process.sh
+++ b/Rayleigh_wave_with_crack/process.sh
@@ -48,14 +48,12 @@ echo
 echo "  running mesher..."
 echo
 ./xmeshfem2D > OUTPUT_FILES/output_mesher.txt
-./xmeshfem2D
 
 # runs simulation
 echo
 echo "  running solver..."
 echo
-#./xspecfem2D > OUTPUT_FILES/output_solver.txt
-./xspecfem2D
+./xspecfem2D > OUTPUT_FILES/output_solver.txt
 
 # stores output
 cp DATA/SOURCE_xz.dat OUTPUT_FILES/
diff --git a/attenuation/process.sh b/attenuation/process.sh
index b62a643..86cfe31 100755
--- a/attenuation/process.sh
+++ b/attenuation/process.sh
@@ -48,14 +48,12 @@ echo
 echo "  running mesher..."
 echo
 ./xmeshfem2D > OUTPUT_FILES/output_mesher.txt
-./xmeshfem2D
 
 # runs simulation
 echo
 echo "  running solver..."
 echo
-#./xspecfem2D > OUTPUT_FILES/output_solver.txt
-./xspecfem2D
+./xspecfem2D > OUTPUT_FILES/output_solver.txt
 
 # stores output
 cp DATA/SOURCE_xz.dat OUTPUT_FILES/



More information about the CIG-COMMITS mailing list