[cig-commits] [commit] devel, master: minor updates to homogeneous README (449c994)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:48:26 PDT 2014


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

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

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

commit 449c994b37d8cec253b9c3c9becabdf61044c1dc
Author: Carl Tape <carltape at gi.alaska.edu>
Date:   Mon Feb 21 20:39:45 2011 +0000

    minor updates to homogeneous README


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

449c994b37d8cec253b9c3c9becabdf61044c1dc
 homogeneous_halfspace/README | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/homogeneous_halfspace/README b/homogeneous_halfspace/README
index e0f466f..8d9536a 100644
--- a/homogeneous_halfspace/README
+++ b/homogeneous_halfspace/README
@@ -8,7 +8,7 @@ constant elastic material property, using CUBIT and runs a forward simulation.
 step-by-step tutorial:
 
 0. check that all software is available (or that modules are loaded):
-     intel/openmpi, cubit, scotch, python, gnuplot
+     intel/openmpi, cubit, scotch, python, gnuplot (or xmgrace)
 
 1. configure package:
 
@@ -22,7 +22,7 @@ step-by-step tutorial:
      If successful, this will generate the files in src/shared/:
      Makefile, constants.h, and precision.h, among others
 
-     note: the same compiler used for SCOTCH must be used for SPECFEM3D (ifort or gfortran)
+     note: the same compiler used for SCOTCH must be used for SPECFEM3D (ifort, gfortran, pgf90)
 
    - copy three run scripts from utils/Cluster/ into SPECFEM3D/, e.g.,
      pbs/go_decomposer_pbs.bash
@@ -122,7 +122,13 @@ step-by-step tutorial:
 7. check with 6 reference seismograms in
       SPECFEM3D/examples/homogeneous_halfspace/REF_SEIS/
 
-   - execute gnuplot script
+   - option 1: from SPECFEM3D/, quick viewing using xmgrace (if available):
+     
+     > xmgrace examples/homogeneous_halfspace/REF_SEIS/*Z.semd &
+     > xmgrace in_out_files/OUTPUT_FILES/*Z.semd &
+
+   - option 2: generate ps files using gnuplot:
+
      > cd SPECFEM3D/examples/homogeneous_halfspace/REF_SEIS
      > gnuplot
 
@@ -143,12 +149,9 @@ step-by-step tutorial:
          gnuplot> replot
          gnuplot> quit
 
-
-8. plot your output seismograms in SPECFEM3D/in_out_files/OUTPUT_FILES/
-
-   - copy gnuplot script X1-50.BXZ.gnuplot to in_out_files/OUTPUT_FILES/
-   - execute same commands as above
-   - you should see the same image as generated from the reference seismograms
+     - copy gnuplot script X1-50.BXZ.gnuplot to in_out_files/OUTPUT_FILES/
+     - execute same commands as above
+     - you should see the same image as generated from the reference seismograms
 
 ===========================================================
 



More information about the CIG-COMMITS mailing list