aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 3b4e2c2..26a11da 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,6 +6,16 @@ schedule PUGH_Startup at STARTUP as Driver_Startup
LANG:C
} "Startup routine"
+schedule PUGH_RegisterPUGHP2LRoutines at STARTUP
+{
+ LANG:C
+} "Register Physical to Logical process mapping routines"
+
+schedule PUGH_RegisterPUGHTopologyRoutines at STARTUP
+{
+ LANG:C
+} "Register topology generation routines routines"
+
schedule PUGH_Report at BASEGRID
{
LANG:C