[root]/CCA/Components/SimulationController
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 |
removed the need for the grid to be passed
0 lines of code changed in 2 files:
removed shared state call for regrider
7 lines of code changed in 1 file:
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:
* 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:
backer out the scheduling of the report stats and check in-situ
16 lines of code changed in 1 file:
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:
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:
Cleanup of the Scheduler to use ports for all components
48 lines of code changed in 3 files:
made the ApplicationInterface purely virtual and cleaned up naming
1 lines of code changed in 1 file:
more cleanup of the recompiling
31 lines of code changed in 3 files:
merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver
16 lines of code changed in 2 files:
Moved PIDX checks out of the SimCtrl. Cleanup of varnames
169 lines of code changed in 3 files:
made the reporting of stat and the the in-situ a task
24 lines of code changed in 2 files:
commented out test line and added comments
4 lines of code changed in 2 files:
changed the stored delta T to actual delta T used for the next time step
230 lines of code changed in 4 files:
Eliminate copy, assignment and move.
Remove using namespace std.
Remove unused include.
89 lines of code changed in 4 files:
Transition from DebugStream to Dout within SimulationController for debug reporting. Signifcant other cleanup and formatting.
836 lines of code changed in 4 files:
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:
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:
Added missing include. Fixes clang-3.9 compilation error.
1 lines of code changed in 1 file:
More cleanup and DebugStream guards.
1 lines of code changed in 1 file:
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:
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:
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:
additional changes related to the Application Common
5 lines of code changed in 1 file:
fixed updating of the sim time
14 lines of code changed in 1 file:
consolation of code in the controller and cleanup of app common
68 lines of code changed in 2 files:
update to move to a application common class and remove the shared state
723 lines of code changed in 5 files:
moved the outputing to the correct location
23 lines of code changed in 1 file:
reshuffling of code to remove duplicate code
41 lines of code changed in 3 files:
added processor node identification to the proc group, also cleaned up method names
27 lines of code changed in 2 files:
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:
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:
Reinstate taskGraphTimer. Somehow this got replaced with low-res clock() timer?
2 lines of code changed in 1 file:
fixes for W-cycle and performing on-the-fly analysis
11 lines of code changed in 1 file:
added in new task monitoring feature on a per patch basis
91 lines of code changed in 2 files:
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:
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:
Refine PAPI support - should be ready to go now, also for the release.
12 lines of code changed in 1 file:
Count TLB misses when PAPI is enabled.
3 lines of code changed in 1 file:
(42 more)