cctools 9.9-4.1ubuntu1 source package in Ubuntu
Changelog
cctools (9.9-4.1ubuntu1) oracular; urgency=low * Merge from Debian unstable. Remaining changes: - Fix build by using -O0 -- Gianfranco Costamagna <email address hidden> Thu, 08 Aug 2024 08:32:24 +0200
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Oracular
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- utils
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | utils | |
Oracular | release | universe | utils |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cctools_9.9.orig.tar.xz | 9.5 MiB | 7dd3e69b82b0e94edfb0e4faff96972826051ad5d0b9fcc469538b9fc0e23cdf |
cctools_9.9-4.1ubuntu1.debian.tar.xz | 22.6 KiB | c2913cca5ec66d96ad7f3f10792cdd8abaa0c6278be21f29968cc81c041b19ba |
cctools_9.9-4.1ubuntu1.dsc | 2.7 KiB | f1ef2fd4f6798d42abd57b2a81390b59a52d03bb0ff7163966bcff113dff8ce2 |
Available diffs
- diff from 9.9-4ubuntu4 to 9.9-4.1ubuntu1 (618 bytes)
- diff from 9.9-4ubuntu5 to 9.9-4.1ubuntu1 (555 bytes)
- diff from 9.9-4.1 (in Debian) to 9.9-4.1ubuntu1 (2.0 KiB)
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 abstraction 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 coop-computing-tools
- coop-computing-tools-dev: libraries and header files for coop-computing-tools
These tools are a collection of software that help users to share resources in
a complex, heterogeneous, and unreliable computing environment.
.
This package provides static libraries and header files for development.
- coop-computing-tools-doc: documentation for coop-computing-tools
These tools are a collection of software that help users to share resources in
a complex, heterogeneous, and unreliable computing environment.
.
This package provides the documentation (manual and API reference) in HTML
format.
- python3-workqueue: cooperative computing tools work queue Python3 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 Python3.
- python3-workqueue-dbgsym: debug symbols for python3-workqueue