aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authoreschnett <eschnett@83718e91-0e4f-0410-abf4-91180603181f>2010-06-30 22:51:04 +0000
committereschnett <eschnett@83718e91-0e4f-0410-abf4-91180603181f>2010-06-30 22:51:04 +0000
commitc36bf320da429160ff61f2772f1a3fc0ddb7fc58 (patch)
tree0618eb16233da41083ccfc866cb930530b4e7609 /par
parentb67dd69ee349f83b255cf71bdb0dd2900299481e (diff)
Clean up the source code handling the announce mechanism in Formaline.
Restructure and clean up the makefiles and perl scripts that capture the source code when Cactus is built. Make things work with recent versions of git (>1.6.1). Split thorn tarballs into multiple files if they become too large. Update Formaline example parameter files. Use Carpet instead of PUGH, activate missing thorns. Some reformatting. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@187 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'par')
-rw-r--r--par/announce.par4
-rw-r--r--par/output_source.par6
-rw-r--r--par/sendrdf.par8
3 files changed, 11 insertions, 7 deletions
diff --git a/par/announce.par b/par/announce.par
index 390c1a5..4bb2319 100644
--- a/par/announce.par
+++ b/par/announce.par
@@ -8,11 +8,11 @@ Cactus::cctk_itlast = 0
ActiveThorns = "CoordBase InitBase"
ActiveThorns = "IOUtil"
-IO::out_dir = $parfile
+IO::out_dir = $parfile
IOUtil::parfile_write = no
ActiveThorns = "PUGH"
ActiveThorns = "Formaline"
-Formaline::verbose = yes
+Formaline::verbose = yes
Formaline::announce_to_portal = yes
diff --git a/par/output_source.par b/par/output_source.par
index db8460a..66baaa6 100644
--- a/par/output_source.par
+++ b/par/output_source.par
@@ -5,13 +5,13 @@ Cactus::cctk_show_schedule = no
Cactus::cctk_itlast = 0
-ActiveThorns = "CoordBase"
+ActiveThorns = "CoordBase InitBase"
ActiveThorns = "IOUtil"
-IO::out_dir = $parfile
+IO::out_dir = $parfile
IOUtil::parfile_write = no
ActiveThorns = "PUGH"
ActiveThorns = "Formaline"
-Formaline::store_into_file = no
+Formaline::store_into_file = no
diff --git a/par/sendrdf.par b/par/sendrdf.par
index fb5952e..2ad4e56 100644
--- a/par/sendrdf.par
+++ b/par/sendrdf.par
@@ -5,13 +5,15 @@ Cactus::cctk_show_schedule = no
Cactus::cctk_itlast = 0
+ActiveThorns = "LoopControl"
+
ActiveThorns = "CoordBase InitBase"
ActiveThorns = "IOUtil"
-IO::out_dir = $parfile
+IO::out_dir = $parfile
IOUtil::parfile_write = no
-ActiveThorns = "PUGH"
+ActiveThorns = "CarpetLib Carpet"
ActiveThorns = "Formaline"
Formaline::verbose = yes
@@ -19,3 +21,5 @@ Formaline::publish_level = 2
Formaline::send_as_rdf = yes
Formaline::rdf_hostname[0] = "buran.aei.mpg.de"
Formaline::rdf_port [0] = 24997
+Formaline::rdf_hostname[1] = "devportal.cct.lsu.edu"
+Formaline::rdf_port [1] = 8080