Directory Packages/Uintah/StandAlone/

Total Files:
16
Deleted Files:
6
Lines of Code:
10226

[root]/Packages/Uintah/StandAlone
                directory in repo Benchmarks (2 files, 179 lines)
                directory in repo compare_mms (6 files, 98 lines)
                directory in repo tools (1 files, 9 lines)
                    directory in repo dumpfields (31 files, 3776 lines)
                    directory in repo graphview (1 files, 24 lines)
                    directory in repo makedot (1 files, 27 lines)

Lines of Code

Packages/Uintah/StandAlone/ Lines of Code

Developers

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

Most Recent Commits

kuzimmer 2005-10-20 20:17 Rev.: 32229

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:

  • Packages/Uintah/StandAlone: sub.mk (changed)
dgroulx 2005-09-07 12:45 Rev.: 31912

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:

  • Packages/Uintah/StandAlone: sub.mk (+5 -2)
harman 2005-09-01 10:42 Rev.: 31831

added CCVariable<int> to -varsummary option

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone: puda.cc (changed)
dav 2005-08-22 18:00 Rev.: 31648

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:

  • Packages/Uintah/StandAlone: lineextract.cc (new), puda.cc (+4 -1), timeextract.cc (new)
dav 2005-08-22 15:37 Rev.: 31645

Dumpfields has moved to tools/dumpfields

0 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: dumpfields.cc (del)
dav 2005-07-28 14:13 Rev.: 31303

Fixed my accidental check in of sub.mk without Arches.

7 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: sub.mk (+7 -2)
dav 2005-07-27 19:46 Rev.: 31292

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:

  • Packages/Uintah/StandAlone: sub.mk (+13 -12)
bard 2005-07-27 16:25 Rev.: 31284

Hopefully this will make dumpfields, the executable, here in Standalone.

0 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: sub.mk (-35)
guilkey 2005-07-15 16:26 Rev.: 31166

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:

  • Packages/Uintah/StandAlone: pfs.cc (changed)
worthen 2005-07-14 12:50 Rev.: 31138

allow overlapping patches

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone: compare_uda.cc (new)
worthen 2005-07-12 15:37 Rev.: 31101

print out exceptions on all procs

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone: sus.cc (changed)
worthen 2005-07-12 14:35 Rev.: 31095

Don't throw an exception at the top of main()

1 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: sus.cc (+1 -2)
dgroulx 2005-07-12 12:26 Rev.: 31087

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:

  • Packages/Uintah/StandAlone: dumpfields.cc (new 457), pfs.cc (+4 -4), slb.cc (+5 -5), sus.cc (+3)
harman 2005-07-08 09:01 Rev.: 31065

back out previous changes to get the RT back on it's hoofs

6 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: compare_uda.cc (+6 -11)
yarden 2005-07-07 15:35 Rev.: 31048

finish separation of Core from Dataflow

6 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: sub.mk (+6 -6)
worthen 2005-07-07 09:40 Rev.: 31031

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:

  • Packages/Uintah/StandAlone: compare_uda.cc (+11 -6)
dav 2005-07-05 17:35 Rev.: 30990

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:

  • Packages/Uintah/StandAlone: sub.mk (+3 -1)
worthen 2005-06-30 20:36 Rev.: 30953

combine ComponentFactory and Switcher into Parent (hope it works; never done 'svn move' before)

2 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone: sub.mk (+1 -1), sus.cc (+1 -1)
worthen 2005-06-29 16:05 Rev.: 30920

missed some ports in sus.cc...

2 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: sus.cc (+2)
jas 2005-06-29 14:42 Rev.: 30916

Remove msus.

0 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: sub.mk (-85)

(57 more)

Generated by StatSVN 0.4.0