swift-lang / swift-t

Swift/T: High Performance Parallel Scripting Language

Home Page:http://swift-lang.org/Swift-T

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 IBM supercomputers, as well as PBS, SLURM, LSF, or Cobalt clusters, and can also run on a laptop (Linux, Mac, or WSL).

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

  • Spack

    $ spack install stc
  • Conda

    $ conda install -c swift-t swift-t
  • Debian (Ubuntu) packages

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

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

About

Swift/T: High Performance Parallel Scripting Language

http://swift-lang.org/Swift-T

License:Apache License 2.0


Languages

Language:Java 40.5%Language:C 32.6%Language:Tcl 9.2%Language:Shell 7.2%Language:Swift 4.4%Language:M4 4.1%Language:Makefile 0.8%Language:Python 0.6%Language:GAP 0.4%Language:C++ 0.2%Language:Perl 0.1%Language:Vim Script 0.0%Language:SWIG 0.0%Language:sed 0.0%Language:R 0.0%Language:CSS 0.0%