aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2006-05-14 03:36:40 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2006-05-14 03:36:40 +0000
commit9263c5dab827c6ea9869ee57deb77220cbab7521 (patch)
tree1fe4b742462e124ba0a3788301a16180cfaaa2e5 /schedule.ccl
parent479459caed50c5b4e810fb89467fc67ec7d8eff9 (diff)
Start Formaline in WRAGH instead of STARTUP; this is less trouble.
Remove the logic that delayed outputting the tarballs. Add code to collect the host names of all nodes of a run. This code is not active yet. Find out in which arrangements the compiled thorns are. Call the perl script gethostname.pl only after it has been copied to the scratch directory. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@79 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index db90fed..f930cc1 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,7 +3,7 @@
if (output_source)
{
- SCHEDULE Formaline_OutputSource AT startup after IOUtil_Startup
+ SCHEDULE Formaline_OutputSource AT wragh
{
LANG: C
} "Output Cactus source tree"