[cig-commits] r21578 - seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27

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


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

Added:
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27/HOWTO_run_this_example.txt
Log:
added examples/homogeneous_halfspace_HEX27/HOWTO_run_this_example.txt


Added: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27/HOWTO_run_this_example.txt
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27/HOWTO_run_this_example.txt	                        (rev 0)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27/HOWTO_run_this_example.txt	2013-03-19 21:46:56 UTC (rev 21578)
@@ -0,0 +1,11 @@
+
+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/
+
+./bin/xdecompose_mesh 4 DATA/MESH-default/ OUTPUT_FILES/DATABASES_MPI/
+
+mpirun -np 4 ./xgenerate_databases
+
+mpirun -np 4 ./xspecfem3D
+



More information about the CIG-COMMITS mailing list