[cig-commits] [commit] devel, master: adds USER_T0 capability to SPECFEM2D/ to fix simulation start times (250a0f4)

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


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

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

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

commit 250a0f4bf7096bdb59e159a55363b5de645db46e
Author: Daniel Peter <peterda at ethz.ch>
Date:   Tue Feb 8 23:11:06 2011 +0000

    adds USER_T0 capability to SPECFEM2D/ to fix simulation start times


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

250a0f4bf7096bdb59e159a55363b5de645db46e
 M2_UPPA/process.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/M2_UPPA/process.sh b/M2_UPPA/process.sh
index 2469e3f..7cd1651 100755
--- a/M2_UPPA/process.sh
+++ b/M2_UPPA/process.sh
@@ -21,8 +21,8 @@ mkdir -p DATA
 
 # sets up local DATA/ directory
 cd DATA/
-ln -s ../Par_file_M2_UPPA Par_file
-ln -s ../SOURCE_M2_UPPA SOURCE
+cp ../Par_file_M2_UPPA Par_file
+cp ../SOURCE_M2_UPPA SOURCE
 cd ../
 
 # cleans output files



More information about the CIG-COMMITS mailing list