[root]/CCA/Components/DataArchiver
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 941 (100.0%) | 55.3 |
allen | 5 (29.4%) | 400 (42.5%) | 80.0 |
knolla | 1 (5.9%) | 288 (30.6%) | 288.0 |
sidharth | 3 (17.6%) | 238 (25.3%) | 79.3 |
dav | 2 (11.8%) | 9 (1.0%) | 4.5 |
tsaad | 1 (5.9%) | 3 (0.3%) | 3.0 |
jas | 4 (23.5%) | 3 (0.3%) | 0.7 |
ahumphrey | 1 (5.9%) | 0 (0.0%) | 0.0 |
added a barrier and white space cleanup
0 lines of code changed in 2 files:
added asyncronious saving of a data and checkpoints and a bunch of white space clean up
400 lines of code changed in 3 files:
PIDX cmpression support
119 lines of code changed in 1 file:
No checkpoint with PIDX enabled + enable option to rite lower resolution
5 lines of code changed in 1 file:
PIDX support if configured with --with-pidx option : works only for CCtype grids
114 lines of code changed in 1 file:
Remove antiquated TAU support.
0 lines of code changed in 1 file:
added PIDX code to DataArchiver
288 lines of code changed in 1 file:
More innocuous updates to get ready for main xml memory fix commit. These do not change the RT answers, but
get the code into a cleaner shape for the mail fix.
D Core/Containers/StringUtil.cc
D Core/Containers/StringUtil.h
A + Core/Util/StringUtil.cc
A + Core/Util/StringUtil.h
- Moved StringUtil into Core/Util.
M CCA/Components/DataArchiver/DataArchiver.cc
M CCA/Components/ProblemSpecification/ProblemSpecReader.cc
- Alphabetize #includes, update #include StringUtil.
M Core/Containers/sub.mk
- Remove StringUtil, remove tabs.
M Core/Geometry/IntVector.h
M Core/Geometry/IntVector.cc
M Core/Geometry/Vector.h
M Core/Geometry/Vector.cc
- Move 'fromString()' to its proper location.
- Remove tabs. Add {}. Remove dead code. Alphabetize #includes.
M Core/Grid/Grid.h
M Core/Grid/Grid.cc
- Alphabetize #includes. Inline one line function. Line up variables/functions, white space, etc.
- Added readLevelsFromFile(), parsePatchFromFile(), parseLevelFromFile(), parseGridFromFile() functions
- These functions are used to parse an input XML file line by line (instead of reading it into an
XML DOM that takes a huge amount of memory).
- HOWEVER, they are not used in the code in this commit. They will be used in a following commit.
M Core/Grid/SimulationState.cc
M Core/Grid/SimulationTime.cc
M Core/Grid/Task.cc
M Core/Persistent/Persistent.cc
M Core/Persistent/Pstreams.cc
M Core/Util/DynamicLoader.cc
M Core/Util/FileUtils.cc
- Alphabetize #includes. Update #include for StringUtil.
M Core/Util/sub.mk
- Alphabetize files. Update StringUtil.
7 lines of code changed in 1 file:
M CCA/Components/ProblemSpecification/ProblemSpecReader.cc
- Display ProblemSetupException error message when parsing UPS files fails.
M StandAlone/sus.cc
- Make error message more (generically) correct.
M CCA/Components/DataArchiver/DataArchiver.cc
- Fix typo.
2 lines of code changed in 1 file:
Made the following changes:
1. Compress large xml files. Remove sus log.
2. Add Changelog.
3. Add instructions for adding a new component to the build system.
4. Update OSX build in install documentation.
5. Update petsc version in install documentation.
6. Change Petsc version.
7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.
8. Remove Tracker feature.
9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.
10. Remove old build dependency versions.
11. Add wasatch_3P 1.6.0 branch.
12. Remove bench.config file, update excludes when building release tar ball.
13. Remove *.orig and *.release files.
14. Update copyright date. Update version to 1.6.
3 lines of code changed in 4 files:
fix bug when specifying custom particle position label.
3 lines of code changed in 1 file: