/trunk/src Developers: harman

Login name:
harman
Total Commits:
658 (4.8%)
Lines of Code:
24,059 (9.8%)
Most Recent Commit:
2017-12-27 12:25
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for harman

Activity by Day of Week for harman

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 658 (100.0%) 24059 (100.0%) 36.5
CCA/Components/Heat/ 46 (7.0%) 7507 (31.2%) 163.1
CCA/Components/PostProcessUda/ 57 (8.7%) 3078 (12.8%) 54.0
CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ 78 (11.9%) 2940 (12.2%) 37.6
CCA/Components/ReduceUda/ 50 (7.6%) 2892 (12.0%) 57.8
CCA/Components/PhaseField/ 8 (1.2%) 2012 (8.4%) 251.5
CCA/Components/MPM/ConstitutiveModel/ 58 (8.8%) 1212 (5.0%) 20.8
R_Tester/helpers/ 56 (8.5%) 518 (2.2%) 9.2
R_Tester/ 68 (10.3%) 513 (2.1%) 7.5
CCA/Components/ICE/CustomBCs/ 6 (0.9%) 507 (2.1%) 84.5
Core/Grid/ 39 (5.9%) 464 (1.9%) 11.8
CCA/Components/MPM/ 26 (4.0%) 447 (1.9%) 17.1
scripts/Scaling/ 11 (1.7%) 346 (1.4%) 31.4
CCA/Components/Models/Radiation/RMCRT/ 27 (4.1%) 337 (1.4%) 12.4
scripts/udaTransferScripts/ 16 (2.4%) 248 (1.0%) 15.5
CCA/Components/Schedulers/ 16 (2.4%) 241 (1.0%) 15.0
CCA/Components/Parent/ 6 (0.9%) 174 (0.7%) 29.0
CCA/Components/Arches/SourceTerms/ 4 (0.6%) 129 (0.5%) 32.2
/ 10 (1.5%) 81 (0.3%) 8.1
Core/ProblemSpec/ 4 (0.6%) 63 (0.3%) 15.7
R_Tester/toplevel/ 13 (2.0%) 61 (0.3%) 4.6
CCA/Components/DataArchiver/ 6 (0.9%) 59 (0.2%) 9.8
CCA/Components/Examples/ 2 (0.3%) 51 (0.2%) 25.5
scripts/ 10 (1.5%) 41 (0.2%) 4.1
orderAccuracy/framework_scripts/ 3 (0.5%) 24 (0.1%) 8.0
CCA/Components/SimulationController/ 6 (0.9%) 17 (0.1%) 2.8
Core/DataArchive/ 5 (0.8%) 16 (0.1%) 3.2
StandAlone/ 3 (0.5%) 13 (0.1%) 4.3
CCA/Components/ICE/ 3 (0.5%) 12 (0.0%) 4.0
CCA/Components/ 3 (0.5%) 11 (0.0%) 3.6
CCA/Components/ProblemSpecification/ 1 (0.2%) 9 (0.0%) 9.0
CCA/Components/Wasatch/Expressions/ 1 (0.2%) 8 (0.0%) 8.0
CCA/Components/MPM/ParticleCreator/ 2 (0.3%) 6 (0.0%) 3.0
StandAlone/tools/puda/ 1 (0.2%) 5 (0.0%) 5.0
Core/Util/ 1 (0.2%) 4 (0.0%) 4.0
tools/ 1 (0.2%) 3 (0.0%) 3.0
include/sci_defs/ 3 (0.5%) 3 (0.0%) 1.0
CCA/Components/MPM/ConstitutiveModel/PortableTongeRamesh/ 2 (0.3%) 3 (0.0%) 1.5
CCA/Components/Solvers/AMR/ 2 (0.3%) 2 (0.0%) 1.0
CCA/Ports/ 1 (0.2%) 1 (0.0%) 1.0
CCA/Components/OnTheFlyAnalysis/ 1 (0.2%) 1 (0.0%) 1.0
Core/Exceptions/ 2 (0.3%) 0 (0.0%) 0.0

Activity of harman

Most Recent Commits

harman 2017-12-27 12:25 Rev.: 57522

Removed space. High water memory failures will now be caught.

