Directory CCA/Components/ReduceUda/

Directory Deleted:
2017-11-28 15:48
Total Files:
0
Deleted Files:
11
Lines of Code:
0

[root]/CCA/Components/ReduceUda

Lines of Code

CCA/Components/ReduceUda/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 66 (100.0%) 2936 (100.0%) 44.4
harman 50 (75.8%) 2892 (98.5%) 57.8
allen 12 (18.2%) 37 (1.3%) 3.0
dav 1 (1.5%) 4 (0.1%) 4.0
jas 3 (4.5%) 3 (0.1%) 1.0

Most Recent Commits

harman 2017-11-28 15:48 Rev.: 57358

Global:
- Renamed the component and variables associated with reduceUda -> PostProcessUda

PostProcessUda.cc/h:
- cleaned out testing code
- added a common class

0 lines of code changed in 11 files:

  • CCA/Components/ReduceUda: Module.cc (del), Module.h (del), ModuleFactory.cc (del), ModuleFactory.h (del), UdaReducer.cc (del), UdaReducer.h (del), spatioTemporalAvg.cc (del), spatioTemporalAvg.h (del), statistics.cc (del), statistics.h (del), sub.mk (del)
harman 2017-11-27 13:33 Rev.: 57350

Consolidated duplicate code.

0 lines of code changed in 4 files:

  • CCA/Components/ReduceUda: spatioTemporalAvg.cc (new), spatioTemporalAvg.h (new)
allen 2017-11-24 15:37 Rev.: 57339

removed the delta T label from the shared state and began removing the shared state where possible

1 lines of code changed in 2 files:

  • CCA/Components/ReduceUda: UdaReducer.cc (new)
harman 2017-11-21 16:53 Rev.: 57324

- added support for CCVariable<floats>
- filled in calculation of spatial averages
- cleanup

* spatial averaging working

153 lines of code changed in 2 files:

  • CCA/Components/ReduceUda: spatioTemporalAvg.cc (+142 -100), spatioTemporalAvg.h (+11 -10)
allen 2017-11-21 15:40 Rev.: 57322

update to move to a application common class and remove the shared state

34 lines of code changed in 9 files:

  • CCA/Components/ReduceUda: UdaReducer.cc (+17 -17), UdaReducer.h (new), statistics.cc (new), statistics.h (new), sub.mk (new)
harman 2017-11-21 11:58 Rev.: 57320

Added post processing module to compute spatial/temporal averages for variables saved in a uda.

Heavy construction zone.

768 lines of code changed in 5 files:

  • CCA/Components/ReduceUda: ModuleFactory.cc (new), spatioTemporalAvg.cc (+573), spatioTemporalAvg.h (+189), sub.mk (+2 -1)
harman 2017-11-20 15:29 Rev.: 57318

Created a separate namespace to avoid a clash. The clash only showed up on a static build.


5 lines of code changed in 3 files:

  • CCA/Components/ReduceUda: ModuleFactory.cc (+2 -1), statistics.cc (+1), statistics.h (+2 -1)
harman 2017-11-17 19:04 Rev.: 57312

- Cleaned out dead code.
- Added usage comments
- Added bulletproofing

* It's working.

129 lines of code changed in 10 files:

  • CCA/Components/ReduceUda: Module.cc (+4 -3), Module.h (+5 -4), ModuleFactory.cc (+4 -3), ModuleFactory.h (new), UdaReducer.cc (+2 -8), statistics.cc (+98 -75), statistics.h (+12 -25)
harman 2017-11-17 10:04 Rev.: 57308

The statistics module runs but is not verified. There's more code to cleanup.


38 lines of code changed in 5 files:

  • CCA/Components/ReduceUda: Module.h (+6 -13), ModuleFactory.cc (+6 -5), UdaReducer.cc (+8 -3), statistics.cc (+17 -377), statistics.h (+1 -37)
harman 2017-11-16 16:09 Rev.: 57306

Changed Dout variable name to avoid a clash that only appears when sus exits.


3 lines of code changed in 1 file:

  • CCA/Components/ReduceUda: UdaReducer.cc (+3 -3)
harman 2017-11-16 14:19 Rev.: 57305

Heavy construction zone.

Added the foundation for new postProcessUda component.

Added factory machinery for adding uda post processing modules.

Added statistics module, which is a copy of the OnTheFly:: statistics code.

It compiles and that's it.


1796 lines of code changed in 9 files:

  • CCA/Components/ReduceUda: Module.cc (+43), Module.h (+76), ModuleFactory.cc (+73), ModuleFactory.h (+49), UdaReducer.cc (+262 -62), UdaReducer.h (+45 -26), statistics.cc (+983), statistics.h (+251), sub.mk (+14 -10)
allen 2017-10-25 12:48 Rev.: 57176

added processor node identification to the proc group, also cleaned up method names

2 lines of code changed in 1 file:

  • CCA/Components/ReduceUda: UdaReducer.cc (+2 -2)
jas 2017-04-20 13:30 Rev.: 56464

Update copyright.

3 lines of code changed in 3 files:

  • CCA/Components/ReduceUda: UdaReducer.cc (+1 -1), UdaReducer.h (+1 -1), sub.mk (+1 -1)
dav 2017-02-26 16:05 Rev.: 56252

Continuation of commit r56249 - this time for some various files.

Mostly cosmetic changes, and preparing for removing a hacked out warning when we moved to C++ 11.
These changes have passed the local RT on Baja.

- The biggest update in this commit (the update to remove the c++11 warning hack) is that you will
no longer be able to compare a ProblemSpecP to 0 (you will need to compare to 'nullptr').

- White space, coding standards, indentation, remove tabs.
- Line up some variables to make them easier to read.
- Use of 80+ columns of text (we decided to allow this 10 years ago) and it makes reading longer lines of code on the screen easier.
- Use {} for if/else clauses even if they are only one line long.
- Please put "else" and "else if" on a new line. The added white space makes following the branching much easier.

M CCA/Components/DataArchiver/DataArchiver.h
M CCA/Components/Parent/Switcher.cc

- Remove the outputPS() function as it appears to be dead code (was commented out).

M CCA/Components/Parent/Switcher.h
M CCA/Components/ProblemSpecification/ProblemSpecReader.cc

- More verbose error message.

M CCA/Components/ReduceUda/UdaReducer.cc
M CCA/Components/Solvers/AMR/AMRSolver.cc
M CCA/Components/Solvers/CGSolver.cc
M CCA/Components/Solvers/HypreSolver.cc
M Core/ProblemSpec/ProblemSpec.cc

M R_Tester/helpers/runSusTests.py
M R_Tester/toplevel/generateGoldStandards.py

- Remove the SCI_SIGNALMODE env flag that was being passed to the tester. As far as I can tell, SCI_SIGNALMODE
was removed from Uintah a long time ago when we cut out a lot of SCIRun stuff. Also, in a bizarre twist,
adding "-x SCI_SIGNALMODE" (or in fact, any "-x " var that is over 8 characters long) causes the answers
to a few tests (eg: methane_fire_8patch_petscrad) to fail exact comparison (at e-15 or so).


4 lines of code changed in 1 file:

  • CCA/Components/ReduceUda: UdaReducer.cc (+4 -3)
Generated by StatSVN 0.7.0