cctools 4.0-1ubuntu2 source package in Ubuntu

Changelog

cctools (4.0-1ubuntu2) utopic; urgency=medium

  * No-change rebuild to drop mpich dependency on arm64.
 -- Logan Rosen <email address hidden>   Fri, 02 May 2014 10:23:49 -0400

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cctools_4.0.orig.tar.gz 1.2 MiB bcedfff4cd470c5f962cb46b84c8575f7e5f2bdef786ccff552931a9aa9432af
cctools_4.0-1ubuntu2.debian.tar.xz 10.0 KiB e0b6e96a25949d8e79b2172b30652a31a096001937d52530764104c239482600
cctools_4.0-1ubuntu2.dsc 2.1 KiB 6c664d2064dd8bc3039bf6ee0840a7320a581f77fde382e5f4a4077265e8c802

Available diffs

View changes file

Binary packages built by this source

coop-computing-tools: cooperative computing tools

 This is a collection of software that help users to share resources in a
 complex, heterogeneous, and unreliable computing environment. This includes:
 .
  * Chirp: A personal filesystem and I/O protocol that allows unprivileged users
    to share space securely, efficiently, and conveniently. When combined
    with Parrot, Chirp allows users to create custom wide-area
    distributed filesystems.
  * Parrot: A transparent user-level virtual filesystem that allows any ordinary
    program to be attached to a remote storage device such as an FTP
    server or a Chirp server.
  * Makeflow: A workflow system for parallel and distributed computing that uses
    a language very similar to Make.
  * Work Queue: A system and API for building master-worker style programs that
    scale up to thousands of processors.
  * All Pairs: A computational abstraction for running very large Cartesian
    products.
  * Wavefront: A computational asbtraction for running very large dynamic
    programming problems.
  * The Fault Tolerant Shell: A high-level programming language that allows
    users to combine the ease of shell scripting, the power of distributed
    programming, and the precision of compiled languages. Basically,
    parallel programming and exception handling for scripts.

coop-computing-tools-dbgsym: debug symbols for package coop-computing-tools

 This is a collection of software that help users to share resources in a
 complex, heterogeneous, and unreliable computing environment. This includes:
 .
  * Chirp: A personal filesystem and I/O protocol that allows unprivileged users
    to share space securely, efficiently, and conveniently. When combined
    with Parrot, Chirp allows users to create custom wide-area
    distributed filesystems.
  * Parrot: A transparent user-level virtual filesystem that allows any ordinary
    program to be attached to a remote storage device such as an FTP
    server or a Chirp server.
  * Makeflow: A workflow system for parallel and distributed computing that uses
    a language very similar to Make.
  * Work Queue: A system and API for building master-worker style programs that
    scale up to thousands of processors.
  * All Pairs: A computational abstraction for running very large Cartesian
    products.
  * Wavefront: A computational asbtraction for running very large dynamic
    programming problems.
  * The Fault Tolerant Shell: A high-level programming language that allows
    users to combine the ease of shell scripting, the power of distributed
    programming, and the precision of compiled languages. Basically,
    parallel programming and exception handling for scripts.

coop-computing-tools-dev: No summary available for coop-computing-tools-dev in ubuntu utopic.

No description available for coop-computing-tools-dev in ubuntu utopic.

coop-computing-tools-doc: No summary available for coop-computing-tools-doc in ubuntu wily.

No description available for coop-computing-tools-doc in ubuntu wily.

python-workqueue: cooperative computing tools work queue Python bindings

 CCTools's Work Queue is a system and API for building master-worker style
 programs that scale up to thousands of processors. This package provides
 bindings to access this system from Python.