[root]/CCA/Components/Schedulers
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 428 (100.0%) | 12774 (100.0%) | 29.8 |
ahumphrey | 204 (47.7%) | 10687 (83.7%) | 52.3 |
allen | 121 (28.3%) | 1361 (10.7%) | 11.2 |
harman | 16 (3.7%) | 241 (1.9%) | 15.0 |
bpeterson | 4 (0.9%) | 202 (1.6%) | 50.5 |
dav | 12 (2.8%) | 200 (1.6%) | 16.6 |
jas | 67 (15.7%) | 61 (0.5%) | 0.9 |
derekhar | 3 (0.7%) | 21 (0.2%) | 7.0 |
jholmen | 1 (0.2%) | 1 (0.0%) | 1.0 |
minor reformating for consistancy
0 lines of code changed in 2 files:
remove shared state
0 lines of code changed in 2 files:
added a print method
0 lines of code changed in 2 files:
call to acces method
0 lines of code changed in 2 files:
added second interface computeTaskGraphIndex to remove need for shared shate call, renamed recomputeTimeStep to recomputeDelT for a more accurate call
4 lines of code changed in 2 files:
standardized the error output for the factories
0 lines of code changed in 2 files:
* 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:
Made a goof, committed from an older version. This is a better commit without printf comments displaying.
5 lines of code changed in 1 file:
This fixes a race condition when a node has multiple scheduler threads processing multiple patches from MPI neighbors.
120 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.
0 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
11 lines of code changed in 3 files:
This should fix the build bot bugs preventing RMCRT_ML_GPU and RMCRT_bm1_DO_GPU. Long story short, the UnifiedScheduler was requesting all levels from all patches in the patchset, and I only needed to get the level for the active patch being computed against.
24 lines of code changed in 1 file:
fixed a couple of rename vars
5 lines of code changed in 2 files:
Cleanup of the Scheduler to use ports for all components
191 lines of code changed in 29 files:
fixed method name call and warning
4 lines of code changed in 1 file:
Moved PIDX checks out of the SimCtrl. Cleanup of varnames
7 lines of code changed in 2 files:
Fix shadowing issue on problemSetup() for several scheduler implementations.
17 lines of code changed in 8 files:
added code to return nullptr
5 lines of code changed in 1 file:
removed debug code and replace var
11 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...
2 lines of code changed in 1 file:
removed the delta T label from the shared state and began removing the shared state where possible
27 lines of code changed in 1 file:
additional changes related to the Application Common
51 lines of code changed in 5 files:
* Added build system support for Kokkos.
* Added /src/include/sci_defs/kokkos_testdefs.h.in.
This commit allows --with-kokkos=DIR to be used to point to a Kokkos installation instead of CXXFLAGS and LDFLAGS.
Note, files using #define UINTAH_ENABLE_KOKKOS must now add #include <sci_defs/kokkos_defs.h> to manage this macro.
1 lines of code changed in 1 file:
update to move to a application common class and remove the shared state
207 lines of code changed in 14 files:
commented out used variables
3 lines of code changed in 1 file:
added processor node identification to the proc group, also cleaned up method names
1 lines of code changed in 1 file:
added processor node identification to the proc group, also cleaned up method names
0 lines of code changed in 2 files:
added processor node identification to the proc group, also cleaned up method names
187 lines of code changed in 9 files:
Fix some of the comparison between signed and unsigned integer expressions warnings.
16 lines of code changed in 7 files:
Use default initialization.
2 lines of code changed in 2 files:
added missing default
2 lines of code changed in 1 file:
Remove empty file.
0 lines of code changed in 1 file:
Level.cc
- disable non-cubic checks and bulletproofing when the domain is cubic
OnDemandDataWarehouse
- Enable bulletproofing when domain is non-cubic instead of all the time.
1 lines of code changed in 1 file:
Should fix the problem on Mira with crashing threads.
12 lines of code changed in 1 file:
Remove delayed thread detach hack.
1 lines of code changed in 1 file:
Somehow the elimination of duplicate dependencies has fouled up OutputNthProc. Revert commit -r56875 until I can figure this one out.
7 lines of code changed in 1 file:
reverted code to keep the last reduction task and added dbg statement
26 lines of code changed in 1 file:
fixes for W-cycle and performing on-the-fly analysis
24 lines of code changed in 3 files:
Pass generic tg_num to addTask, let that method handle details.
1 lines of code changed in 1 file:
Extract common code for adding task to task graph(s) into helper method (private addTask with different signature). Should help with current work with w-cycles.
44 lines of code changed in 2 files:
(79 more)