[Swift-commit] r8263 - SwiftApps/subjobs

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Oct 6 10:59:40 CDT 2014


Author: ketan
Date: 2014-10-06 10:59:39 -0500 (Mon, 06 Oct 2014)
New Revision: 8263

Added:
   SwiftApps/subjobs/docbuild
Modified:
   SwiftApps/subjobs/README.txt
Log:
build script and updates to README

Modified: SwiftApps/subjobs/README.txt
===================================================================
--- SwiftApps/subjobs/README.txt	2014-10-03 21:56:34 UTC (rev 8262)
+++ SwiftApps/subjobs/README.txt	2014-10-06 15:59:39 UTC (rev 8263)
@@ -89,8 +89,8 @@
 
 <profile namespace="globus" key="maxnodes">256</profile>
 <profile namespace="globus" key="nodegranularity">256</profile>
-<profile key="SUBBLOCK_SIZE" namespace="env">8</profile>
-<profile namespace="globus" key="jobsPerNode">32</profile>
+<profile key="SUBBLOCK_SIZE" namespace="env">16</profile>
+<profile namespace="globus" key="jobsPerNode">16</profile>
 
 <workdirectory>/home/ketan/swiftwork</workdirectory>
 <filesystem provider="local"/>
@@ -99,6 +99,9 @@
 </config>
 ----
 
+Of note are the +SUBBLOCK_SIZE+ and the +mode+ properties which must be present
+in the sites definition.
+
 Sub-block limitations
 ----------------------
 

Added: SwiftApps/subjobs/docbuild
===================================================================
--- SwiftApps/subjobs/docbuild	                        (rev 0)
+++ SwiftApps/subjobs/docbuild	2014-10-06 15:59:39 UTC (rev 8263)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+if [ -z $1 ] ; then
+
+    asciidoc -a toc -a toclevels=2  -a max-width=750px  -a textwidth=80 -o /home/$(whoami)/public_html/swiftgalaxy.html README
+else
+    asciidoc -a toc -a toclevels=2  -a max-width=750px  -a textwidth=80 -o "$1" README
+fi    


Property changes on: SwiftApps/subjobs/docbuild
___________________________________________________________________
Added: svn:executable
   + *




More information about the Swift-commit mailing list