Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 333 (100.0%) | 19.5 |
CCA/Components/Schedulers/ | 4 (23.5%) | 202 (60.7%) | 50.5 |
CCA/Components/Models/Radiation/RMCRT/ | 9 (52.9%) | 123 (36.9%) | 13.6 |
Core/Grid/ | 3 (17.6%) | 7 (2.1%) | 2.3 |
Core/Util/ | 1 (5.9%) | 1 (0.3%) | 1.0 |
Dav and I chatted about this. Ubuntu 17 has issues when compiling this file, which we think is caused by a bug in 2.26. Our "fix" for now is just to put a comment in that file giving the user an alternative edit that will get Uintah to compile. A future fix would be an additional #ifdef check to make this automatic
1 lines of code changed in 1 file:
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:
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:
An RMCRT/GPU data onion cleanup of many items Todd and I discussed a month ago. Many of the changes are cosmetic (cleaner code, better comments). One change allows for any task to specify how many GPU streams it needs. This also fixes a bug where debug mode ran with too many threads, using up too many resources for a GPU RMCRT data onion kernel to execute.
175 lines of code changed in 10 files:
Hopefuly this fixes the debug bug completely. Let debug mode have all the registers it needs.
0 lines of code changed in 1 file:
This fixes an odd cudaErrorInvalidDeviceFunction bug. The problem wasn't the kernel being called, but that another kernel which wasn't ever called didn't have enough registers. It also only showed up in debug mode builds. Now the kernels can run again
6 lines of code changed in 1 file:
Just fixing a misspelling
wq!
2 lines of code changed in 1 file: