aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 9bafc73..2d2e06e 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -137,6 +137,15 @@ static void *SetupGH (tFleshConfig *config, int conv_level, cGH *GH)
myGH->out_every_default = out_every - 1;
myGH->last_checkpoint_iteration = -1;
+ myGH->stop_on_parse_errors = strict_io_parameter_check;
+ if (! CCTK_Equals (verbose, "none"))
+ {
+ CCTK_INFO ("I/O Method 'IOHDF5' registered: output of grid variables and "
+ "hyperslabs thereof to HDF5 files");
+ }
+ IOHDF5_CheckSteerableParameters (GH, myGH);
+ myGH->stop_on_parse_errors = 0;
+
/* get the name of IOHDF5's output directory */
my_out_dir = out_dir;
if (*my_out_dir == 0)