[Swift-commit] r8399 - www/Swift-T
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Thu Mar 19 13:32:05 CDT 2015
Author: wozniak
Date: 2015-03-19 13:32:05 -0500 (Thu, 19 Mar 2015)
New Revision: 8399
Modified:
www/Swift-T/alcf.html
Log:
Use CSS
Modified: www/Swift-T/alcf.html
===================================================================
--- www/Swift-T/alcf.html 2015-03-19 18:18:14 UTC (rev 8398)
+++ www/Swift-T/alcf.html 2015-03-19 18:32:05 UTC (rev 8399)
@@ -535,6 +535,16 @@
}
+
+/* SWIFT/T GUIDE CUSTOMIZATIONS */
+
+a:visited {
+ color: gray;
+}
+h5 {
+ font-size: 0.8em;
+}
+
</style>
<script type="text/javascript">
/*<![CDATA[*/
@@ -727,21 +737,17 @@
}
}
-asciidoc.install(2);
+asciidoc.install();
/*]]>*/
</script>
</head>
<body class="article" style="max-width:750px">
<div id="header">
<h1>The Swift Parallel Scripting Language for ALCF Systems</h1>
-<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>
</div>
-</div>
<div id="content">
<div class="sect1">
-<h2 id="_introduction">1. Introduction</h2>
+<h2 id="_introduction">Introduction</h2>
<div class="sectionbody">
<div class="paragraph"><p>Swift is an implicitly parallel functional language that makes it
easier to script higher-level applications or workflows composed from
@@ -763,7 +769,7 @@
on Mira. Swift workflows can be launched on all these systems through
the Galaxy web-based workflow management interface.</p></div>
<div class="sect2">
-<h3 id="_additional_information">1.1. Additional information</h3>
+<h3 id="_additional_information">Additional information</h3>
<div class="paragraph"><p>It’s easy to get started with Swift on ALCF resources, as it is
already installed in public locations and is maintained by ANL staff.</p></div>
<div class="paragraph"><p>Swift/T is a programming language that allows users to rapidly
@@ -771,13 +777,13 @@
application code. Swift/T does not require MPI programming; the
Swift/T system generates an MPI program from a high-level script.</p></div>
<div class="paragraph"><p>An overview of Swift/T may be found here:</p></div>
-<div class="paragraph"><p>swift-lang.org/Swift-T</p></div>
+<div class="paragraph"><p><a href="http://swift-lang.org/Swift-T">http://swift-lang.org/Swift-T</a></p></div>
<div class="paragraph"><p>The Swift/T language guide may be found here:</p></div>
-<div class="paragraph"><p>swift-lang.org/Swift-T/guide.html</p></div>
+<div class="paragraph"><p><a href="http://swift-lang.org/Swift-T/guide.html">http://swift-lang.org/Swift-T/guide.html</a></p></div>
<div class="paragraph"><p>Swift/T is already installed on ALCF systems. See the usage notes
-here:</p></div>
-<div class="paragraph"><p><a href="http://swift-lang.org/Swift-T/turbine-sites.html#_blue_gene_q">http://swift-lang.org/Swift-T/turbine-sites.html#_blue_gene_q</a></p></div>
-<div class="paragraph"><p>An example use on Mira is:</p></div>
+here:
+<a href="http://swift-lang.org/Swift-T/turbine-sites.html#_blue_gene_q">Sites Guide</a></p></div>
+<div class="paragraph"><p>An example use on Cetus is:</p></div>
<div class="listingblock">
<div class="content">
<pre><code>PATH=/home/wozniak/Public/sfw/stc/bin:$PATH
@@ -794,7 +800,7 @@
</div>
</div>
<div class="sect1">
-<h2 id="_swift_t_docs_on_main_wrapping">2. Swift/T docs on main-wrapping</h2>
+<h2 id="_swift_t_docs_on_main_wrapping">Swift/T docs on main-wrapping</h2>
<div class="sectionbody">
<div class="paragraph"><p>If you want to call an existing C program from Swift/T on the BG/Q,
we provide a simplified procedure called main-wrapping. It
@@ -804,7 +810,7 @@
</div>
</div>
<div class="sect1">
-<h2 id="_swift_k_docs_on_running_subjobs">3. Swift/K docs on running subjobs</h2>
+<h2 id="_swift_k_docs_on_running_subjobs">Swift/K docs on running subjobs</h2>
<div class="sectionbody">
<div class="paragraph"><p>If you want to call an existing program from Swift, but cannot
recompile it for use by Swift/T, you may benefit from our subjobs
@@ -819,7 +825,7 @@
</div>
</div>
<div class="sect1">
-<h2 id="_further_information">4. Further Information</h2>
+<h2 id="_further_information">Further Information</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="http://swift-lang.org/Swift-T/turbine-sites.html#_tukey">http://swift-lang.org/Swift-T/turbine-sites.html#_tukey</a></p></div>
<div class="paragraph"><p>Primary Contact:</p></div>
@@ -840,7 +846,7 @@
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-03-19 13:15:52 CDT
+Last updated 2015-03-19 13:22:07 CDT
</div>
</div>
</body>
More information about the Swift-commit
mailing list