From 5e3bb5f4dc3b96c5509964cca5ca8dfa0cbb0f50 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 30 Dec 2002 19:28:58 +0000 Subject: Try to clarify hint for scheduling IN and AT Tries to fix Cactus/1315 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3059 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/ScheduleParser.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/sbin/ScheduleParser.pl b/lib/sbin/ScheduleParser.pl index 652736e4..16110b6b 100644 --- a/lib/sbin/ScheduleParser.pl +++ b/lib/sbin/ScheduleParser.pl @@ -579,7 +579,7 @@ sub check_schedule_database if ($rhschedule_db->{"\U$thorn\E BLOCK_$block WHERE"} !~ m:CCTK_(STARTUP|PARAMCHECK|BASEGRID|INITIAL|POSTINITIAL|RECOVER_VARIABLES|POST_RECOVER_VARIABLES|RECOVER_PARAMETERS|CHECKPOINT|CPINITIAL|PRESTEP|EVOL|POSTSTEP|ANALYSIS|TERMINATE|SHUTDOWN):) { $message = "Scheduling routine $rhschedule_db->{\"\U$thorn\E BLOCK_$block NAME\"} from thorn $thorn in non-existent group or timebin $rhschedule_db->{\"\U$thorn\E BLOCK_$block WHERE\"}"; - $hint = "If this routine should be scheduled check the spelling of the group or timebin name. Note that scheduling IN must use full names for standard timebins (e.g. CCTK_EVOL and not EVOL)"; + $hint = "If this routine should be scheduled check the spelling of the group or timebin name. Note that scheduling IN must be used to schedule a routine to run in a thorn-defined schedule group, whereas scheduling AT is used for a usual timebin. (Schedule IN may also be used with the usual timebins, but in this case the full name of the bin must be used, e.g. CCTK_EVOL and not EVOL)"; &CST_error(1,$message,$hint,__LINE__,__FILE__); } } -- cgit v1.2.3