[Swift-commit] r4286 - SwiftApps/Montage/exec

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Tue Apr 5 19:39:52 CDT 2011


Author: jonmon
Date: 2011-04-05 19:39:51 -0500 (Tue, 05 Apr 2011)
New Revision: 4286

Removed:
   SwiftApps/Montage/exec/sites.properties
Modified:
   SwiftApps/Montage/exec/montage.sh
Log:
o SwiftApps/Montage/exec/montage.sh
  -- Added changes so that the properties will only be applied to the pads-coasters.xml template. This is the only template that has been tested so far.

o SwiftApps/Montage/exec/sites.properties
  -- Delted file. No longer need it.


Modified: SwiftApps/Montage/exec/montage.sh
===================================================================
--- SwiftApps/Montage/exec/montage.sh	2011-04-06 00:33:07 UTC (rev 4285)
+++ SwiftApps/Montage/exec/montage.sh	2011-04-06 00:39:51 UTC (rev 4286)
@@ -15,13 +15,13 @@
 mkdir ${WORK_DIRECTORY}
 
 if [ $HOSTNAME == "login2.pads.ci.uchicago.edu" ]; then
-    echo "#site internalhostname=192.5.86.6" >> sites.properties
+    echo "#site pads-coasters.xml internalhostname=192.5.86.6" >> sites.properties
 elif [ $HOSTNAME == "login1.pads.ci.uchicago.edu" ]; then
-    echo "#site internalhostname=192.5.86.5" >> sites.properties
+    echo "#site pads-coasters.xml internalhostname=192.5.86.5" >> sites.properties
 fi
 
-echo "#site work=/gpfs/pads/jonmon/Swift/work/pads" >> sites.properties
-echo "#site slots=$1" >> sites.properties
+echo "#site pads-coasters.xml work=/gpfs/pads/jonmon/Swift/work/pads" >> sites.properties
+echo "#site pads-coasters.xml slots=$1" >> sites.properties
 
 gensites -L ${SWIFT_MONTAGE}/templates -p sites.properties pads-coasters.xml > sites.xml
 

Deleted: SwiftApps/Montage/exec/sites.properties
===================================================================
--- SwiftApps/Montage/exec/sites.properties	2011-04-06 00:33:07 UTC (rev 4285)
+++ SwiftApps/Montage/exec/sites.properties	2011-04-06 00:39:51 UTC (rev 4286)
@@ -1,2 +0,0 @@
-#site work=/gpfs/pads/swift/jonmon/Swift/work/pads
-#site slots=100




More information about the Swift-commit mailing list