aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2007-04-18 16:00:12 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2007-04-18 16:00:12 +0000
commit516877627e18384f0066d0686a2c9450b8ada065 (patch)
treeaf4def6791f12032f5506027ccb7d043fbd7e0e6
parente2241c00717871b568fe9da330f6617bdc73767d (diff)
Added new steerable boolean parameter IO::abort_on_io_errors to be set to true
if a run should be aborted after some I/O error has occured. The default is to only warn about I/O errors and continue the simulation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@251 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--param.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 11e8002..2b931e1 100644
--- a/param.ccl
+++ b/param.ccl
@@ -58,6 +58,9 @@ BOOLEAN require_empty_output_directory "Require that IO::out_dir is empty at sta
BOOLEAN strict_io_parameter_check "Stop on errors while parsing I/O parameters from parameter file ?" STEERABLE = RECOVER
{
} "yes"
+BOOLEAN abort_on_io_errors "Abort on I/O errors (rather than just print a warning) ?" STEERABLE = ALWAYS
+{
+} "no"
KEYWORD out_fileinfo "Add some useful file information to output files ?" STEERABLE = RECOVER
{
"none" :: "no file information"