aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-24 16:48:46 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-24 16:48:46 +0000
commitd5833d54fc365a1335eef451bf9c11d248f2f897 (patch)
tree168d08fee72c7b2e4d9bb34b615e99caa239e540 /schedule.ccl
parentd99f83734f0ea81db3ad7c465616cb24bde2f4c0 (diff)
Use C++ for the portal code; that's cleaner.
Store the Cactus source tree in the executable and output it into the output directory. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@6 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl19
1 files changed, 16 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 57889dd..68289c5 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,7 +1,20 @@
# Schedule definitions for thorn Formaline
# $Header$
-SCHEDULE Formaline AT wragh
+if (output_source)
{
- LANG: C
-} "Put some meta information about the current run into permanent storage"
+ SCHEDULE Formaline_OutputSource AT wragh
+ {
+ LANG: C
+ } "Output Cactus source tree"
+}
+
+
+
+if (announce_to_portal)
+{
+ SCHEDULE Formaline_Portal AT wragh
+ {
+ LANG: C
+ } "Put some meta information about the current run into permanent storage"
+}