aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-09-18 19:03:37 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-09-18 19:03:37 +0000
commitd2e029a28dbe5d8964e25eb1cca03cbb01e0ca44 (patch)
tree7842e2daca18b75dfe03b4d7c7531c3ea28b7c0a /schedule.ccl
parent56837514272648cf505fc2747368a5bc042edb71 (diff)
Schedule PUGH_PrintTimingInfo at TERMINATE.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@277 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 3544f6d..7e32810 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,6 +11,14 @@ schedule PUGH_Report at BASEGRID
LANG:C
} "Report on PUGH set up"
+if (timer_output)
+{
+ schedule PUGH_PrintTimingInfo at TERMINATE
+ {
+ LANG:C
+ } "Print time spent in communication"
+}
+
schedule PUGH_Terminate at TERMINATE as Driver_Terminate
{
LANG:C