summaryrefslogtreecommitdiff
path: root/lib/sbin/CreateScheduleBindings.pl
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-21 18:03:47 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-21 18:03:47 +0000
commit544795f36bed0fafe483953fe682371a5d34a103 (patch)
tree3632c38c84f71659a92aa55ddfc7d101dd51b599 /lib/sbin/CreateScheduleBindings.pl
parentb9edfe835721d7d6d7f7aa9059fb497eb984ecfb (diff)
Allows scheduling in the analysis bin without any triggers. This
executes the scheduled item always. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3552 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CreateScheduleBindings.pl')
-rw-r--r--lib/sbin/CreateScheduleBindings.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/sbin/CreateScheduleBindings.pl b/lib/sbin/CreateScheduleBindings.pl
index b6905eb3..3d79d99d 100644
--- a/lib/sbin/CreateScheduleBindings.pl
+++ b/lib/sbin/CreateScheduleBindings.pl
@@ -457,14 +457,6 @@ sub ScheduleBlock
$buffer .= $indent . scalar(@$mem_groups) . ", /* Number of STORAGE groups */\n";
$buffer .= $indent . scalar(@$comm_groups) . ", /* Number of COMM groups */\n";
$buffer .= $indent . scalar(@$trigger_groups) . ", /* Number of TRIGGERS groups */\n";
- if (!scalar(@$trigger_groups) && $rhschedule_db->{"\U$thorn\E BLOCK_$block WHERE"} eq "CCTK_ANALYSIS")
- {
- $mess = "Schedule error: Scheduling at ANALYSIS in $thorn with no TRIGGERS\n";
- $help = 'Functions or function groups scheduled in the ANALYSIS bin require TRIGGERS to be set.';
- $help .= 'Triggers are grid variables or grid variable group names which are examined by ';
- $help .= 'IO methods to decide whether of not execution should happen.';
- &CST_error(0,$mess,$help,__LINE__,__FILE__);
- }
$buffer .= $indent . scalar(@$sync_groups) . ", /* Number of SYNC groups */\n";
$buffer .= $indent . scalar(@options) . ", /* Number of Options */\n";
$buffer .= $indent . scalar(@before_list) . ", /* Number of BEFORE routines */\n";