[cig-commits] [commit] devel,master: fixes bugs in acoustic C-PML simulations; create bash scripts for both C-PML examples (70798f2)

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


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

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

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

commit 70798f2b9eb862e6602890fd87a0c22e54c32a27
Author: Joseph Charles <jcharles at lma.cnrs-mrs.fr>
Date:   Sun Mar 24 22:29:45 2013 +0000

    fixes bugs in acoustic C-PML simulations; create bash scripts for both C-PML examples


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

70798f2b9eb862e6602890fd87a0c22e54c32a27
 .../HOMO8_FREE_SURFACE/HOWTO_run_this_example.txt             | 11 -----------
 .../HOMO8_FREE_SURFACE/process.sh                             |  0
 .../HOMO8_NOFREESURFACE/HOWTO_run_this_example.txt            | 11 -----------
 .../HOMO8_NOFREESURFACE}/process.sh                           |  0
 CPML/purely_elastic/HOMO8_NOFREESURFACE/process.sh            |  2 +-
 5 files changed, 1 insertion(+), 23 deletions(-)

diff --git a/CPML/purely_acoustic/HOMO8_FREE_SURFACE/HOWTO_run_this_example.txt b/CPML/purely_acoustic/HOMO8_FREE_SURFACE/HOWTO_run_this_example.txt
deleted file mode 100644
index cae8beb..0000000
--- a/CPML/purely_acoustic/HOMO8_FREE_SURFACE/HOWTO_run_this_example.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-
-To run this example on 8 processor cores for instance, type this (replace "8" with another value in the three lines below if you want to use more processor cores):
-
-cd bin/
-
-./xdecompose_mesh 8 ../DATA/MESH ../OUTPUT_FILES/DATABASES_MPI
-
-mpirun -np 8 ./xgenerate_databases
-
-mpirun -np 8 ./xspecfem3D
-
diff --git a/CPML/purely_elastic/HOMO8_FREE_SURFACE/process.sh b/CPML/purely_acoustic/HOMO8_FREE_SURFACE/process.sh
old mode 100644
new mode 100755
similarity index 100%
copy from CPML/purely_elastic/HOMO8_FREE_SURFACE/process.sh
copy to CPML/purely_acoustic/HOMO8_FREE_SURFACE/process.sh
diff --git a/CPML/purely_acoustic/HOMO8_NOFREESURFACE/HOWTO_run_this_example.txt b/CPML/purely_acoustic/HOMO8_NOFREESURFACE/HOWTO_run_this_example.txt
deleted file mode 100644
index cae8beb..0000000
--- a/CPML/purely_acoustic/HOMO8_NOFREESURFACE/HOWTO_run_this_example.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-
-To run this example on 8 processor cores for instance, type this (replace "8" with another value in the three lines below if you want to use more processor cores):
-
-cd bin/
-
-./xdecompose_mesh 8 ../DATA/MESH ../OUTPUT_FILES/DATABASES_MPI
-
-mpirun -np 8 ./xgenerate_databases
-
-mpirun -np 8 ./xspecfem3D
-
diff --git a/CPML/purely_elastic/HOMO8_FREE_SURFACE/process.sh b/CPML/purely_acoustic/HOMO8_NOFREESURFACE/process.sh
old mode 100644
new mode 100755
similarity index 100%
copy from CPML/purely_elastic/HOMO8_FREE_SURFACE/process.sh
copy to CPML/purely_acoustic/HOMO8_NOFREESURFACE/process.sh
diff --git a/CPML/purely_elastic/HOMO8_NOFREESURFACE/process.sh b/CPML/purely_elastic/HOMO8_NOFREESURFACE/process.sh
index 3ce7ca4..dfae675 100644
--- a/CPML/purely_elastic/HOMO8_NOFREESURFACE/process.sh
+++ b/CPML/purely_elastic/HOMO8_NOFREESURFACE/process.sh
@@ -49,7 +49,7 @@ cd $currentdir
 
 # links executables
 cd bin/
-rm -f bin/*
+rm -f *
 ln -s ../../../../../bin/xdecompose_mesh .
 ln -s ../../../../../bin/xgenerate_databases .
 ln -s ../../../../../bin/xspecfem3D .



More information about the CIG-COMMITS mailing list