[root]/Packages/Uintah/StandAlone
Benchmarks
(2 files, 179 lines)
compare_mms
(6 files, 98 lines)
tools
(1 files, 9 lines)
dumpfields
(31 files, 3776 lines)
graphview
(1 files, 24 lines)
makedot
(1 files, 27 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 142 (100.0%) | 3904 (100.0%) | 27.4 |
banerjee | 6 (4.2%) | 908 (23.3%) | 151.3 |
jas | 11 (7.7%) | 775 (19.9%) | 70.4 |
worthen | 55 (38.7%) | 727 (18.6%) | 13.2 |
dgroulx | 8 (5.6%) | 474 (12.1%) | 59.2 |
abrydon | 2 (1.4%) | 452 (11.6%) | 226.0 |
harman | 12 (8.5%) | 178 (4.6%) | 14.8 |
hartner | 4 (2.8%) | 135 (3.5%) | 33.7 |
dav | 14 (9.9%) | 107 (2.7%) | 7.6 |
jones | 17 (12.0%) | 90 (2.3%) | 5.2 |
guilkey | 5 (3.5%) | 50 (1.3%) | 10.0 |
yarden | 1 (0.7%) | 6 (0.2%) | 6.0 |
xiongcw | 1 (0.7%) | 2 (0.1%) | 2.0 |
sparker | 1 (0.7%) | 0 (0.0%) | 0.0 |
kuzimmer | 2 (1.4%) | 0 (0.0%) | 0.0 |
bigler | 2 (1.4%) | 0 (0.0%) | 0.0 |
bard | 1 (0.7%) | 0 (0.0%) | 0.0 |
commented out the uda2nrrd executable, it will need a lot of work to compile with the new field structure, I will change update the sub.mk when its fixed
0 lines of code changed in 2 files:
Changes to make Uintah build on purple. Added function declarations for functions that were previous delcared only as friends. Added a configure variable IS_AIX instead of checking against the compiler for aix specific configure options.
5 lines of code changed in 1 file:
added CCVariable<int> to -varsummary option
0 lines of code changed in 2 files:
Removed #include<fstream> from DebugStream.h as it is not used in this file (and was causing compilation errors (I don't know why) in another location. Had to add include fstream to the rest of these files and apparently they were getting it through some strange path from DebugStream.h
40 lines of code changed in 5 files:
Dumpfields has moved to tools/dumpfields
0 lines of code changed in 1 file:
Fixed my accidental check in of sub.mk without Arches.
7 lines of code changed in 1 file:
Made dumpfields compile. Executable is now in StandAlone/tools/dumpfields.
We can try to fix that later.
- Dav
M sub.mk
Build dumpfields in tools/dumpfields for now.
M tools/dumpfields/FieldDiags.cc
Fixed up namespace stuff. Added default to switch case.
M tools/dumpfields/Args.cc
Use full path for #include. Fixed namespace stuff.
Fixed throw statements to include __FILE__,__LINE__
M tools/dumpfields/sub.mk
Indented and fixed some lib locations.
M tools/dumpfields/FieldSelection.cc
Fixed throw statement.
M tools/dumpfields/Args.h
minnumber is now an unsigned int.
M tools/dumpfields/HistogramDumper.cc
Fixed throw statement.
13 lines of code changed in 1 file:
Hopefully this will make dumpfields, the executable, here in Standalone.
0 lines of code changed in 1 file:
Initialize next_var_name to be an empty string. (Sorry Todd, I
couldn't get your thing to work.) Also, add an end of line to the
first line that specifies the extents of the geometry described by
the file.
0 lines of code changed in 2 files:
allow overlapping patches
0 lines of code changed in 2 files:
print out exceptions on all procs
0 lines of code changed in 2 files:
Don't throw an exception at the top of main()
1 lines of code changed in 1 file:
Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.
469 lines of code changed in 5 files:
back out previous changes to get the RT back on it's hoofs
6 lines of code changed in 1 file:
finish separation of Core from Dataflow
6 lines of code changed in 1 file:
Allow overlapping nodes - with AMR it is unavoidable (in one of the four L-shaped patch groups)
11 lines of code changed in 1 file:
Added fake_arches target which is easier for me to remember. useFakeArches script is in new location.
3 lines of code changed in 1 file:
combine ComponentFactory and Switcher into Parent (hope it works; never done 'svn move' before)
2 lines of code changed in 2 files:
missed some ports in sus.cc...
2 lines of code changed in 1 file:
Remove msus.
0 lines of code changed in 1 file:
(57 more)