[cig-commits] r21577 - seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Mar 19 14:46:09 PDT 2013


Author: dkomati1
Date: 2013-03-19 14:46:09 -0700 (Tue, 19 Mar 2013)
New Revision: 21577

Modified:
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8/process.sh
Log:
updated process.sh and HOWTO_run_this_example.txt for examples/homogeneous_halfspace_HEX8


Modified: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt	2013-03-19 21:43:39 UTC (rev 21576)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt	2013-03-19 21:46:09 UTC (rev 21577)
@@ -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
 

Modified: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8/process.sh
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8/process.sh	2013-03-19 21:43:39 UTC (rev 21576)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8/process.sh	2013-03-19 21:46:09 UTC (rev 21577)
@@ -50,7 +50,7 @@
 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