Next: Interfaces
Up: IOStreamedHDF5
Previous: Building A Cactus Configuration
Contents
checkpoint |
Scope: private |
| BOOLEAN |
Description:Do checkpointing with IOStreamedHDF5 |
|
|
|
| Default: no |
checkpoint_accept_timeout |
Scope: private |
| INT |
Description:Timeout in seconds for accepting client connections to stream checkpoint files to |
|
Range |
|
| Default: (none) |
0:* |
A value of 0 means not to wait on clients at all |
|
checkpoint_next |
Scope: private |
| BOOLEAN |
Description:Checkpoint at next iteration |
|
|
|
| Default: no |
checkpoint_port |
Scope: private |
| INT |
Description:Port to stream out HDF5 checkpoint files |
|
Range |
|
| Default: 8001 |
1000:32000 |
Ports below 1000 require root access |
|
data_port |
Scope: private |
| INT |
Description:Port to stream out the HDF5 data files |
|
Range |
|
| Default: 8000 |
1000:32000 |
Ports below 1000 require root access |
|
out_every |
Scope: private |
| INT |
Description:How often to do HDF5 streaming, overrides IO::out_every |
|
Range |
|
| Default: -1 |
1:* |
Every so many iterations |
|
0: |
Disable IOStreamedHDF5 output |
|
-1: |
Default to IO::out_every |
|
out_vars |
Scope: private |
| STRING |
Description:Variables to stream in HDF5 file format |
|
Range |
|
| Default: (none) |
.+ |
Space-separated list of fully qualified variable/group names |
|
^$ |
An empty string to output nothing |
|
checkpoint_every |
Scope: shared from IO |
| INT |
checkpoint_id |
Scope: shared from IO |
| BOOLEAN |
checkpoint_on_terminate |
Scope: shared from IO |
| BOOLEAN |
io_out_every |
Scope: shared from IO |
| INT |
print_timing_info |
Scope: shared from IO |
| BOOLEAN |
recover |
Scope: shared from IO |
| KEYWORD |
recover_file |
Scope: shared from IO |
| STRING |
strict_io_parameter_check |
Scope: shared from IO |
| BOOLEAN |
verbose |
Scope: shared from IO |
| KEYWORD |
Next: Interfaces
Up: IOStreamedHDF5
Previous: Building A Cactus Configuration
Contents
|