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

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Thu Jul 23 16:53:25 CDT 2015


Author: wozniak
Date: 2015-07-23 16:53:25 -0500 (Thu, 23 Jul 2015)
New Revision: 8468

Modified:
   www/Swift-T/turbine-sites.html
Log:
Fix Beagle notes


Modified: www/Swift-T/turbine-sites.html
===================================================================
--- www/Swift-T/turbine-sites.html	2015-07-17 19:04:38 UTC (rev 8467)
+++ www/Swift-T/turbine-sites.html	2015-07-23 21:53:25 UTC (rev 8468)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 8.6.8" />
+<meta name="generator" content="AsciiDoc 8.6.9" />
 <title>Turbine Sites Guide</title>
 <style type="text/css">
 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -94,8 +94,10 @@
   padding: 0;
   margin: 0;
 }
+pre {
+  white-space: pre-wrap;
+}
 
-
 #author {
   color: #527bbd;
   font-weight: bold;
@@ -223,7 +225,7 @@
 }
 
 div.imageblock div.content { padding-left: 0; }
-span.image img { border-style: none; }
+span.image img { border-style: none; vertical-align: text-bottom; }
 a.image:visited { color: white; }
 
 dl {
@@ -1841,7 +1843,7 @@
 </div>
 <div class="sect3">
 <h4 id="_build_procedure_8">Build procedure</h4>
-<div class="paragraph"><p><strong>As of:</strong> 8/27/2014</p></div>
+<div class="paragraph"><p><strong>As of:</strong> 7/23/2015</p></div>
 <div class="paragraph"><p>Cray systems do not use <code>mpicc</code>.  We set <code>CC=gcc</code> and use compiler
 flags to configure the MPI library.</p></div>
 <div class="ulist"><ul>
@@ -1853,8 +1855,8 @@
 <div class="content">
 <pre><code>./configure --prefix=/path/to/lb --with-c-utils=/path/to/c-utils
 CC=gcc
-CFLAGS=-I/opt/cray/mpt/default/gni/mpich2-gnu/47/include
-LDFLAGS="-L/opt/cray/mpt/default/gni/mpich2-gnu/47/lib -lmpich"
+CFLAGS=-I/opt/cray/mpt/default/gni/mpich2-gnu/49/include
+LDFLAGS="-L/opt/cray/mpt/default/gni/mpich2-gnu/49/lib -lmpich"
 --enable-mpi-2</code></pre>
 </div></div>
 </li>
@@ -1864,7 +1866,7 @@
 </p>
 <div class="listingblock">
 <div class="content">
-<pre><code>--enable-custom-mpi --with-mpi=/opt/cray/mpt/default/gni/mpich2-gnu/47</code></pre>
+<pre><code>--enable-custom-mpi --with-mpi=/opt/cray/mpt/default/gni/mpich2-gnu/49</code></pre>
 </div></div>
 </li>
 </ul></div>
@@ -2696,7 +2698,7 @@
 <div id="footer">
 <div id="footer-text">
 Version 0.8.0<br />
-Last updated 2015-07-17 12:02:24 CDT
+Last updated 2015-07-23 16:49:34 CDT
 </div>
 </div>
 </body>




More information about the Swift-commit mailing list