Directory CCA/Components/SimulationController/

Total Files:
6
Deleted Files:
0
Lines of Code:
2974

[root]/CCA/Components/SimulationController

Lines of Code

CCA/Components/SimulationController/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 164 (100.0%) 4511 (100.0%) 27.5
allen 95 (57.9%) 2536 (56.2%) 26.6
ahumphrey 53 (32.3%) 1679 (37.2%) 31.6
dav 5 (3.0%) 274 (6.1%) 54.8
harman 6 (3.7%) 17 (0.4%) 2.8
jas 5 (3.0%) 5 (0.1%) 1.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 2 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (changed)
allen 2017-12-27 19:24 Rev.: 57526

removed shared state call for regrider

7 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+7 -18)
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

1 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+1 -1)
ahumphrey 2017-12-19 15:29 Rev.: 57481

* Finish repairs and cleanup in Core/Malloc, specifically the Uintah default Allocator (when SCI_MALLOC is enabled). Remove legacy pthread code, recursive locks, etc. Use std::mutex, no need for recursive mutex.

* Remove sci_system, use std:system

* Remove all remaining pthread remnants (including THREAD_LIBRARY references). Only use and rely on std::thread. Should have never been mixing pthreads with std::thread. Can't bank on what the underlying thread impl is.

* Generate new configure script.

* Lastly, fix issue with MPM PetscSolver include. Now Uintah compiles without Petsc (e.g. --without-petsc), as it should be able to.

1 lines of code changed in 2 files:

  • CCA/Components/SimulationController: RunTimeStatsEnums.h (+1 -1)
allen 2017-12-18 15:04 Rev.: 57469

backer out the scheduling of the report stats and check in-situ

16 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+16 -6)
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.

3 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+3 -19)
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

6 lines of code changed in 5 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+1 -3), SimulationController.cc (new), SimulationController.h (new)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

48 lines of code changed in 3 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+28 -28), SimulationController.cc (+16 -10), SimulationController.h (+4 -3)
allen 2017-12-12 14:13 Rev.: 57430

made the ApplicationInterface purely virtual and cleaned up naming

1 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+1 -1)
allen 2017-12-11 18:25 Rev.: 57426

more cleanup of the recompiling

31 lines of code changed in 3 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+30 -63), AMRSimulationController.h (new)
allen 2017-12-11 15:56 Rev.: 57421

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

16 lines of code changed in 2 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+15 -33), SimulationController.cc (+1 -2)
allen 2017-12-08 19:10 Rev.: 57414

Moved PIDX checks out of the SimCtrl. Cleanup of varnames

169 lines of code changed in 3 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+161 -137), SimulationController.cc (+4 -2), SimulationController.h (+4 -4)
allen 2017-12-08 11:33 Rev.: 57405

made the reporting of stat and the the in-situ a task

24 lines of code changed in 2 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (-6), SimulationController.cc (+24 -12)
allen 2017-12-05 16:24 Rev.: 57398

commented out test line and added comments

4 lines of code changed in 2 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+2 -2), SimulationController.cc (+2 -2)
allen 2017-12-05 15:10 Rev.: 57397

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

230 lines of code changed in 4 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+115 -118), AMRSimulationController.h (+1 -4), SimulationController.cc (+85 -49), SimulationController.h (+29 -26)
ahumphrey 2017-12-03 16:12 Rev.: 57389

Eliminate copy, assignment and move.
Remove using namespace std.
Remove unused include.

89 lines of code changed in 4 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+3), AMRSimulationController.h (+11 -5), SimulationController.cc (+72 -71), SimulationController.h (+3 -1)
ahumphrey 2017-12-01 18:22 Rev.: 57385

Transition from DebugStream to Dout within SimulationController for debug reporting. Signifcant other cleanup and formatting.

