[cig-commits] [commit] devel, master: Update homogeneous halfspace readme. (1e6f3ac)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:54:49 PDT 2014


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

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

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

commit 1e6f3acb1db67d72da8d3a7dbbe8487777286250
Author: Carl Tape <carltape at gi.alaska.edu>
Date:   Mon Apr 21 21:52:34 2014 -0400

    Update homogeneous halfspace readme.


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

1e6f3acb1db67d72da8d3a7dbbe8487777286250
 .../README                                                    | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/homogeneous_halfspace_HEX8_elastic_absorbing_Stacey_5sides/README b/homogeneous_halfspace_HEX8_elastic_absorbing_Stacey_5sides/README
index 1b37355..eedb35d 100644
--- a/homogeneous_halfspace_HEX8_elastic_absorbing_Stacey_5sides/README
+++ b/homogeneous_halfspace_HEX8_elastic_absorbing_Stacey_5sides/README
@@ -15,12 +15,12 @@ step-by-step tutorial (short version -- use pre-saved mesh files):
 
 2. from the directory SPECFEM3D/examples/homogeneous_halfspace/
 
-   > ./process.sh >& process.sh.log
+   > ./run_this_example.sh >& run_this_example.sh.log
 
    This will configure, compile, then run the decomposer, database generation,
    and solver in the local directory. The simulation takes about 15 minutes.
 
-  note: by default, the command ./configure in process.sh will use gfortran;
+  note: by default, the command ./configure in run_this_example.sh will use gfortran;
          you need to change this if you want something else (see 3 below)
 
 3. see step 9 below to compare seismograms in REF_SEIS/ with those in OUTPUT_FILES/
@@ -73,6 +73,7 @@ step-by-step tutorial (long version -- generate MESH with GEOCUBIT):
 
      > cd examples/homogeneous_halfspace/DATA/
      > cp * ../../../DATA/
+     > cd ..
 
 5. create mesh:
 
@@ -123,7 +124,6 @@ step-by-step tutorial (long version -- generate MESH with GEOCUBIT):
 
      > ./bin/xdecompose_mesh 4 examples/homogeneous_halfspace/MESH/ OUTPUT_FILES/DATABASES_MPI/
 
-
 7. generate databases:
 
    - compile generate_databases in directory SPECFEM3D/:
@@ -138,7 +138,10 @@ step-by-step tutorial (long version -- generate MESH with GEOCUBIT):
      this will create binary mesh files, e.g. "proc000***_external_mesh.bin"
      in directory OUTPUT_FILES/DATABASES_MPI/.
 
-     optional: load vtk files (e.g., vs) into paraview and check them out
+     optional 1: load vtk files (e.g., vs) into paraview and check them out
+     optional 2: if you want to view the mesh as a single file, you can merge using
+
+     > qsub go_combine_vol_database_pbs.bash
 
 8. run simulation:
 



More information about the CIG-COMMITS mailing list