[Swift-commit] r8434 - www/Swift-T
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Tue Apr 21 13:40:57 CDT 2015
Author: wozniak
Date: 2015-04-21 13:40:56 -0500 (Tue, 21 Apr 2015)
New Revision: 8434
Modified:
www/Swift-T/index.php
Log:
Link to ADLB
Modified: www/Swift-T/index.php
===================================================================
--- www/Swift-T/index.php 2015-04-21 18:37:22 UTC (rev 8433)
+++ www/Swift-T/index.php 2015-04-21 18:40:56 UTC (rev 8434)
@@ -41,10 +41,11 @@
<p>
Swift/T is a completely new implementation of the Swift language for
-high-performance computing. In this implementation, the Swift code is
+high-performance computing. In this implementation, the Swift script is
translated into an MPI program that uses the Turbine (hence, /T) and
-ADLB runtime libraries for highly scalable dataflow processing over
-MPI, without single-node bottlenecks.
+<a href="http://www.mcs.anl.gov/project/adlb-asynchronous-dynamic-load-balancer">ADLB</a>
+runtime libraries for highly scalable dataflow processing over MPI,
+without single-node bottlenecks.
</p>
<center>
@@ -181,7 +182,7 @@
Enhanced builtin libraries (string, math, system, etc.)
</li>
<li>
- Slight syntax differences (a <tt>main()</tt> function, simplified mappers, etc.)
+ Runs as a single MPI job
</li>
</ul>
More information about the Swift-commit
mailing list