[cig-commits] r21564 - in seismo/3D/SPECFEM3D/trunk/examples/CPML: HOMO8_FREE_SURFACE HOMO8_NOFREESURFACE

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon Mar 18 18:13:27 PDT 2013


Author: dkomati1
Date: 2013-03-18 18:13:26 -0700 (Mon, 18 Mar 2013)
New Revision: 21564

Added:
   seismo/3D/SPECFEM3D/trunk/examples/CPML/HOMO8_FREE_SURFACE/HOWTO_run_this_example.txt
   seismo/3D/SPECFEM3D/trunk/examples/CPML/HOMO8_NOFREESURFACE/HOWTO_run_this_example.txt
Log:
added examples/CPML/HOMO8_FREE_SURFACE/HOWTO_run_this_example.txt


Added: seismo/3D/SPECFEM3D/trunk/examples/CPML/HOMO8_FREE_SURFACE/HOWTO_run_this_example.txt
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/CPML/HOMO8_FREE_SURFACE/HOWTO_run_this_example.txt	                        (rev 0)
+++ seismo/3D/SPECFEM3D/trunk/examples/CPML/HOMO8_FREE_SURFACE/HOWTO_run_this_example.txt	2013-03-19 01:13:26 UTC (rev 21564)
@@ -0,0 +1,11 @@
+
+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
+

Added: seismo/3D/SPECFEM3D/trunk/examples/CPML/HOMO8_NOFREESURFACE/HOWTO_run_this_example.txt
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/CPML/HOMO8_NOFREESURFACE/HOWTO_run_this_example.txt	                        (rev 0)
+++ seismo/3D/SPECFEM3D/trunk/examples/CPML/HOMO8_NOFREESURFACE/HOWTO_run_this_example.txt	2013-03-19 01:13:26 UTC (rev 21564)
@@ -0,0 +1,11 @@
+
+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
+



More information about the CIG-COMMITS mailing list