From fe82daa7373a7b1d0347a7f7b2c2cf55c33d83a8 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 25 May 2005 13:18:59 +0000 Subject: 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 --- par/output_source.par | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'par') 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 -- cgit v1.2.3