[cig-commits] [commit] knepley/fix-faults-parallel: Turn on logging in application to show number of processes. (a4763ff)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Apr 18 15:58:34 PDT 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/fix-faults-parallel
Link       : https://github.com/geodynamics/pylith/compare/1169098c7387a0574706ddb12645c08f3401a304...8c4d50b27056c27f7d44d689a4092010c79bfef2

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

commit a4763ff1b6d382d9638bac1d94dc6e1d83b61d78
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Fri Apr 18 15:57:51 2014 -0700

    Turn on logging in application to show number of processes.


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

a4763ff1b6d382d9638bac1d94dc6e1d83b61d78
 examples/2d/greensfns/reverse/pylithapp.cfg    | 1 +
 examples/2d/greensfns/strikeslip/pylithapp.cfg | 1 +
 examples/3d/hex8/pylithapp.cfg                 | 2 +-
 examples/3d/tet4/pylithapp.cfg                 | 1 +
 examples/bar_shearwave/hex8/pylithapp.cfg      | 1 +
 examples/bar_shearwave/quad4/pylithapp.cfg     | 1 +
 examples/bar_shearwave/tet4/pylithapp.cfg      | 1 +
 examples/bar_shearwave/tri3/pylithapp.cfg      | 1 +
 8 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/examples/2d/greensfns/reverse/pylithapp.cfg b/examples/2d/greensfns/reverse/pylithapp.cfg
index 15b450a..d615c2d 100644
--- a/examples/2d/greensfns/reverse/pylithapp.cfg
+++ b/examples/2d/greensfns/reverse/pylithapp.cfg
@@ -9,6 +9,7 @@
 # ----------------------------------------------------------------------
 # Turn on some journals to show progress.
 [pylithapp.journal.info]
+pylithapp = 1
 timedependent = 1
 greensfns = 1
 implicit = 1
diff --git a/examples/2d/greensfns/strikeslip/pylithapp.cfg b/examples/2d/greensfns/strikeslip/pylithapp.cfg
index ac7e8cc..377d293 100644
--- a/examples/2d/greensfns/strikeslip/pylithapp.cfg
+++ b/examples/2d/greensfns/strikeslip/pylithapp.cfg
@@ -9,6 +9,7 @@
 # ----------------------------------------------------------------------
 # Turn on some journals to show progress.
 [pylithapp.journal.info]
+pylithapp = 1
 timedependent = 1
 greensfns = 1
 implicit = 1
diff --git a/examples/3d/hex8/pylithapp.cfg b/examples/3d/hex8/pylithapp.cfg
index ca418fd..bdf29e3 100644
--- a/examples/3d/hex8/pylithapp.cfg
+++ b/examples/3d/hex8/pylithapp.cfg
@@ -9,6 +9,7 @@
 # ----------------------------------------------------------------------
 # Turn on some journals to show progress.
 [pylithapp.journal.info]
+pylithapp = 1
 timedependent = 1
 greensfns = 1
 implicit = 1
@@ -18,7 +19,6 @@ meshiocubit = 1
 implicitelasticity = 1
 faultcohesivekin = 1
 fiatlagrange = 1
-pylithapp = 1
 materials = 1
 
 # ----------------------------------------------------------------------
diff --git a/examples/3d/tet4/pylithapp.cfg b/examples/3d/tet4/pylithapp.cfg
index 7483676..e7039f0 100644
--- a/examples/3d/tet4/pylithapp.cfg
+++ b/examples/3d/tet4/pylithapp.cfg
@@ -5,6 +5,7 @@
 # ----------------------------------------------------------------------
 # Turn on some journals to show progress.
 [pylithapp.journal.info]
+pylithapp = 1
 timedependent = 1
 implicit = 1
 petsc = 1
diff --git a/examples/bar_shearwave/hex8/pylithapp.cfg b/examples/bar_shearwave/hex8/pylithapp.cfg
index 1047d1c..0c44a4c 100644
--- a/examples/bar_shearwave/hex8/pylithapp.cfg
+++ b/examples/bar_shearwave/hex8/pylithapp.cfg
@@ -25,6 +25,7 @@
 # journal
 # ----------------------------------------------------------------------
 [pylithapp.journal.info]
+pylithapp = 1
 timedependent = 1
 #explicit = 1
 #petsc = 1
diff --git a/examples/bar_shearwave/quad4/pylithapp.cfg b/examples/bar_shearwave/quad4/pylithapp.cfg
index 4d89890..6d8746f 100644
--- a/examples/bar_shearwave/quad4/pylithapp.cfg
+++ b/examples/bar_shearwave/quad4/pylithapp.cfg
@@ -9,6 +9,7 @@
 # ----------------------------------------------------------------------
 # Turn on some journals to show progress.
 [pylithapp.journal.info]
+pylithapp = 1
 timedependent = 1
 explicit = 1
 petsc = 1
diff --git a/examples/bar_shearwave/tet4/pylithapp.cfg b/examples/bar_shearwave/tet4/pylithapp.cfg
index 0f9ff50..eba4d23 100644
--- a/examples/bar_shearwave/tet4/pylithapp.cfg
+++ b/examples/bar_shearwave/tet4/pylithapp.cfg
@@ -25,6 +25,7 @@
 # journal
 # ----------------------------------------------------------------------
 [pylithapp.journal.info]
+pylithapp = 1
 timedependent = 1
 #explicit = 1
 #petsc = 1
diff --git a/examples/bar_shearwave/tri3/pylithapp.cfg b/examples/bar_shearwave/tri3/pylithapp.cfg
index 0e0df99..e492dba 100644
--- a/examples/bar_shearwave/tri3/pylithapp.cfg
+++ b/examples/bar_shearwave/tri3/pylithapp.cfg
@@ -25,6 +25,7 @@
 # journal
 # ----------------------------------------------------------------------
 [pylithapp.journal.info]
+pylithapp = 1
 timedependent = 1
 explicit = 1
 #petsc = 1



More information about the CIG-COMMITS mailing list