Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.38 KB

Readme.adoc

File metadata and controls

24 lines (13 loc) · 1.38 KB

Swift/T Quick Start

Swift/T is an implicitly parallel programming language for composing external functions and command-line executables into massively parallel applications. The external functions may be calls to external programs, libraries, or scripting languages (via embedded interpreters) Thus, it is a workflow language for extreme-scale computing, capable of executing very large numbers (trillions) of tasks at high rates across the largest supercomputers.

Swift/T runs as an MPI program, and is compatible with Cray and Blue Gene supercomputers, as well as PBS or SLURM clusters, and can also run on a laptop (Linux or Mac).

Swift/T may be installed following one of these methods:

  • Debian (Ubuntu) packages (recommended)

  • A configure/make source build (recommended for exotic systems)

  • A script (build-all.sh) that automates the configure/make process (recommended)