[root]/Packages/Uintah/CCA/Components/Schedulers
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 143 (100.0%) | 1357 (100.0%) | 9.4 |
jas | 125 (87.4%) | 1290 (95.1%) | 10.3 |
luitjens | 18 (12.6%) | 67 (4.9%) | 3.7 |
Remove Packages/
0 lines of code changed in 43 files:
Added a few debug streams. No longer profile fine tasks seperately from regular tasks.
6 lines of code changed in 4 files:
removed warning message that isn't necessary nor always a warning.
0 lines of code changed in 2 files:
Removed unused variable
0 lines of code changed in 1 file:
Create detailed send old data tasks for processors within the neighborhood instead of for all processors. Creating them for all processors creates major scaling issues at large numbers of processors.
33 lines of code changed in 3 files:
Small optimization.
6 lines of code changed in 1 file:
Create send old data task once and reuse it. The send old data detailed task is still created way to much.
7 lines of code changed in 2 files:
Removed mpi compression code. This never provided any benifit and hasn't been used.
0 lines of code changed in 2 files:
Add the MIT License to every *.cc, *.h,*.F, and sub.mk file.
1290 lines of code changed in 82 files:
Rolled back 42618. Particle sets do not exist prior to relocate in the newDW until after relocate is called.
2 lines of code changed in 1 file:
Reverted a few patches from the last few months that were required due to an incorrect bug fix. The bug they were fixing still exists and i'm looking into a correct fix. Also disabled load balancing without regridding. The code should be working now.
2 lines of code changed in 1 file:
Include extra cells on coarse boundaries when migrating data to a new processor. This potentially fixes the loadbalance/regrid/particle send set/unknown variable bug that Todd keeps hitting. (Fixing this bug is starting to feel like whack-a-mole).
11 lines of code changed in 1 file: