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 |
Removed space. High water memory failures will now be caught.
0 lines of code changed in 2 files:
Limit the tests that are run on the gpu_RT.
0 lines of code changed in 2 files:
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:
Changes for the buildbot.
Added RayKokkos.cc to the sed commnd.
0 lines of code changed in 2 files:
Redefined NIGHTLYTEST so the buildbot:gpu will execute gpu kernel tests.
0 lines of code changed in 2 files:
*.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:
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:
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:
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:
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:
gpu_rt configure line:
--enable-gencode=35 -> 52
1 lines of code changed in 1 file:
Write tmp files to /tmp/ allowing a non-owner to copy the uda.
5 lines of code changed in 1 file:
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:
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:
Added missing include. Fixes clang-3.9 compilation error.
1 lines of code changed in 1 file:
Common class for PostProcessing
0 lines of code changed in 2 files:
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:
Consolidated duplicate code.
0 lines of code changed in 4 files:
Plot high water usage before exiting. This hasn't been working since 09/07/17
6 lines of code changed in 1 file:
Added Allen S. to the email list for the gpu_rt.
1 lines of code changed in 1 file:
(152 more)