[cig-commits] [commit] knepley/upgrade-petsc-interface: Moved share .cfg file to share/settings. (d65d136)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Feb 13 13:21:40 PST 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/9180dc2d4fafee3bf8d48c8c86ecbbd0bb02fe8f...5528e2aab1449bb5c2336d06f1603289f2b4589a

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

commit d65d1361baab416eb948164ed9a998249445b05d
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Feb 13 13:21:27 2014 -0800

    Moved share .cfg file to share/settings.


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

d65d1361baab416eb948164ed9a998249445b05d
 .gitignore                      | 1 +
 share/settings/debug_malloc.cfg | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 063c8c1..0eed204 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/doc/userguide/userguide.pdf
 modulesrc/bc/bc.py
 modulesrc/bc/bc_wrap.cxx
 modulesrc/faults/faults.py
diff --git a/share/settings/debug_malloc.cfg b/share/settings/debug_malloc.cfg
new file mode 100644
index 0000000..f9a03f6
--- /dev/null
+++ b/share/settings/debug_malloc.cfg
@@ -0,0 +1,5 @@
+# Settings used to debug memory allocation/deallocation issues.
+[pylithapp.petsc]
+malloc =
+malloc_debug =
+malloc_dump =



More information about the CIG-COMMITS mailing list