[root]/include
compat
(1 files, 56 lines)
sci_defs
(52 files, 1859 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 26 (100.0%) | 24 (100.0%) | 0.9 |
jas | 20 (76.9%) | 11 (45.8%) | 0.5 |
dav | 2 (7.7%) | 7 (29.2%) | 3.5 |
qymeng | 2 (7.7%) | 5 (20.8%) | 2.5 |
ahumphrey | 2 (7.7%) | 1 (4.2%) | 0.5 |
Two main fixes: Checkpointing (parsing of UPS file) fixed. Outputting
of correct SVN revision number for sus runs.
M Makefile.in
A + include/svn_info.h.template
D include/svn_info.h
Place accurate SVN information in svn_info.h each time 'make' is run.
This uses the 'svn info' command and populates the svn_info.h file
(bin/include/) using the svn_info.h.template file (src/include/).
M StandAlone/sub.mk
- sus.o depends on the svn_info.h file being created.
M CCA/Components/DataArchiver/DataArchiver.cc
- Fix checkpointing. Now both walltimeInterval and walltimeIntervalHours work.
- Updated the checkpointing code to try to open the checkpoint file
multiple times if the 'open' system call fails. This issues was
seen (at least) once on vulcan@llnl (bgq machine), and probably
occurred due to a file system glitch. It is likely that this 'fix'
will never be utilized, but it is there just in case.
7 lines of code changed in 2 files:
Remove REDSTORM artifacts.
1 lines of code changed in 2 files:
fix hash map namspace issue
5 lines of code changed in 2 files:
Updated copyright information.
11 lines of code changed in 20 files: