[cig-commits] [commit] baagaard/add-examples-debugging, baagaard/add-release-2.0.3, baagaard/add-release-2.1.0, baagaard/dynrup-new-lagrange, baagaard/feature-output-station-names, baagaard/feature-progress-monitor, baagaard/fix-custom-faultpc, baagaard/fix-error-messages, baagaard/fix-faults-intersect, baagaard/fix-friction-initial-state, baagaard/update-autoconf, knepley/feature-petsc-fe, knepley/upgrade-petsc-3.5, knepley/upgrade-petsc-master, maint, master, next, willic3/fix-plasticity: Added debugging to examples Makefile. Updated filenames in debugging Makefile. (697fa11)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:43:36 PST 2014


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

On branches: baagaard/add-examples-debugging,baagaard/add-release-2.0.3,baagaard/add-release-2.1.0,baagaard/dynrup-new-lagrange,baagaard/feature-output-station-names,baagaard/feature-progress-monitor,baagaard/fix-custom-faultpc,baagaard/fix-error-messages,baagaard/fix-faults-intersect,baagaard/fix-friction-initial-state,baagaard/update-autoconf,knepley/feature-petsc-fe,knepley/upgrade-petsc-3.5,knepley/upgrade-petsc-master,maint,master,next,willic3/fix-plasticity
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

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

commit 697fa11df221f8230f6037b6a5abf8162e3b0228
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Wed Jun 25 20:29:35 2014 -0700

    Added debugging to examples Makefile. Updated filenames in debugging Makefile.


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

697fa11df221f8230f6037b6a5abf8162e3b0228
 examples/Makefile.am           | 1 +
 examples/debugging/Makefile.am | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/examples/Makefile.am b/examples/Makefile.am
index 8878d59..9a6f731 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -21,6 +21,7 @@ SUBDIRS = \
 	3d \
 	bar_shearwave \
 	meshing \
+	debugging \
 	twocells
 
 
diff --git a/examples/debugging/Makefile.am b/examples/debugging/Makefile.am
index 2cb342c..8d8c3ab 100644
--- a/examples/debugging/Makefile.am
+++ b/examples/debugging/Makefile.am
@@ -23,14 +23,15 @@ dist_noinst_DATA = \
 	mesh.exo \
 	pylithapp.cfg \
 	step01.cfg \
-	step01_correct.cfg \
 	step02.cfg \
-	step02_correct.cfg \
 	step03.cfg \
-	step03_correct.cfg \
 	mat_elastic.spatialdb \
 	mat_maxwell.spatialdb \
-	mat_maxwell_correct.spatialdb
+	correct/pylithapp.cfg \
+	correct/step01.cfg \
+	correct/step02.cfg \
+	correct/step03.cfg \
+	correct/mat_elastic.spatialdb
 
 
 # End of file 



More information about the CIG-COMMITS mailing list