Skip to main content

Python Binding for COMP Superscalar Runtime

Project description

PyCOMPSs is a framework which aims to ease the development and execution of Python parallel applications for distributed infrastructures, such as Clusters and Clouds.

Overview

PyCOMPSs is the Python binding of COMPSs, a programming model and runtime which aims to ease the development of parallel applications for distributed infrastructures, such as Clusters and Clouds. The Programming model offers a sequential interface but at execution time the runtime system is able to exploit the inherent parallelism of applications at task level. The framework is complemented by a set of tools for facilitating the development, execution monitoring and post-mortem performance analysis.

A PyCOMPSs application is composed of tasks, which are methods annotated with decorators following the PyCOMPSs syntax. At execution time, the runtime builds a task graph that takes into account the data dependencies between tasks, and from this graph schedules and executes the tasks in the distributed infrastructure, taking also care of the required data transfers between nodes.

Official web page: http://compss.bsc.es

Documentation

PyCOMPSs documentation can be found at http://compss.bsc.es (Documentation tab) and at https://compss-doc.readthedocs.io/en/stable/

(See “PIP” section in the Installation and Administration Section)

Installation

First, be sure that the target machine satisfies the mentioned dependencies on the installation manual.

The installation can be done in various alternative ways:

  • Use PIP to install the official PyCOMPSs version from the pypi live repository:

    $ sudo -E python3 -m pip install pycompss -v
  • Use PIP to install PyCOMPSs from a pycompss-<version>.tar.gz file:

    $ sudo -E python3 -m pip install pycompss-<version>.tar.gz -v
  • Use the setup.py script:

    $ sudo -E python3 setup.py install

Workflows and Distributed Computing

Department of Computer Science

Barcelona Supercomputing Center (http://www.bsc.es)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycompss-3.0.tar.gz (10.5 kB view details)

Uploaded Source

File details

Details for the file pycompss-3.0.tar.gz.

File metadata

  • Download URL: pycompss-3.0.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.8.2 requests/2.27.1 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.2

File hashes

Hashes for pycompss-3.0.tar.gz
Algorithm Hash digest
SHA256 9abfa26dbb4c29f6d8baab5a646c4e712d6b45eb304e4e8d43ce2210c12ba690
MD5 ea6d48572a3a67a7d7191e309694bee3
BLAKE2b-256 fbc3432f325dc41fd182670547c3cee01a4786e9a7770eb4cc186709d0d4ca35

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page