aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 63366f7..82ed597 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,7 +11,7 @@ if (! CCTK_Equals (recover, "no"))
schedule IOUtil_RecoverGH at RECOVER_VARIABLES
{
LANG:C
- OPTIONS: global
+ OPTIONS: level
} "Checkpoint recovery routine"
}
@@ -29,6 +29,6 @@ if (! CCTK_Equals (parfile_write, "no") && parfile_update_every)
schedule IOUtil_UpdateParFile at POSTSTEP
{
LANG:C
- OPTIONS: global
+ OPTIONS: meta
} "Append steered parameters to parameter file"
}