Directory CCA/Components/DataArchiver/

Total Files:
2
Deleted Files:
0
Lines of Code:
2762

[root]/CCA/Components/DataArchiver

Lines of Code

CCA/Components/DataArchiver/ Lines of Code

Developers

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

Most Recent Commits

dav 2013-11-06 16:35 Rev.: 51234


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:

  • CCA/Components/DataArchiver: DataArchiver.cc (new), DataArchiver.h (+21 -11)
ahumphrey 2013-08-28 14:05 Rev.: 50882

Fix race condition in infrastructure timing code (DataArchiver).

3 lines of code changed in 1 file:

  • CCA/Components/DataArchiver: DataArchiver.cc (+3 -1)
harman 2013-06-07 12:28 Rev.: 50431

Removed the last remnants of the "addMaterial" code. It hasn't been used for years.

3 lines of code changed in 2 files:

  • CCA/Components/DataArchiver: DataArchiver.cc (+2 -3), DataArchiver.h (+1 -2)
qymeng 2013-04-02 16:36 Rev.: 50047

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:

  • CCA/Components/DataArchiver: DataArchiver.h (+3)
harman 2013-04-01 15:07 Rev.: 50037

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:

  • CCA/Components/DataArchiver: DataArchiver.cc (+8 -6), DataArchiver.h (+4 -2)
qymeng 2013-03-20 12:54 Rev.: 50004

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:

  • CCA/Components/DataArchiver: DataArchiver.cc (+5)
qymeng 2013-03-18 15:49 Rev.: 49993

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:

  • CCA/Components/DataArchiver: DataArchiver.cc (+18), DataArchiver.h (+2)
qymeng 2013-02-13 14:19 Rev.: 49880

cleanup some debuging code left in last commit

1 lines of code changed in 1 file:

  • CCA/Components/DataArchiver: DataArchiver.cc (+1 -1)
qymeng 2013-02-13 14:13 Rev.: 49879

Fixed a race condition in DataArchiver

8 lines of code changed in 1 file:

  • CCA/Components/DataArchiver: DataArchiver.cc (+8 -3)
Generated by StatSVN 0.7.0