Directory CCA/Components/PatchCombiner/

Directory Deleted:
2014-01-29 13:11
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/CCA/Components/PatchCombiner

Lines of Code

CCA/Components/PatchCombiner/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 596 (100.0%) 23.8
harman 20 (80.0%) 591 (99.2%) 29.5
jas 5 (20.0%) 5 (0.8%) 1.0

Most Recent Commits

harman 2014-01-29 13:11 Rev.: 51516

More housekeeping
renamed directory PatchComber -> ReduceUda

0 lines of code changed in 5 files:

  • CCA/Components/PatchCombiner: PatchCombiner.cc (del), PatchCombiner.h (del), UdaReducer.cc (del), UdaReducer.h (del), sub.mk (del)
harman 2014-01-29 12:46 Rev.: 51515

Housekeeping:
-Removed PatchCombiner code and cleaned out calls to it.

1 lines of code changed in 4 files:

  • CCA/Components/PatchCombiner: PatchCombiner.cc (del), PatchCombiner.h (del), sub.mk (+1 -1)
harman 2014-01-29 11:20 Rev.: 51514

DataArchiver.cc
- reduceUdaSetup()
Just use a plain copy for coping the checkpoints.
Now copying the original ups and input.xml.org files

-beginOutputTimestep()
fixed compiler warning

- copy_outputProblemSpec()
cleaned up output statement

AMRSimulationController.cc
- run() inside reduceUda conditional block
setting the intital physical time from reduceUda

Dir.cc
- getFilenamesBySuffix()
comment out cout statement

UdaReducer.cc
- polished, added comments, cleaned up user output

- added user message

- initialize()
set delt = 0. You must have this if outputInitTimestep was used.

- computeLabels()
removed code that will never be used.

- deleted finalizeTimestep related code. It's not needed

- needRecompile()
recompile the taskgraph every timestep. The saved variable list
and the number of matls could change from timestep to timestep.

reduce_uda is in final testing phase. All initial tests show that it's working.

63 lines of code changed in 4 files:

  • CCA/Components/PatchCombiner: UdaReducer.cc (+60 -70), UdaReducer.h (+3 -1)
harman 2014-01-27 16:36 Rev.: 51510

Stepping gently.

UdaReducer.cc
- updated debugstream messages.
- no longer setting the current top level timestep in the initialization task.

DataArchiever.cc/h
- created a map that is used only by reduceUda that holds what the directory timesteps are
and is keyed by the simulation timestep.

- added getTimestepTopLevel()
This returns the simulation timestep or if reduceUda is used a directory timestep.

- reduceUdaSetup()
created the global map that holds the directory timesteps

-makeTimestepDirs() & writeto_xml_files() & outputVariables()
use getTimestepTopLevel() for the timestep stamp.

6 lines of code changed in 1 file:

  • CCA/Components/PatchCombiner: UdaReducer.cc (+6 -9)
harman 2014-01-22 12:54 Rev.: 51487

Overall
Cleaning out combined_patches, reuse combinePatchSetup() & more heavy construction on reduceUda, details below.

sus.cc
- removed combine_patch option and related code.
- renamed doCombinePatches() -> setReduceUdaFlags()

Output.h
- alphabetize includes
- renamed doCombinePatches() -> setReduceUdaFlags()

SimulationController.h
- renamed doCombinePatches() -> setReduceUdaFlags()
- removed d_combinedPatches variable

SimulationController.cc
- renamed doCombinePatches() -> setReduceUdaFlags()
- remove d_combinedPatches variable
- cleaned up schizophrenic indentation
- using proc0cout instead of cout with conditional wrappers
- pulled reduceUda code from preGridSetup()

AMRSimulationController.cc
- removed d_combinePatches variable
- added d_timeinfo code from SimulationController to reduceUda conditional block


UdaReducer.cc/.h
- removed piles of code that failed for various reasons.

DataArchiver.h
- renamed doCombinePatches() -> setReduceUdaFlags()

DataArchiver.cc
-- renamed doCombinePatches() -> setReduceUdaFlags()
- cleaned up debugstream output so you can follow it.
- minor reformatting
- reduceUdaSetup()
- the entire checkpoints directory is now being copied to the new uda.


92 lines of code changed in 2 files:

  • CCA/Components/PatchCombiner: UdaReducer.cc (+80 -174), UdaReducer.h (+12 -6)
harman 2014-01-20 17:42 Rev.: 51480

Heavy construction zone with piles of scraps code laying around that may get reused. It
works for a simple 2 level, 2matl problem, no particles.


252 lines of code changed in 2 files:

  • CCA/Components/PatchCombiner: UdaReducer.cc (+238 -69), UdaReducer.h (+14 -6)
jas 2014-01-16 00:47 Rev.: 51467

Updated copyright information.

5 lines of code changed in 5 files:

  • CCA/Components/PatchCombiner: PatchCombiner.cc (new 1), PatchCombiner.h (new 1), UdaReducer.cc (+1 -1), UdaReducer.h (+1 -1), sub.mk (+1 -1)
harman 2014-01-06 11:32 Rev.: 51428

Cleanup just before the complete overhaul.

177 lines of code changed in 2 files:

  • CCA/Components/PatchCombiner: UdaReducer.cc (+107 -100), UdaReducer.h (+70 -56)
Generated by StatSVN 0.7.0