/trunk/src Developers: bpeterson

Login name:
bpeterson
Total Commits:
17 (0.1%)
Lines of Code:
333 (0.1%)
Most Recent Commit:
2017-12-18 16:01
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for bpeterson

Activity by Day of Week for bpeterson

Activity in Directories

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

Activity of bpeterson

Most Recent Commits

bpeterson 2017-12-18 16:01 Rev.: 57472

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:

  • Core/Util: sci_system.cc (new 1)
bpeterson 2017-12-18 15:47 Rev.: 57471

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:

  • CCA/Components/Schedulers: UnifiedScheduler.cc (+5 -72)
bpeterson 2017-12-18 15:45 Rev.: 57470

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:

  • CCA/Components/Schedulers: UnifiedScheduler.cc (+120 -60)
bpeterson 2017-12-13 16:20 Rev.: 57438

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:

  • CCA/Components/Schedulers: UnifiedScheduler.cc (+24 -14)
bpeterson 2017-07-10 12:52 Rev.: 56776

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:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+2 -1), Ray.h (+2 -2), RayGPU.cc (+50 -16), RayGPU.cuh (new), RayGPUKernel.cu (+62 -53)
  • CCA/Components/Schedulers: UnifiedScheduler.cc (+53 -21)
  • Core/Grid: Task.cc (+2 -1), Task.h (+3 -2)
bpeterson 2017-07-07 21:19 Rev.: 56772

Hopefuly this fixes the debug bug completely. Let debug mode have all the registers it needs.

0 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: RayGPUKernel.cu (-3)
bpeterson 2017-07-06 01:00 Rev.: 56754

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:

  • CCA/Components/Models/Radiation/RMCRT: RayGPUKernel.cu (+6 -3)
bpeterson 2017-05-03 23:12 Rev.: 56493

Just fixing a misspelling
wq!

2 lines of code changed in 1 file:

  • Core/Grid: Patch.cc (+2 -2)
Generated by StatSVN 0.7.0