[root]/Packages/Uintah/CCA/Components/Dummy
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
dav | 7 (100.0%) | 116 (100.0%) | 16.5 |
Bringing FakeMPMICE up to date with the real MPMICE
0 lines of code changed in 2 files:
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.
116 lines of code changed in 5 files: