/trunk/src Developers: dav

Login name:
dav
Total Commits:
162 (1.4%)
Lines of Code:
13666 (9.9%)
Most Recent Commit:
2010-12-06 20:23

Activity by Clock Time

Activity by Hour of Day for dav

Activity by Day of Week for dav

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 162 (100.0%) 13666 (100.0%) 84.3
/ 63 (38.9%) 12053 (88.2%) 191.3
R_Tester/ 25 (15.4%) 812 (5.9%) 32.4
R_Tester/toplevel/ 8 (4.9%) 327 (2.4%) 40.8
build_scripts/ 2 (1.2%) 138 (1.0%) 69.0
R_Tester/helpers/ 4 (2.5%) 121 (0.9%) 30.2
CCA/Components/Arches/ 4 (2.5%) 41 (0.3%) 10.2
testprograms/Regridders/ 3 (1.9%) 28 (0.2%) 9.3
StandAlone/ 5 (3.1%) 28 (0.2%) 5.6
CCA/Components/MPM/ConstitutiveModel/ 4 (2.5%) 26 (0.2%) 6.5
VisIt/udaReaderMTMD/ 3 (1.9%) 24 (0.2%) 8.0
Core/Grid/ 4 (2.5%) 22 (0.2%) 5.5
Core/GeometryPiece/ 1 (0.6%) 21 (0.2%) 21.0
CCA/Components/Wasatch/ 1 (0.6%) 9 (0.1%) 9.0
CCA/Components/Schedulers/ 1 (0.6%) 4 (0.0%) 4.0
include/sci_defs/ 3 (1.9%) 3 (0.0%) 1.0
Core/ProblemSpec/ 2 (1.2%) 3 (0.0%) 1.5
CCA/Components/Models/Radiation/ 1 (0.6%) 2 (0.0%) 2.0
CCA/Components/Arches/ChemMix/ 2 (1.2%) 2 (0.0%) 1.0
CCA/Components/Solvers/AMR/ 2 (1.2%) 1 (0.0%) 0.5
CCA/Components/Solvers/ 2 (1.2%) 1 (0.0%) 0.5
testprograms/CubeRootTest/ 2 (1.2%) 0 (0.0%) 0.0
StandAlone/tools/dumpfields/ 8 (4.9%) 0 (0.0%) 0.0
StandAlone/tools/compare_mms/ 2 (1.2%) 0 (0.0%) 0.0
StandAlone/tools/ 2 (1.2%) 0 (0.0%) 0.0
Core/Containers/ 2 (1.2%) 0 (0.0%) 0.0
CCA/Components/MPMICE/ 2 (1.2%) 0 (0.0%) 0.0
CCA/Components/ICE/ 2 (1.2%) 0 (0.0%) 0.0
CCA/Components/DataArchiver/ 2 (1.2%) 0 (0.0%) 0.0

Activity of dav

Most Recent Commits

dav 2010-12-06 20:23 Rev.: 46564

Committing configure to match previous commit of configure.ac

0 lines of code changed in 2 files:

  • configure (new)
dav 2010-12-06 20:23 Rev.: 46563

Updates for (Cray-Xt) Franklin computer... Not checking in 'configure' from this machine as autoconf is wrong version.

0 lines of code changed in 2 files:

  • configure.ac (changed)
dav 2010-11-22 18:06 Rev.: 46508

1) OSX does not support --static flag. 2) Check for/require serialization lib for boost.

13 lines of code changed in 2 files:

  • configure (+7 -6), configure.ac (+6 -5)
dav 2010-11-22 17:35 Rev.: 46507

M configure.ac
M configure

- Allow --without-hypre and --without-petsc (to turn off hypre/petsc).
Note, for historical reasons (Ie, I think we just didn't do it),
none of the other configure options (I belive) support --without.
It probably would be nice to add them in.

M CCA/Components/Solvers/AMR/sub.mk
M CCA/Components/Solvers/sub.mk

- Indentation

270 lines of code changed in 6 files:

  • configure (+122 -108), configure.ac (+146 -134)
  • CCA/Components/Solvers: sub.mk (new)
  • CCA/Components/Solvers/AMR: sub.mk (+1 -1)
dav 2010-11-11 17:00 Rev.: 46453

partial fix for SVN checking, still is not complete.

14 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+14 -7)
dav 2010-11-11 16:50 Rev.: 46452

Fix python version error problem with exit. Add info for OSX user wrt 'dialog'.

23 lines of code changed in 2 files:

  • R_Tester/helpers: selectComponents.sh (+18)
  • R_Tester/toplevel: generateGoldStandards.py (+5 -2)
dav 2010-11-11 15:34 Rev.: 46448

Added ability to set TEST_COMPONENTS environment variable so that user
input is not requried to run the (local) tests/generate gold standards.

TEST_COMPONENTS should be set to something like "MPM ICE ARCHES"

M R_Tester/toplevel/startLocalTest

- Use TEST_COMPONENTS env var

M R_Tester/toplevel/generateGoldStandards.py

- Added a number of !!!FIXME!!!s that should be implemented to make
the script more foolproof.
- exit if wrong version of python

M R_Tester/helpers/selectComponents.sh

- Use TEST_COMPONENTS env var
- Added some documentation

69 lines of code changed in 3 files:

  • R_Tester/helpers: selectComponents.sh (+22 -4)
  • R_Tester/toplevel: generateGoldStandards.py (+5 -3), startLocalTest (+42 -30)
dav 2010-11-10 17:21 Rev.: 46441

use src abs

1 lines of code changed in 1 file:

  • Makefile.in (+1 -1)
dav 2010-11-04 15:22 Rev.: 46429

M Makefile.in

