Directory Packages/Uintah/scripts/

Total Files:
4
Deleted Files:
5
Lines of Code:
673

[root]/Packages/Uintah/scripts
                directory in repo LLNL_scripts (12 files, 443 lines)

Lines of Code

Packages/Uintah/scripts/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 27 (100.0%) 706 (100.0%) 26.1
dav 15 (55.6%) 593 (84.0%) 39.5
harman 9 (33.3%) 57 (8.1%) 6.3
jas 3 (11.1%) 56 (7.9%) 18.6

Most Recent Commits

harman 2006-06-29 15:45 Rev.: 34618

Separated amr_tests into ice_amr_tests and mpmice_amr_tests

0 lines of code changed in 2 files:

  • Packages/Uintah/scripts: regression_tester (new)
harman 2006-06-26 09:50 Rev.: 34571

mv test impHotBlob.ups from the back of the line closer to the front.
It's a single processor test but for some reason is being run with 8 procs.

1 lines of code changed in 1 file:

  • Packages/Uintah/scripts: regression_tester (+1 -1)
jas 2006-05-31 12:19 Rev.: 34363

Use mpirun -np 1 for impm runs.

5 lines of code changed in 1 file:

  • Packages/Uintah/scripts: regression_tester (+5 -4)
harman 2006-04-24 10:10 Rev.: 33975

added a ICE JP8 fire with radiation to the RT.

3 lines of code changed in 1 file:

  • Packages/Uintah/scripts: regression_tester (+3 -3)
jas 2006-03-24 17:41 Rev.: 33643

Allow for mpirun to be used for a single processor/patch combination needed
by mpmarches.

Clear MPI variable after each test case. Include MPI variable when doing
the restart test.

26 lines of code changed in 1 file:

  • Packages/Uintah/scripts: regression_tester (+26 -13)
harman 2006-03-22 18:16 Rev.: 33593

added advect 2matl, AMR to the RT

1 lines of code changed in 1 file:

  • Packages/Uintah/scripts: regression_tester (+1 -1)
harman 2006-03-14 09:45 Rev.: 33491

added ability to run ice amr tests

23 lines of code changed in 1 file:

  • Packages/Uintah/scripts: regression_tester (+23 -1)
jas 2006-03-10 21:17 Rev.: 33480

Add fracture regression test.

25 lines of code changed in 1 file:

  • Packages/Uintah/scripts: regression_tester (+25 -1)
dav 2006-02-23 15:03 Rev.: 33338

The useFake* scripts now take an 'on' or 'off' parameter. This
prevents them from automatically toggling the on/off setting which
might not be what the user would expect. The make target in
StandAlone/sub.mk defaults to 'on'... you can use it multiple times
and it will just ignore subsequent invocations. If you want to undo
the useFake*, you will have to call the script by hand.

85 lines of code changed in 6 files:

  • Packages/Uintah/scripts: useFakeArches.sh (+29 -4), useFakeICE.sh (new), useFakeMPM_ICE.sh (+28 -3)
harman 2006-02-20 15:06 Rev.: 33314

added operating system conditional for MPMICE tests.

- eliminated the need for the variable uda_dir. We now search the goldStandards
component directory for the uda that you want to compare against. This means that
every regression test must have a uniquely named uda.

29 lines of code changed in 1 file:

  • Packages/Uintah/scripts: regression_tester (+29 -71)
harman 2006-02-20 11:16 Rev.: 33313

removed dead blazer weeds. Is this from the day's of Bob Kesler?

0 lines of code changed in 2 files:

  • Packages/Uintah/scripts: Register (del), Unregister (del)
dav 2006-01-17 19:28 Rev.: 33010

Parent component relies on Dummy dir when using Fake
components... updated the sub.mk file and fake* scripts to handle
this.

25 lines of code changed in 3 files:

  • Packages/Uintah/scripts: useFakeArches.sh (+9 -2), useFakeICE.sh (+8 -2), useFakeMPM_ICE.sh (+8 -2)
dav 2006-01-17 13:37 Rev.: 33004

Fixed the Using Fake Arches/MPMICE/ICE scripts so that they all work.
Removed the perl version of the scripts and replaced them with shell
versions. If you run the script twice, it will toggle the changes for
you (so you can turn ICE off then on, then off... etc, without having
to 'svn update' your sub.mk files). (Note, while I was at it, I added
some support for a fakeMPM, but the script itself is not written,
though it could easily be if someone wanted it...)

M CCA/Components/MPMArches/sub.mk

Added dependent Arches/Mixing lib so Mac will compile.

M CCA/Components/Parent/sub.mk

Added ARCHES, ICE, MPM, MPMICE variables so that the scripts can
easily toggle there value to on/off.

A CCA/Components/Dummy/FakeAMRICE.cc

A FakeAMRICE component had to be added to support FakeICE. No one had
used fakeICE in a while, so no one had noticed that this was necessary.

M CCA/Components/Dummy/sub.mk

Added FAKE_ARCHES, FAKE_MPMARCHES, FAKE_ICE, FAKE_MPM, and FAKE_MPMICE
variables so that the scripts can easily toggle there value to on/off.

M CCA/Components/Dummy/FakeICE.cc

ICE constructor had changed, so fake ICE component had to be updated.

M CCA/Components/sub.mk

Added MPM, MPMARCHES, ICE, MPM, MPMICE, and DUMMY variables so that
the scripts can easily toggle there value to on/off.

AM scripts/useFakeArches.sh
AM scripts/useFakeMPM_ICE.sh
AM scripts/useFakeICE.sh

Added new scripts for toggling on/off fake components. Each script is
very similar to the others, except that it changes different
variables... could probably combine into a single script easily.

D scripts/useFakeMPM_ICE.pl
D scripts/useFakeArches.pl
D scripts/useFakeICE.pl

Removed the perl version of the scripts. The useFakeICE.pl and
useFakeMPM_ICE.pl scripts probably never were updated and did not work
at this point.

M StandAlone/sub.mk

Added DUMMY_LIB, ARCHES_LIBS, ARCHES_SUB_LIBS, MPM_LIB, ICE_LIB, and
MPMICE_LIB variables so scripts can easily toggle them on/off.
Removed (unnecessary) tabs from file.

483 lines of code changed in 6 files:

  • Packages/Uintah/scripts: useFakeArches.pl (del), useFakeArches.sh (+165), useFakeICE.pl (del), useFakeICE.sh (+159), useFakeMPM_ICE.pl (del), useFakeMPM_ICE.sh (+159)
Generated by StatSVN 0.4.0