aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/param.ccl
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2007-04-18 15:50:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2007-04-18 15:50:00 +0000
commit8d27bb2e9448779737bd1e5970c4647344aa548c (patch)
treebc7791164a6800ca8e9b110214c634a3c51e0490 /Carpet/CarpetIOHDF5/param.ccl
parent5f0106d93b7ed607ebfb6fbf5007e9a72c90f3ab (diff)
CarpetIOHDF5: abort after I/O errors if requested by the user
By setting the new steerable boolean parameter IO::abort_on_io_errors to true in a parfile, the user can now tell the simulation to abort in case of any I/O errors while writing HDF5 output/checkpoint files. The default is to only warn about such errors and continue the simulation. This patch requires an up-to-date CVS version of thorn CactusBase/IOUtil from which the parameter IO::abort_on_io_errors is inherited. darcs-hash:20070418155052-776a0-554152ad445c5215daac96e8fa2b55f06318d0c1.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/param.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/param.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetIOHDF5/param.ccl b/Carpet/CarpetIOHDF5/param.ccl
index 9fbc5de19..e4a80e9d0 100644
--- a/Carpet/CarpetIOHDF5/param.ccl
+++ b/Carpet/CarpetIOHDF5/param.ccl
@@ -14,6 +14,7 @@ USES KEYWORD verbose
USES BOOLEAN out_single_precision
USES KEYWORD out_mode
USES KEYWORD out_save_parameters
+USES BOOLEAN abort_on_io_errors
USES INT checkpoint_every
USES INT checkpoint_keep