0 lines of code changed in 2 files:

  • R_Tester/helpers: mem_leak_check (new)
harman 2017-12-22 11:47 Rev.: 57516

Limit the tests that are run on the gpu_RT.

0 lines of code changed in 2 files:

  • R_Tester: Wasatch.py (new)
harman 2017-12-21 15:29 Rev.: 57508

Added James and Tony to the gpu_rt email list.
Now compiling all components on gpu_rt.

0 lines of code changed in 4 files:

  • R_Tester/helpers: build (new)
  • R_Tester/toplevel: startTester (new)
harman 2017-12-20 15:40 Rev.: 57491

Changes for the buildbot.

Added RayKokkos.cc to the sed commnd.

0 lines of code changed in 2 files:

  • R_Tester: modifySrc (new)
harman 2017-12-14 19:07 Rev.: 57452

Redefined NIGHTLYTEST so the buildbot:gpu will execute gpu kernel tests.

0 lines of code changed in 2 files:

  • R_Tester: Examples.py (new)
harman 2017-12-13 16:57 Rev.: 57439

*.py: added usage comments

UCF.py: Added postProcessUda regression test.

runSusTests.py: Modified so postProcessUda tests will run.

52 lines of code changed in 17 files:

  • R_Tester: ARCHES.py (+5 -1), Examples.py (+2 -1), ICE.py (new), IMPM.py (+2 -1), MPM.py (new), MPMICE.py (+2 -1), Models.py (+2 -1), UCF.py (+9 -8), Wasatch.py (+5 -1)
  • R_Tester/helpers: runSusTests.py (new)
harman 2017-12-13 12:52 Rev.: 57436

Global:
changed global variable names to be more descriptive.

Add proc0patch0cout() class which prints message on proc 0, patch 0 and
only n times per timesteps.

bug fixes to populate the old_dw with variables from user specified timestep

0 lines of code changed in 14 files:

  • CCA/Components/PostProcessUda: Module.cc (changed), Module.h (changed), PostProcess.cc (changed), PostProcess.h (changed), spatioTemporalAvg.cc (changed), statistics.cc (changed)
  • Core/DataArchive: DataArchive.cc (new)
harman 2017-12-12 14:17 Rev.: 57431

driver:
Execute chgrp on the same line as the tar |ssh command. No need to login again and execute it.

pscp2:
- Added silent_ssh function, which eliminates all the chatter from MOTD and Module load to stderr/stdout.
Ash is plagued with this! The function executes the command in a non-interactive session and
returns command output.
- Replaced $SSH calls with silent_ssh()
- redirect scp output to /dev/null
- improved bulletproofing

0 lines of code changed in 4 files:

  • scripts/udaTransferScripts: pscp2 (changed), pscp2_driver_Linux (changed)
harman 2017-12-06 15:36 Rev.: 57400

Added infrastructure so a module(s) can fill the old_dw with a timestep from the uda.

spatioTemporalAvg:
Added temporal avg calculation. Not fully working.

139 lines of code changed in 9 files:

  • CCA/Components/PostProcessUda: Module.cc (+1 -2), Module.h (+7), PostProcess.cc (+41 -8), PostProcess.h (+2 -2), spatioTemporalAvg.cc (+68 -7), spatioTemporalAvg.h (+17 -2), statistics.cc (+2 -2), statistics.h (+1)
harman 2017-12-05 18:05 Rev.: 57399

Module.*
CreateMatlSet() - cleaned out confusing code
readTimeStartStop() - put udaTimesteps into a global var.

PostProcess.*
remove unused methods
problemSetup() - set the simulation state time and removed hack.
computeDelT() - fixed calculation on last timestep.

38 lines of code changed in 4 files:

  • CCA/Components/PostProcessUda: Module.cc (+17 -21), Module.h (+1), PostProcess.cc (+19 -48), PostProcess.h (+1 -6)
harman 2017-12-04 11:58 Rev.: 57392

gpu_rt configure line:

--enable-gencode=35 -> 52

1 lines of code changed in 1 file:

  • R_Tester/helpers: build (+1 -1)
harman 2017-12-04 11:41 Rev.: 57391

