/trunk/src Developers: allen

Login name:
allen
Total Commits:
233 (2.8%)
Lines of Code:
7,085 (7.4%)
Most Recent Commit:
2019-11-21 10:56
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for allen

Activity by Day of Week for allen

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 233 (100.0%) 7085 (100.0%) 30.4
Core/Util/ 17 (7.3%) 2351 (33.2%) 138.2
VisIt/libsim/ 56 (24.0%) 2192 (30.9%) 39.1
CCA/Components/DataArchiver/ 11 (4.7%) 998 (14.1%) 90.7
CCA/Components/Schedulers/ 50 (21.5%) 520 (7.3%) 10.4
CCA/Components/SimulationController/ 14 (6.0%) 246 (3.5%) 17.5
StandAlone/tools/VisIt/ 5 (2.1%) 157 (2.2%) 31.4
CCA/Components/MPMArches/ 6 (2.6%) 155 (2.2%) 25.8
VisIt/interfaces/ 18 (7.7%) 135 (1.9%) 7.5
Core/Grid/ 2 (0.9%) 112 (1.6%) 56.0
CCA/Components/Application/ 4 (1.7%) 86 (1.2%) 21.5
CCA/Components/MPMICE/ 2 (0.9%) 37 (0.5%) 18.5
CCA/Ports/ 10 (4.3%) 35 (0.5%) 3.5
CCA/Components/ICE/ 7 (3.0%) 19 (0.3%) 2.7
CCA/Components/Solvers/ 7 (3.0%) 17 (0.2%) 2.4
CCA/Components/MPM/ 4 (1.7%) 9 (0.1%) 2.2
CCA/Components/Arches/ 3 (1.3%) 7 (0.1%) 2.3
Core/Grid/Variables/ 4 (1.7%) 4 (0.1%) 1.0
CCA/Components/Models/HEChem/ 3 (1.3%) 3 (0.0%) 1.0
CCA/Components/Parent/ 2 (0.9%) 2 (0.0%) 1.0
Core/Parallel/ 4 (1.7%) 0 (0.0%) 0.0
CCA/Components/Regridder/ 2 (0.9%) 0 (0.0%) 0.0
CCA/Components/Arches/CoalModels/ 2 (0.9%) 0 (0.0%) 0.0

Activity of allen

Most Recent Commits

allen 2019-11-21 10:56 Rev.: 59843

updates to support Apple machines

0 lines of code changed in 2 files:

  • Core/Util: SysUtils.cc (changed)
allen 2019-11-15 10:36 Rev.: 59826

cleaned up the formatting of stats and minor cleanup of the enums for clarity

0 lines of code changed in 8 files:

  • CCA/Components/Schedulers: MPIScheduler.cc (changed), UnifiedScheduler.cc (new)
  • CCA/Components/SimulationController: SimulationController.cc (new)
  • Core/Util: InfoMapper.h (new)
allen 2019-11-13 11:14 Rev.: 59822

added the net wall time - for debugging

6 lines of code changed in 1 file:

  • CCA/Components/SimulationController: SimulationController.cc (+6 -5)
allen 2019-11-12 19:43 Rev.: 59821

minor fixes for the stats after testing the unified scheduler

11 lines of code changed in 1 file:

  • CCA/Components/Schedulers: UnifiedScheduler.cc (+11 -2)
allen 2019-11-12 19:06 Rev.: 59820

forgot to set back to false

1 lines of code changed in 1 file:

  • CCA/Components/Schedulers: MPIScheduler.cc (+1 -1)
allen 2019-11-12 18:56 Rev.: 59819

clean up for the task infomapper

0 lines of code changed in 6 files:

  • VisIt/libsim: visit_libsim_customUI.cc (new), visit_libsim_database.cc (new), visit_libsim_database.h (new)
allen 2019-11-12 18:55 Rev.: 59818

converted the exec times to an info mapper and update others for optonall outputting files

183 lines of code changed in 13 files:

  • CCA/Components/Schedulers: DetailedTasks.cc (new), DynamicMPIScheduler.cc (new), KokkosOpenMPScheduler.cc (new), MPIScheduler.cc (+106 -52), MPIScheduler.h (new), RuntimeStatsEnum.h (new), UnifiedScheduler.cc (+18 -15)
  • CCA/Components/SimulationController: SimulationController.cc (+38 -13)
allen 2019-11-12 18:54 Rev.: 59817

expanded the infomapper to output files

299 lines of code changed in 1 file:

  • Core/Util: InfoMapper.h (+299 -73)
allen 2019-11-08 16:06 Rev.: 59808

added task handling

98 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+98 -77)
allen 2019-11-08 12:35 Rev.: 59806

added per rank VisIt/libsim/visit_libsim_database.cctask mapping

139 lines of code changed in 7 files:

  • CCA/Components/Schedulers: UnifiedScheduler.cc (+1 -1)
  • Core/Grid/Variables: VarTypes.h (+2)
  • Core/Util: SysUtils.cc (+4 -2)
  • StandAlone/tools/VisIt: visit_movie_script.sh (new)
  • VisIt/libsim: visit_libsim_database.cc (+131 -8)
allen 2019-11-08 12:10 Rev.: 59805

fixed task name so to match the task

0 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (new)
allen 2019-11-08 11:26 Rev.: 59804

accidently removed the accumulation with the last commit - now restored

28 lines of code changed in 1 file:

  • CCA/Components/Schedulers: MPIScheduler.cc (+28 -11)
allen 2019-11-08 10:44 Rev.: 59803

exposed the task exec collection

12 lines of code changed in 2 files:

  • CCA/Components/Schedulers: MPIScheduler.cc (+10 -3), MPIScheduler.h (+2 -2)
allen 2019-11-07 13:44 Rev.: 59800

added init

4 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+4 -2)
allen 2019-11-07 13:38 Rev.: 59799

added affinity mapping to the threads

18 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+18 -48)
allen 2019-11-07 12:34 Rev.: 59798

added stats to teh info mapper

8 lines of code changed in 3 files:

  • CCA/Components/Schedulers: UnifiedScheduler.cc (+6 -1), UnifiedScheduler.h (+2)
allen 2019-11-06 11:48 Rev.: 59791

cast values

0 lines of code changed in 2 files:

  • VisIt/libsim: visit_libsim.cc (changed)
allen 2019-11-06 11:38 Rev.: 59790

minors fixes for the threads and whitespace cleanup

247 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+247 -210)
allen 2019-11-06 11:37 Rev.: 59789

check for no stats and whitespace cleanup

59 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.h (+59 -54)
allen 2019-11-06 11:36 Rev.: 59788

changed view

3 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim.cc (+3 -2)

(53 more)

Generated by StatSVN 0.7.0