- Add in the 'make gold_standards' target.
- Remove some of the i/o from runLocalRT as it can be confusing if error
conditions occur during the runs. Any print statements like this need
to be moved into the script itself at the appropriate location(s).

M R_Tester/ICE.py
M R_Tester/ARCHES.py

- Clean up the modUPS stuff.
- Turn back on ARCHES methane8patch test... I think this should work...
Not sure why it was 'broken' for Todd's side of things... Since Todd
is out I haven't been able to test this fix for the nightly tester.
I'll take a look at the results tomorrow and see where we are.

M R_Tester/toplevel/startLocalTest

- Don't let the script run from dumb/emacs terminals as the 'dialog'
thing doesn't handle them correctly.
- Run python with '-u' (unbuffered output). This fixes Todd's problem
of not seeing any output (from 'tee') until the program completely
finishes.

M R_Tester/toplevel/generateGoldStandards.py

- Produce the correct (I hope) TestData directory. Was
TestData/ICE/advect.ups, now is
TestData/ICE/advect/advect.ups (etc).
- Put in user input for deleting previous gold standards.
- FIXME: still need to do some auto-testing to see if
configure/svn have changed and let the user know...

AM R_Tester/helpers/selectComponents.sh

- A helper script to bring up Todd's GUI to get a list of the
gold standards that the user wishes to generate.

M R_Tester/helpers/runSusTests.py

- There was a problem with env HTMLLOG and WEBLOG not being
set for the local tester. So check for this condition
and don't use them if so.

192 lines of code changed in 7 files:

  • Makefile.in (+14 -8)
  • R_Tester: ARCHES.py (+14 -7), ICE.py (+30 -28)
  • R_Tester/helpers: runSusTests.py (+41 -14), selectComponents.sh (+40)
  • R_Tester/toplevel: generateGoldStandards.py (+37 -9), startLocalTest (+16 -7)
dav 2010-11-01 16:24 Rev.: 46419


Add 'generateGoldStandard' python script. Renamed the test files (ICE, MPM, etc) to have a '.py' extension (as they are python files).

976 lines of code changed in 25 files:

  • R_Tester: ARCHES (del), ARCHES.py (+85), EXAMPLES (del), EXAMPLES.py (+32), ICE (del), ICE.py (+80), IMPM (del), IMPM.py (+64), MPM (del), MPM.py (+103), MPMARCHES (del), MPMARCHES.py (+53), MPMF (del), MPMF.py (+50), MPMICE (del), MPMICE.py (+71), Models (del), Models.py (+55), UCF (del), UCF.py (+117), WASATCH (del), Wasatch.py (+57), __init__.py (new 1)
  • R_Tester/toplevel: generateGoldStandards.py (+203), startLocalTest (+5 -2)
dav 2010-10-28 19:22 Rev.: 46408

Apparently some people use NDEBUG for optimized builds... who knew? :)

10 lines of code changed in 2 files:

  • configure (+5 -5), configure.ac (+5 -5)
dav 2010-10-28 17:35 Rev.: 46406

Per James, turn off tests for exprlib and spatialops wasatch libs (speeds up build time).

2 lines of code changed in 1 file:

  • build_scripts: build_wasatch_3p.sh (+2)
dav 2010-10-28 14:08 Rev.: 46403

Added define of NDEBUG if in debug mode, even if user/configurer gives other flags too.

2 lines of code changed in 2 files:

  • configure (+1 -1), configure.ac (+1 -1)
dav 2010-10-28 14:05 Rev.: 46402

Added define of NDEBUG if in debug mode

2 lines of code changed in 2 files:

  • configure (+1 -1), configure.ac (+1 -1)
dav 2010-10-05 15:30 Rev.: 46312

fix shell script typo

2 lines of code changed in 2 files:

  • configure (+1 -1), configure.ac (+1 -1)
dav 2010-10-04 16:49 Rev.: 46310

M configure
M configure.ac

- Added --enable-wasatch_3p which will cause configure to checkout,
build, and use the SpatialOps, ExprLib, and TabProps libs. (They will
be placed in <bin>/Wasatch3P/.)

If you already have the Wasatch 3p built somewhere else, then just use
the --with-spatialops, --with-tabprops, and --with-exprlib flags to point
at your version.

- Found a problem with our static build... need to add -static to the link
line. Placed a comment in configure.ac, but have not updated this yet
as it will break things until all libraries on our test machines are updated
to include .a files.

AM build_scripts/build_wasatch_3p.sh

- Script to checkout (git) the Wasatch 3p libs and build them.

243 lines of code changed in 3 files:

  • configure (+63 -1), configure.ac (+44 -1)
  • build_scripts: build_wasatch_3p.sh (+136)
dav 2010-09-28 10:07 Rev.: 46276

Fix for static build of Wasatch

13 lines of code changed in 1 file:

  • StandAlone: sub.mk (+13 -4)
dav 2010-09-15 18:17 Rev.: 46203

First pass at saving original .ups file into the UDA. (Behind the scenes) uses 'system(cp)', which at some point may need to be replaced...

0 lines of code changed in 2 files:

  • CCA/Components/DataArchiver: DataArchiver.cc (new)
dav 2010-09-09 17:20 Rev.: 46178


* --enable-optimize now (by default) turns off assertions.
* --enable-debug defaults to turning on all assertions.
* Replaced a number of 'test' statements that use '==' with '=', as '=' is correct.


78 lines of code changed in 2 files:

  • configure (+40 -19), configure.ac (+38 -19)
dav 2010-09-08 17:53 Rev.: 46168

Set rpath for boost libs

2 lines of code changed in 2 files:

  • configure (+1 -1), configure.ac (+1 -1)

(34 more)

Generated by StatSVN 0.4.0