Write tmp files to /tmp/ allowing a non-owner to copy the uda.

5 lines of code changed in 1 file:

  • scripts/udaTransferScripts: pscp2 (+5 -4)
harman 2017-12-01 16:50 Rev.: 57384

added reduce_uda option, which just avoids creating any modules.

sched_readDataArchive()
- Simplified the code to create the material set for each VarLabel and all VarLabels.


34 lines of code changed in 3 files:

  • CCA/Components/PostProcessUda: ModuleFactory.cc (+3), PostProcess.cc (+29 -54), PostProcess.h (+2 -8)
harman 2017-11-30 11:44 Rev.: 57378

Moved common code to Module.cc/h

Cleaned out #includes

Initialize global class variables in the header file.

removed EOL spaces

303 lines of code changed in 13 files:

  • CCA/Components/PostProcessUda: Common.cc (del), Common.h (del), Module.cc (+147 -4), Module.h (+31 -20), ModuleFactory.cc (+4 -1), PostProcess.cc (+13 -30), PostProcess.h (+15 -25), spatioTemporalAvg.cc (+11 -110), spatioTemporalAvg.h (+15 -35), statistics.cc (+36 -137), statistics.h (+21 -39), sub.mk (new)
harman 2017-11-29 16:55 Rev.: 57375

Added missing include. Fixes clang-3.9 compilation error.

1 lines of code changed in 1 file:

  • CCA/Components/SimulationController: AMRSimulationController.cc (+1 -1)
harman 2017-11-28 15:55 Rev.: 57359

Common class for PostProcessing

0 lines of code changed in 2 files:

  • CCA/Components/PostProcessUda: Common.cc (new), Common.h (new)
harman 2017-11-28 15:48 Rev.: 57358

Global:
- Renamed the component and variables associated with reduceUda -> PostProcessUda

PostProcessUda.cc/h:
- cleaned out testing code
- added a common class

2703 lines of code changed in 40 files:

  • Makefile.in (+1 -1)
  • CCA/Components: sub.mk (+1 -1)
  • CCA/Components/DataArchiver: DataArchiver.cc (+12 -13), DataArchiver.h (+4 -4)
  • CCA/Components/Parent: ComponentFactory.cc (new 77), sub.mk (+1 -1)
  • CCA/Components/PostProcessUda: Module.cc (+44), Module.h (+70), ModuleFactory.cc (+80), ModuleFactory.h (new), PostProcess.cc (+446), PostProcess.h (+165), UdaReducer.cc (del), UdaReducer.h (del), spatioTemporalAvg.cc (+591), spatioTemporalAvg.h (+199), statistics.cc (+647), statistics.h (+206), sub.mk (+65)
  • CCA/Components/ReduceUda: Module.cc (del), Module.h (del), ModuleFactory.cc (del), ModuleFactory.h (del), UdaReducer.cc (del), UdaReducer.h (del), spatioTemporalAvg.cc (del), spatioTemporalAvg.h (del), statistics.cc (del), statistics.h (del), sub.mk (del)
  • CCA/Components/SimulationController: AMRSimulationController.cc (+9 -9), SimulationController.cc (+4 -4), SimulationController.h (+2 -2), sub.mk (+1 -1)
  • CCA/Ports: Output.h (+1 -1)
  • Core/DataArchive: DataArchive.cc (+8 -8), DataArchive.h (+7 -7)
  • StandAlone: sus.cc (+11 -11)
harman 2017-11-27 13:33 Rev.: 57350

Consolidated duplicate code.

0 lines of code changed in 4 files:

  • CCA/Components/ReduceUda: spatioTemporalAvg.cc (new), spatioTemporalAvg.h (new)
harman 2017-11-27 11:38 Rev.: 57346

Plot high water usage before exiting. This hasn't been working since 09/07/17


6 lines of code changed in 1 file:

  • R_Tester/helpers: mem_leak_check (+6 -12)
harman 2017-11-27 10:06 Rev.: 57344

Added Allen S. to the email list for the gpu_rt.

1 lines of code changed in 1 file:

  • R_Tester/toplevel: startTester (+1 -1)

(152 more)

Generated by StatSVN 0.7.0