Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 142 (100.0%) | 1756 (100.0%) | 12.3 |
allen | 82 (57.7%) | 1559 (88.8%) | 19.0 |
dav | 7 (4.9%) | 103 (5.9%) | 14.7 |
ahumphrey | 10 (7.0%) | 49 (2.8%) | 4.9 |
jas | 41 (28.9%) | 43 (2.4%) | 1.0 |
harman | 1 (0.7%) | 1 (0.1%) | 1.0 |
guilkey | 1 (0.7%) | 1 (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
1 lines of code changed in 2 files:
replaced the modelsetup class with a specific class for the fluids based models
0 lines of code changed in 2 files:
Removed the redundant ModelInfo class from the models to make models more generic
5 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
10 lines of code changed in 1 file:
deprecated the ModelMaker as it is no longer a component
0 lines of code changed in 2 files:
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 3 files:
Made the models a first class component and minor clean up the MPM header file usage
133 lines of code changed in 4 files:
added access to the regridder and fixed typo
4 lines of code changed in 1 file:
renamed ComponentFactory to Applicationfactory - moved model mgt from switcher to application
1 lines of code changed in 1 file:
Added a name method
2 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
75 lines of code changed in 16 files:
Cleanup of the Scheduler to use ports for all components
240 lines of code changed in 6 files:
made the ApplicationInterface purely virtual and cleaned up naming
91 lines of code changed in 5 files:
more cleanup of the recompiling
16 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
34 lines of code changed in 1 file:
changed the stored delta T to actual delta T used for the next time step
11 lines of code changed in 1 file:
Fix shadowing issue on problemSetup() for several scheduler implementations.
8 lines of code changed in 1 file:
clean up of the switching to have a single switch block and cleanup of the setup ordering.
1 lines of code changed in 1 file:
addition work to move the time step and sim time into teh data warehouse. Also more encapulation into the App common
10 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...
1 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
1 lines of code changed in 1 file:
removed the delta T label from the shared state and began removing the shared state where possible
5 lines of code changed in 2 files:
Fixed so the model maker is passed down correctly
2 lines of code changed in 1 file:
additional changes related to the Application Common
3 lines of code changed in 3 files:
update to move to a application common class and remove the shared state
340 lines of code changed in 11 files:
added processor node identification to the proc group, also cleaned up method names
3 lines of code changed in 2 files:
adding new file to replace SimInterface
359 lines of code changed in 2 files:
fixes for W-cycle and performing on-the-fly analysis
12 lines of code changed in 1 file:
added in new task monitoring feature on a per patch basis
3 lines of code changed in 1 file:
Major cleanup with ComponentTimings. Fully decouple InfoMapper and RuntimeStats.
0 lines of code changed in 1 file:
Fully generalize temporal scheduling.
This is very component driven now and through one additional SimulationInterface virtual function ( virtual int computeTaskGraphIndex() ), task graph index (e.g. rad_calc_freq modulo) can be computed in a component-specific way. SimController now calls computeTaskGraphIndex() on the sim object and passes this to executeTimestep. This method is not pure virtual, and maintains backward compatibility for components not using temporal scheduling.
Note, this may have broken a few Arches restart tests, however I've spoken to Derek about this and we will remedy ASAP. This is due to how Arches is now finding rad_calc_freq outside of it's RMCRT object.
11 lines of code changed in 1 file:
Reintegration of incite_dev branch. Improvements/Features/Optimizations include (but not limited too):
1.) Temporal scheduling, e.g. support for multiple primary task graphs (not w-cycle)
2.) Significantly improved task graph compilation times for multi-level RMCRT at large core/patch counts
3.) GPU super patch support
4.) Highly optimized RMCRT GPU kernels
5.) Significant reduction in infrastructure memory footprint
ARCHES: methane_rmcrt test is broken due to issues with trunk code. Good luck Todd, let us know if you need another set of eyes.
WASATCH: RMCRT-Burns-Christon UDA comparison fails as the trunk input file specifies an unused variable to store. Branch code has fixed this.
-"compare_uda -ignoreVariable "VRFlux" rmcrt-burns-christon.uda.trunk rmcrt-burns-christon.uda.branch" compares exactly.
-just need to remove <save label="VRFlux"/> from original input and regenerate GS for this test.
Please let us know if anyone sees any residual issues with this commit. We are standing by to deal with any fallout.
27 lines of code changed in 4 files:
to to record vars changes with the insitu I added an output and restart problem spec restart to the archiver. As a side affect I compartmentalized the setup in the sim controller
1 lines of code changed in 1 file:
- Fixes by Sid (with some help from Dav)
* Update to create individual MPI_Comms for use by PIDX.
* Update to newest PIDX API.
* Minor formatting, variable alignment for readability. Remove tabs.
* Pass strings as const references (&) to avoid copy.
M CCA/Components/DataArchiver/DataArchiver.cc
M CCA/Components/DataArchiver/DataArchiver.h
M CCA/Components/SimulationController/AMRSimulationController.cc
M CCA/Ports/PIDXOutputContext.cc
M CCA/Ports/PIDXOutputContext.h
M Core/DataArchive/DataArchive.cc
M Core/DataArchive/sub.mk
61 lines of code changed in 4 files:
clean up of the output / checkpint timing and added a misc timing option
7 lines of code changed in 1 file:
Update copyright.
43 lines of code changed in 41 files:
Removed Time.h and replaced with Timers.hpp
174 lines of code changed in 1 file:
Backing out committ 56299 for now. The optimizations made in this commit have triggered the DWDatabase race condition Brad and I discussed at a high level recently.
1 lines of code changed in 1 file:
(4 more)