Directory CCA/Components/SimulationController/

Total Files:
5
Deleted Files:
0
Lines of Code:
2118

[root]/CCA/Components/SimulationController

Lines of Code

CCA/Components/SimulationController/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 24 (100.0%) 287 (100.0%) 11.9
luitjens 12 (50.0%) 207 (72.1%) 17.2
jas 9 (37.5%) 76 (26.5%) 8.4
dav 2 (8.3%) 3 (1.0%) 1.5
jthornoc 1 (4.2%) 1 (0.3%) 1.0

Most Recent Commits

jas 2009-12-11 16:27 Rev.: 45193

Compiler warnings.

0 lines of code changed in 2 files:

  • CCA/Components/SimulationController: SimulationController.cc (changed)
luitjens 2009-11-16 11:41 Rev.: 45067

Migrated a few more function calls to the new patch interface.

Deleted the old patch interface.

Removed __New() from the new patch interface calls.

2 lines of code changed in 2 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+2 -2)
luitjens 2009-10-27 14:55 Rev.: 44959

Renable scrubbing. Disabled an error criteria that doesn't seem to be valid.

1 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+1 -1)
jthornoc 2009-10-27 12:20 Rev.: 44954

1) Turned off scrubbing per Justin's recommendation
2) For mpmArches, cellInformation is computed in doMomExchange and then required from the new_dw thereafter.
3) Removed the empty emitNormal because it is no longer needed

1 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+1 -1)
luitjens 2009-10-08 14:26 Rev.: 44810

Update the delt logic in AMRSimulation controller to be consistant.

Components must compute and store delt on a per level basis. Right now the infastructure then uses the per-level delt to compute the global delt.

10 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+10 -2)
luitjens 2009-08-26 11:40 Rev.: 44660

Initial refactoring of the cost forecasting algorithms in the load balancer.

Created new forecasting base class. Made old profiler inherit from this base class.

More changes incomming soon.

1 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+1 -1)
luitjens 2009-08-25 16:21 Rev.: 44656

Disable scrubbing for AMR ice. This appears to cause the missing patches in getRegion problem.

Added comments explaining why scrubbing is disabled for those problems.

3 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+3 -2)
luitjens 2009-08-17 14:18 Rev.: 44628

Disabled scrubbing when using the DLB.

1 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+1 -1)
luitjens 2009-08-06 08:39 Rev.: 44584

Enabled scrubbing for MPMICE, AMR, and codes that use a DLB. I'm not sure why it was disabled.

2 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+2 -1)
luitjens 2009-07-30 15:03 Rev.: 44554

Enable ComponentTimings:+ in serial.

179 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+179 -170)
luitjens 2009-07-30 14:54 Rev.: 44553

output individual components if running in serial.

1 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+1 -1)
luitjens 2009-04-11 10:51 Rev.: 44065

Undid last patch and implemented it a better way.

2 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+2 -5)
luitjens 2009-04-11 10:22 Rev.: 44064

Don't output the AMR overhead on non-AMR problems.

5 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+5 -2)
dav 2009-03-17 12:27 Rev.: 43737

Combined Core/Math, Core/Disclosure, and Core/Geometry into one
library (with respect to linking (at least for now)) in order to get
around the circular dependency problem we are having under OSX... (and
on any other machine where we need to build static libraries.) Had to
add Core/Math to the PSELIBS line of a number of sub.mk files.

Currently all the files are compiled into the Core/Math library (but
still exist in their original locations). I created dummy.cc files to
allow me to still create the Core/Disclosure and Core/Geometry
libraries (which are now basically empty) so that I didn't have to
update all the sub.mk files to remove these references. However, at
some point in the near future, this needs to be cleaned up.

M Core/Persistent/Persistent.cc

For some reason Persistent.cc was #including <Endian.cc> which caused
symbols to appear twice. I changed this to #include the .h file.
This shouldn't be an issue... and may have only shown up (now, instead
of years ago) because I don't have TEEM turned on right now (TEEM used
to be on by default). (With TEEM turned on, Persistent.cc uses nrrd.h
for endian stuff.)

M CCA/Components/Arches/MCRT/ArchesRMCRT/RMCRTRRSDStratified.cc

Replaced 100000000000000000 with DBL_MAX, so that compilations on 32
bit machines don't error out.

3 lines of code changed in 2 files:

  • CCA/Components/SimulationController: sub.mk (new)
jas 2009-03-09 15:29 Rev.: 43510

Remove the Packages/Uintah/

63 lines of code changed in 6 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+28 -28), AMRSimulationController.h (+10 -10), SimulationController.cc (+14 -14), SimulationController.h (new)
jas 2009-03-09 15:23 Rev.: 43506

Remove the Packages/Uintah/

13 lines of code changed in 1 file:

  • CCA/Components/SimulationController: sub.mk (+13 -13)
Generated by StatSVN 0.4.0