Directory StandAlone/

Total Files:
9
Deleted Files:
0
Lines of Code:
4297

[root]/StandAlone
        directory in repo Benchmarks (2 files, 246 lines)
        directory in repo tools (2 files, 821 lines)
            directory in repo compare_mms (11 files, 1378 lines)
            directory in repo dumpfields (28 files, 5334 lines)
            directory in repo extractors (8 files, 4176 lines)
            directory in repo fsspeed (1 files, 46 lines)
            directory in repo graphview (8 files, 1686 lines)
            directory in repo makedot (2 files, 249 lines)
            directory in repo mpi_test (2 files, 250 lines)
            directory in repo pfs (4 files, 971 lines)
            directory in repo puda (20 files, 4366 lines)
            directory in repo radiusMaker (2 files, 327 lines)
            directory in repo tracker (2 files, 110 lines)
            directory in repo uda2nrrd (18 files, 3303 lines)
            directory in repo uda2vis (3 files, 192 lines)

Lines of Code

StandAlone/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 53 (100.0%) 456 (100.0%) 8.6
jas 32 (60.4%) 377 (82.7%) 11.7
harman 8 (15.1%) 29 (6.4%) 3.6
dav 5 (9.4%) 28 (6.1%) 5.6
luitjens 6 (11.3%) 22 (4.8%) 3.6
guilkey 2 (3.8%) 0 (0.0%) 0.0

Most Recent Commits

harman 2010-12-08 15:22 Rev.: 46575

A present for Justin.

Added a helper script for local regression testing. A symbolic link is added
to the Standalone directory when:

make uintah

is executed. This helper script just executes:

make gold_standards
or
make runLocalRT

0 lines of code changed in 2 files:

  • StandAlone: sub.mk (changed)
harman 2010-11-11 16:10 Rev.: 46450

using cout instead of cerr

0 lines of code changed in 2 files:

  • StandAlone: sus.cc (new)
harman 2010-11-08 17:48 Rev.: 46436

sus
- use thread::exitAll() to return the error code from sus

generateGoldStandards
- bark at the user if sus returns anything besides 0.

2 lines of code changed in 1 file:

  • StandAlone: sus.cc (+2)
luitjens 2010-10-19 13:48 Rev.: 46374

Added the parsing for reduce_uda.

3 lines of code changed in 1 file:

  • StandAlone: sus.cc (+3)
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)
jas 2010-09-28 08:55 Rev.: 46272

Update documentation to version 1.3. Allow Wasatch, TabProps and
other new components in the new release.

0 lines of code changed in 2 files:

  • StandAlone: sub.mk.release (changed)
guilkey 2010-09-17 14:38 Rev.: 46218

Detect if nans are present in the variables being compared and force a failure
if so.

0 lines of code changed in 2 files:

  • StandAlone: compare_uda.cc (new)
dav 2010-09-07 14:11 Rev.: 46160


Added in configure flags to support Wasatch component:

--with-spatialops
--with-exprlib

M CCA/Components/Wasatch/sub.mk

* Commented out hard coded paths... James, feel free to remove that entire
block when things are working for you.

M StandAlone/sub.mk

* Link in boost if it is configured.

M configure.ac
M configure
M configVars.mk.in

* Fixes for handling spatialops, exprlib, tabprops, and boost.

2 lines of code changed in 1 file:

  • StandAlone: sub.mk (+2 -1)
luitjens 2010-08-16 10:23 Rev.: 46042

Handle std::runtime_error

6 lines of code changed in 1 file:

  • StandAlone: sus.cc (+6 -2)
jas 2010-08-11 20:35 Rev.: 46018

Update copyright date.

8 lines of code changed in 13 files:

  • StandAlone: compare_uda.cc (+1 -1), gambitFileReader.cc (new), partvarRange.cc (new), restart_merger.cc (+1 -1), selectpart.cc (new), slb.cc (new), sub.mk.release (+1 -1), sus.cc (+1 -1)
harman 2010-08-06 14:58 Rev.: 45983

added macro to make a symbolic link to src/scripts in the Standalone/

8 lines of code changed in 1 file:

  • StandAlone: sub.mk (+8 -1)
luitjens 2010-06-17 13:24 Rev.: 45752

Fixed another segfault in compare_uda.

1 lines of code changed in 1 file:

  • StandAlone: compare_uda.cc (+1 -1)
luitjens 2010-06-17 08:23 Rev.: 45748

Verify that the number of variables is the same after removing ignored variables

6 lines of code changed in 1 file:

  • StandAlone: compare_uda.cc (+6)
dav 2010-05-10 14:17 Rev.: 45618

Real fix for TabProps for Static Builds.

1 lines of code changed in 1 file:

  • StandAlone: sub.mk (+1 -4)
dav 2010-05-10 13:54 Rev.: 45617

TabProps fix for static builds

3 lines of code changed in 1 file:

  • StandAlone: sub.mk (+3 -1)
jas 2010-03-09 10:28 Rev.: 45420

Update copyright dates.

1 lines of code changed in 1 file:

  • StandAlone: sub.mk (+1 -1)
jas 2010-03-08 20:53 Rev.: 45416

Update release number to version 1.2.

Remove components not used in the release, i.e. Angio, and SpatialOps.

351 lines of code changed in 1 file:

  • StandAlone: sub.mk.release (+351)
harman 2010-03-08 13:39 Rev.: 45408

-ignoreVariable option
User can now ignore a variable in just one uda. This is useful when comparing
udas that have a different number of checkpoint variables.

17 lines of code changed in 1 file:

  • StandAlone: compare_uda.cc (+17 -4)
jas 2010-03-08 10:54 Rev.: 45405

Undoing commit 45403

8 lines of code changed in 7 files:

  • StandAlone: compare_uda.cc (+1 -1), gambitFileReader.cc (+1 -1), partvarRange.cc (+1 -1), restart_merger.cc (+2 -2), selectpart.cc (+1 -1), slb.cc (+1 -1), sus.cc (+1 -1)
jas 2010-03-07 23:13 Rev.: 45403

Update copyright date.

8 lines of code changed in 7 files:

  • StandAlone: compare_uda.cc (+1 -1), gambitFileReader.cc (+1 -1), partvarRange.cc (+1 -1), restart_merger.cc (+2 -2), selectpart.cc (+1 -1), slb.cc (+1 -1), sus.cc (+1 -1)

(5 more)

Generated by StatSVN 0.4.0