[root]/CCA/Components/DataArchiver
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 15 (100.0%) | 85 (100.0%) | 5.6 |
qymeng | 6 (40.0%) | 37 (43.5%) | 6.1 |
dav | 4 (26.7%) | 30 (35.3%) | 7.5 |
harman | 4 (26.7%) | 15 (17.6%) | 3.7 |
ahumphrey | 1 (6.7%) | 3 (3.5%) | 3.0 |
M CCA/Components/DataArchiver/DataArchiver.h
M CCA/Components/DataArchiver/DataArchiver.cc
M Core/Grid/Task.h
- Fix some indentation - add white space to make reading easier.
M CCA/Components/Arches/BoundaryCondition.cc
- Validate that all faces have been specified.
M Core/Grid/Grid.cc
- Fix for adding 'epsilon' to large numbers.
M Core/Grid/Variables/VarLabel.h
M Core/Grid/Variables/VarLabel.cc
- Remove 'using' syntax from .h file.
- Indent and use white space for easier reading.
- Use 'd_' for class variable: d_defaultCompressionMode
- Swat some evil 'endl's. :)
M Core/Math/Short27.h
M Core/Math/Matrix3.h
- Added some white space.
30 lines of code changed in 4 files:
Fix race condition in infrastructure timing code (DataArchiver).
3 lines of code changed in 1 file:
Removed the last remnants of the "addMaterial" code. It hasn't been used for years.
3 lines of code changed in 2 files:
put checkpoint/output interval value from ups file into the dw
if the variable doest not exsit, such as during the init timestep.
3 lines of code changed in 1 file:
More descriptive variable names
outputInv -> outputInterval
checkpointInv -> checkpointInterval
updateCheckpointInterval()
using d_checkpointInterval instead of d_outputInterval in conditional
12 lines of code changed in 2 files:
Sync the system up before any rank can use the output base dir during
output initiliaztion. This will hopefully fix some output issue.
5 lines of code changed in 1 file:
Allow user defined task to change outputInterval and checkpointInterval
Example:
schedule:
task->computes(shareState->get_outputInterval_label())
shareState->updateOutputInterval(true);
task function:
newdw->put(min_vartype(newvalue), shareState->get_outputInterval_label());
20 lines of code changed in 2 files:
cleanup some debuging code left in last commit
1 lines of code changed in 1 file:
Fixed a race condition in DataArchiver
8 lines of code changed in 1 file: