[cig-commits] [commit] devel, master: updated process.sh and HOWTO_run_this_example.txt for examples/homogeneous_halfspace_HEX8 (fa8af37)

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


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

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

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

commit fa8af3780bc04719693ed5d2394e8aad912286b0
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue Mar 19 21:46:09 2013 +0000

    updated process.sh and HOWTO_run_this_example.txt for examples/homogeneous_halfspace_HEX8


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

fa8af3780bc04719693ed5d2394e8aad912286b0
 homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt | 8 ++++----
 homogeneous_halfspace_HEX8/process.sh                 | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt b/homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt
index 6a777e3..b007121 100644
--- a/homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt
+++ b/homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt
@@ -1,11 +1,11 @@
 
-To run this example on two processor cores for instance, type this (replace "2" with another value in the three lines below if you want to use more processor cores):
+To run this example on 4 processor cores for instance, type this (replace "4" with another value in the three lines below if you want to use more processor cores):
 
 cd bin/
 
-./xdecompose_mesh 2 ../DATA/MESH ../OUTPUT_FILES/DATABASES_MPI
+./bin/xdecompose_mesh 4 DATA/MESH-default/ OUTPUT_FILES/DATABASES_MPI/
 
-mpirun -np 2 ./xgenerate_databases
+mpirun -np 4 ./xgenerate_databases
 
-mpirun -np 2 ./xspecfem3D
+mpirun -np 4 ./xspecfem3D
 
diff --git a/homogeneous_halfspace_HEX8/process.sh b/homogeneous_halfspace_HEX8/process.sh
index 58e1c21..a7d50e5 100755
--- a/homogeneous_halfspace_HEX8/process.sh
+++ b/homogeneous_halfspace_HEX8/process.sh
@@ -50,7 +50,7 @@ cd ../
 echo
 echo "  decomposing mesh..."
 echo
-./bin/xdecompose_mesh $NPROC MESH/ OUTPUT_FILES/DATABASES_MPI/
+./bin/xdecompose_mesh $NPROC DATA/MESH-default/ OUTPUT_FILES/DATABASES_MPI/
 
 # stores setup
 cp DATA/Par_file OUTPUT_FILES/



More information about the CIG-COMMITS mailing list