Directory CCA/Components/Application/

Total Files:
3
Deleted Files:
0
Lines of Code:
1

[root]/CCA/Components/Application

Lines of Code

CCA/Components/Application/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 44 (100.0%) 2446 (100.0%) 55.5
allen 42 (95.5%) 2400 (98.1%) 57.1
ahumphrey 2 (4.5%) 46 (1.9%) 23.0

Most Recent Commits

allen 2017-12-28 18:29 Rev.: 57530

removed the need for the grid to be passed

0 lines of code changed in 4 files:

  • CCA/Components/Application: ApplicationCommon.cc (new), ApplicationCommon.h (new)
allen 2017-12-27 19:28 Rev.: 57528

changed overrideVariableBehavior not to copy

4 lines of code changed in 1 file:

  • CCA/Components/Application: ApplicationCommon.cc (+4 -4)
allen 2017-12-21 21:23 Rev.: 57512

added second interface computeTaskGraphIndex to remove need for shared shate call, renamed recomputeTimeStep to recomputeDelT for a more accurate call

29 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (+19 -6), ApplicationCommon.h (+10 -8)
allen 2017-12-20 11:02 Rev.: 57484

Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core

0 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (-10), ApplicationCommon.h (-6)
allen 2017-12-18 17:53 Rev.: 57473

added access to the regridder and fixed typo

2 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (+1 -1), ApplicationCommon.h (+1)
ahumphrey 2017-12-15 14:35 Rev.: 57457

Beginnings MALLOC_TRACE support removal, e.g. MALLOC_TRACE_TAG_SCOPE and other macros.

This library, though once useful, no longer works with Uintah and is not maintained, plus inextricably tied to SCI_MALLOC, which ultimately needs to go away.

1 lines of code changed in 1 file:

  • CCA/Components/Application: ApplicationCommon.cc (+1 -7)
allen 2017-12-14 19:42 Rev.: 57453

renamed ComponentFactory to Applicationfactory - moved model mgt from switcher to application

1 lines of code changed in 1 file:

  • CCA/Components/Application: ApplicationCommon.h (+1 -1)
allen 2017-12-13 18:22 Rev.: 57440

added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent

7 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (+3 -1), ApplicationCommon.h (+4 -2)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

22 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (+20 -12), ApplicationCommon.h (+2)
allen 2017-12-12 14:13 Rev.: 57430

made the ApplicationInterface purely virtual and cleaned up naming

308 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (+52 -55), ApplicationCommon.h (+256 -251)
allen 2017-12-11 18:25 Rev.: 57426

more cleanup of the recompiling

30 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (+29), ApplicationCommon.h (+1 -10)
allen 2017-12-11 15:56 Rev.: 57421

merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver

12 lines of code changed in 1 file:

  • CCA/Components/Application: ApplicationCommon.h (+12 -4)
allen 2017-12-05 15:10 Rev.: 57397

changed the stored delta T to actual delta T used for the next time step

222 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (+180 -170), ApplicationCommon.h (+42 -44)
allen 2017-11-30 17:42 Rev.: 57381

fixed typo

1 lines of code changed in 1 file:

  • CCA/Components/Application: ApplicationCommon.cc (+1 -1)
allen 2017-11-29 17:50 Rev.: 57376

addition work to move the time step and sim time into teh data warehouse. Also more encapulation into the App common

188 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (+178 -34), ApplicationCommon.h (+10 -3)
ahumphrey 2017-11-29 13:55 Rev.: 57370

Guard the DataArchiver DebugStream (check if dbg.active()). This is causing issues when not active on mira. DebugStreams need to go away in favor of much simpler Dout, as DebugStreams unnecessarily inherit from the standard library (std::ostream) and are unduley compicated for basic debug output.

Also cleaned up poor whitespace, linebreaks and indentation, other formatting. Seems like someone went through the infrastructure with a faulty code formatter previously...

45 lines of code changed in 1 file:

  • CCA/Components/Application: ApplicationCommon.cc (+45 -71)
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

10 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (+9 -15), ApplicationCommon.h (+1 -5)
allen 2017-11-23 11:05 Rev.: 57338

drop the reference

2 lines of code changed in 1 file:

  • CCA/Components/Application: ApplicationCommon.cc (+2 -11)
allen 2017-11-22 22:05 Rev.: 57335

Fixed so the model maker is passed down correctly

7 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (-4), ApplicationCommon.h (+7 -3)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

58 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (+53 -13), ApplicationCommon.h (+5)
allen 2017-11-22 14:41 Rev.: 57331

fixed setting the inital timestep and remvoed comments

4 lines of code changed in 1 file:

  • CCA/Components/Application: ApplicationCommon.cc (+4 -16)
allen 2017-11-21 17:53 Rev.: 57326

consolation of code in the controller and cleanup of app common

23 lines of code changed in 1 file:

  • CCA/Components/Application: ApplicationCommon.cc (+23 -24)
allen 2017-11-21 15:38 Rev.: 57321

updates to the new app common class

692 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (+542 -119), ApplicationCommon.h (+150 -101)
allen 2017-11-07 12:02 Rev.: 57241

updates to the Application Common

274 lines of code changed in 2 files:

  • CCA/Components/Application: ApplicationCommon.cc (+197 -1), ApplicationCommon.h (+77 -7)
allen 2017-10-24 18:15 Rev.: 57175

adding new files for Applications

504 lines of code changed in 3 files:

  • CCA/Components/Application: ApplicationCommon.cc (+181), ApplicationCommon.h (+269), sub.mk (new 54)
Generated by StatSVN 0.7.0