[Swift-commit] r8232 - www/Swift-T
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Wed Aug 27 15:18:18 CDT 2014
Author: wozniak
Date: 2014-08-27 15:18:18 -0500 (Wed, 27 Aug 2014)
New Revision: 8232
Modified:
www/Swift-T/turbine-sites.html
Log:
Fix numbers
Modified: www/Swift-T/turbine-sites.html
===================================================================
--- www/Swift-T/turbine-sites.html 2014-08-27 20:11:13 UTC (rev 8231)
+++ www/Swift-T/turbine-sites.html 2014-08-27 20:18:18 UTC (rev 8232)
@@ -1714,13 +1714,14 @@
</div></div>
<div class="paragraph"><p><code>PPN</code> is handled by setting the <code>-n</code> argument.</p></div>
<div class="paragraph"><p>The <code>turbine-aprun-run.zsh</code> script supports Titan. You can invoke
-it as follows (for a single node/32 processes per node):</p></div>
+it as follows (for a 2 nodes, 32 processes per node):</p></div>
<div class="listingblock">
<div class="content">
<pre><code>export PROJECT=MAT049
export QUEUE=debug
export TITAN=true
-turbine-aprun-run.zsh -n 32 helloworld.tcl</code></pre>
+export PPN=32
+turbine-aprun-run.zsh -n 64 helloworld.tcl</code></pre>
</div></div>
<div class="paragraph"><p>These environment variables may be placed in your <code>-s</code>
<a href="#options">settings file</a>.</p></div>
@@ -2283,7 +2284,7 @@
<div id="footer">
<div id="footer-text">
Version 0.6.1<br />
-Last updated 2014-08-27 13:43:30 CDT
+Last updated 2014-08-27 15:17:45 CDT
</div>
</div>
</body>
More information about the Swift-commit
mailing list