[cig-commits] [commit] devel, master: new version of NOISE_TOMOGRAPHY in SPECFEM3D_SESAME benchmarked (8ca8f8e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:48:46 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d/compare/6026e367984905ab133865f62fa6293b343759b9...47f703851338234f96397e7da9fbff63d8178b8a

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

commit 8ca8f8e8d99fbcf9d9d9a5ca3853acd9b0c813e1
Author: Yang Luo <yangl at princeton.edu>
Date:   Wed Apr 6 13:27:16 2011 +0000

    new version of NOISE_TOMOGRAPHY in SPECFEM3D_SESAME benchmarked


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

8ca8f8e8d99fbcf9d9d9a5ca3853acd9b0c813e1
 noise_tomography/pre-processing.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/noise_tomography/pre-processing.sh b/noise_tomography/pre-processing.sh
index 04738b4..fe9a206 100755
--- a/noise_tomography/pre-processing.sh
+++ b/noise_tomography/pre-processing.sh
@@ -106,7 +106,7 @@ mv $in_out_files/OUTPUT_FILES/X2.DB.BXZ.semd             $in_out_files/SEM/
 # since it's 1st contribution, we inject adjoint source 1 at receiver 2
 # pay attention to "adj_sources_contribution1" & "X2.DB.BXZ.adj"
 # we will be using "adj_sources_contribution2" & "X1.DB.BXZ.adj" for the 2nd contribution in next part
-rm $in_out_files/SEM/*.adj
+rm -f $in_out_files/SEM/*.adj
 cp $in_out_files/SEM/adj_sources_contribution1           $in_out_files/SEM/X2.DB.BXZ.adj
 
 # step 3 of noise simulation
@@ -152,7 +152,7 @@ mpirun -np 4 ./xspecfem3D
 # since it's 2nd contribution, we inject adjoint source 2 at receiver 1
 # pay attention to "adj_sources_contribution2" & "X1.DB.BXZ.adj"
 # we have been using "adj_sources_contribution1" & "X2.DB.BXZ.adj" for the 1st contribution in previous part
-rm $in_out_files/SEM/*.adj
+rm -f $in_out_files/SEM/*.adj
 cp $in_out_files/SEM/adj_sources_contribution2           $in_out_files/SEM/X1.DB.BXZ.adj
 
 # step 3 of noise simulation



More information about the CIG-COMMITS mailing list