aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 457198f..eaaa737 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -157,6 +157,14 @@ static void *SetupGH (tFleshConfig *config, int convergence_level, cGH *GH)
myGH->out_last[i] = -1;
}
+ myGH->stop_on_parse_errors = strict_io_parameter_check;
+ if (! CCTK_Equals (verbose, "none"))
+ {
+ CCTK_INFO ("I/O Method 'IOPanda' registered: output of grid variables and "
+ "hyperslabs thereof to Panda files");
+ }
+ IOPanda_CheckSteerableParameters (GH);
+
/* get the name of IOPanda's output directory */
my_out_dir = out_dir;
if (*my_out_dir == 0)