836 lines of code changed in 4 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+368 -372), AMRSimulationController.h (+56 -53), SimulationController.cc (+327 -345), SimulationController.h (+85 -76)
allen 2017-11-30 17:38 Rev.: 57380

clean up of the switching to have a single switch block and cleanup of the setup ordering.

45 lines of code changed in 3 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+9 -12), SimulationController.cc (+34 -83), SimulationController.h (+2 -3)
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

86 lines of code changed in 2 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+69 -86), SimulationController.cc (+17 -34)
harman 2017-11-29 16:55 Rev.: 57375

Added missing include. Fixes clang-3.9 compilation error.

1 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+1 -1)
ahumphrey 2017-11-29 14:29 Rev.: 57373

More cleanup and DebugStream guards.

1 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+1 -2)
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...

24 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+24 -49)
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

16 lines of code changed in 5 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+9 -9), SimulationController.cc (+4 -4), SimulationController.h (+2 -2), sub.mk (+1 -1)
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

2 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+2 -2)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

5 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+5)
allen 2017-11-21 20:58 Rev.: 57327

fixed updating of the sim time

14 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+14 -12)
allen 2017-11-21 17:53 Rev.: 57326

consolation of code in the controller and cleanup of app common

68 lines of code changed in 2 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+67 -105), AMRSimulationController.h (+1 -1)
allen 2017-11-21 15:40 Rev.: 57322

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

723 lines of code changed in 5 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+288 -332), AMRSimulationController.h (+10 -17), RunTimeStatsEnums.h (+107), SimulationController.cc (+273 -332), SimulationController.h (+45 -35)
allen 2017-11-15 17:30 Rev.: 57303

moved the outputing to the correct location

23 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+23 -23)
allen 2017-10-27 13:05 Rev.: 57186

reshuffling of code to remove duplicate code

41 lines of code changed in 3 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+32 -42), SimulationController.cc (+8), SimulationController.h (+1 -1)
allen 2017-10-25 12:48 Rev.: 57176

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

27 lines of code changed in 2 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+18 -18), SimulationController.cc (+9 -9)
ahumphrey 2017-10-04 16:32 Rev.: 57076

Keep SimulationTime confined to that which is parsed from the ProblemSpec.
Components use SimulationState::getElapsedSimTime() for now. This info will soon be packaged into a SoleVariable and placed into the DW for tasks that need this info.

0 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (-2)
ahumphrey 2017-10-03 17:19 Rev.: 57069

Add simulation time to SimulationTime object. Arches needs this for certain tasks.
Curious this was not available previously anywhere outside of the SimController.

58 lines of code changed in 3 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+23 -23), SimulationController.cc (+29 -46), SimulationController.h (+6 -6)
ahumphrey 2017-10-02 18:58 Rev.: 57058

Reinstate taskGraphTimer. Somehow this got replaced with low-res clock() timer?

2 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+2 -6)
allen 2017-09-20 12:50 Rev.: 57016

fixes for W-cycle and performing on-the-fly analysis

11 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+11 -1)
allen 2017-09-11 10:44 Rev.: 56979

added in new task monitoring feature on a per patch basis

91 lines of code changed in 2 files:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+82 -57), SimulationController.cc (+9 -8)
ahumphrey 2017-08-14 21:42 Rev.: 56886

Clear out all dead code related to the old topological sort. None of this is used anymore. Drastically simplifies understanding of the magic task graph code.

14 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+14 -6)
ahumphrey 2017-08-10 11:34 Rev.: 56868

Pulling template_testdefs weeds. This should no longer be necessary.
Regenerate configure script (w/ autoconf v2.69)

1 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+1 -1)
ahumphrey 2017-08-10 11:05 Rev.: 56867

Refine PAPI support - should be ready to go now, also for the release.

12 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+12 -5)
ahumphrey 2017-08-09 20:03 Rev.: 56865

Count TLB misses when PAPI is enabled.

3 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+3 -3)

(42 more)

Generated by StatSVN 0.7.0