[Swift-commit] r8423 - www/Swift-T

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Mon Apr 6 10:25:03 CDT 2015


Author: wozniak
Date: 2015-04-06 10:25:02 -0500 (Mon, 06 Apr 2015)
New Revision: 8423

Modified:
   www/Swift-T/turbine-sites.html
Log:
Update for BG/Q


Modified: www/Swift-T/turbine-sites.html
===================================================================
--- www/Swift-T/turbine-sites.html	2015-04-04 17:21:19 UTC (rev 8422)
+++ www/Swift-T/turbine-sites.html	2015-04-06 15:25:02 UTC (rev 8423)
@@ -746,8 +746,8 @@
 <h1>Turbine Sites Guide</h1>
 <span id="author">Justin M. Wozniak</span><br />
 <span id="email"><code><<a href="mailto:wozniak at mcs.anl.gov">wozniak at mcs.anl.gov</a>></code></span><br />
-<span id="revnumber">version 0.7.0,</span>
-<span id="revdate">December 2014</span>
+<span id="revnumber">version 0.8.0,</span>
+<span id="revdate">March 2015</span>
 <div id="toc">
   <div id="toctitle">Table of Contents</div>
   <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
@@ -1587,13 +1587,15 @@
 <pre><code>export MODE=BGQ
 export PROJECT=<project_name>
 export QUEUE=<queue_name>
-swift-t -m cobalt -n 3 program.tic</code></pre>
+swift-t -m cobalt -n 3 program.swift</code></pre>
 </div></div>
 <div class="paragraph"><p>or:</p></div>
 <div class="listingblock">
 <div class="content">
 <pre><code>export MODE=BGQ
+export PROJECT=<project_name>
 export QUEUE=<queue_name>
+stc program.swift
 turbine-cobalt-run.zsh -n 2 program.tic</code></pre>
 </div></div>
 </li>
@@ -2340,8 +2342,8 @@
 <div id="footnotes"><hr /></div>
 <div id="footer">
 <div id="footer-text">
-Version 0.7.0<br />
-Last updated 2014-12-16 10:28:58 CST
+Version 0.8.0<br />
+Last updated 2015-03-16 14:55:55 CDT
 </div>
 </div>
 </body>




More information about the Swift-commit mailing list