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 |
Committing configure to match previous commit of configure.ac
0 lines of code changed in 2 files:
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:
1) OSX does not support --static flag. 2) Check for/require serialization lib for boost.
13 lines of code changed in 2 files:
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:
partial fix for SVN checking, still is not complete.
14 lines of code changed in 1 file:
Fix python version error problem with exit. Add info for OSX user wrt 'dialog'.
23 lines of code changed in 2 files:
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:
use src abs
1 lines of code changed in 1 file:
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:
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:
Apparently some people use NDEBUG for optimized builds... who knew? :)
10 lines of code changed in 2 files:
Per James, turn off tests for exprlib and spatialops wasatch libs (speeds up build time).
2 lines of code changed in 1 file:
Added define of NDEBUG if in debug mode, even if user/configurer gives other flags too.
2 lines of code changed in 2 files:
Added define of NDEBUG if in debug mode
2 lines of code changed in 2 files:
fix shell script typo
2 lines of code changed in 2 files:
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:
Fix for static build of Wasatch
13 lines of code changed in 1 file:
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:
* --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:
Set rpath for boost libs
2 lines of code changed in 2 files:
(34 more)