aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/RecoverGH.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/RecoverGH.c b/src/RecoverGH.c
index 90a91c2..5c6f314 100644
--- a/src/RecoverGH.c
+++ b/src/RecoverGH.c
@@ -181,6 +181,14 @@ int IOStreamedHDF5_Recover (cGH *GH,
1, &myGH->timers[RECOVERY_TIMER], &timer_description);
}
+ /* print an info message */
+ if (called_from == CP_RECOVER_DATA)
+ {
+ CCTK_VInfo (CCTK_THORNSTRING,
+ "Restarting simulation at iteration %d (physical time %g)",
+ GH->cctk_iteration, (double) GH->cctk_time);
+ }
+
return (result);
}