aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-25 13:18:59 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-25 13:18:59 +0000
commitfe82daa7373a7b1d0347a7f7b2c2cf55c33d83a8 (patch)
treecb3914290b19a5a9fadccf4d2f45abebd3ec4b1e /par
parente6127db547407be2e1370b8606292fb1ca02dc47 (diff)
Correct parameter file that outputs that tarball.
Create one tarball per thorn; this scales much better, and is only slightly less convenient. Create the output directory if it does not yet exist. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@9 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'par')
-rw-r--r--par/output_source.par9
1 files changed, 9 insertions, 0 deletions
diff --git a/par/output_source.par b/par/output_source.par
index 83c4fd1..40a5f87 100644
--- a/par/output_source.par
+++ b/par/output_source.par
@@ -1,7 +1,16 @@
# $Header$
Cactus::cctk_run_title = "Write out the stored source tree"
+
+Cactus::cctk_show_banners = no
+Cactus::cctk_show_schedule = no
+
Cactus::cctk_itlast = 0
+ActiveThorns = "CoordBase"
+
+ActiveThorns = "IOUtil"
+IO::out_dir = "cactus-source"
+
ActiveThorns = "Formaline"
Formaline::announce_to_portal = no