Skip to content
Parsl - Parallel Scripting Library
Branch: master
Clone or download
benclifford and ZhuozhaoLi Track psutil API changes for AccessDenied exception (#1081)
The import location for AccessDenied has changed in psutil.

This commit uses the latest location, and requires psutil to
be at least the version that introduced that new location.

This was discovered as part of the investigations for
issue #1069
Latest commit ab04a00 Jun 20, 2019

README.rst

Parsl - Parallel Scripting Library

Apache Licence V2.0 Build status Documentation Status

Parsl is a parallel scripting library that enables easy parallelism and workflow design. The latest version available on PyPi is v0.8.0.

QuickStart

Parsl is now available on PyPI, but first make sure you have Python3.5+

$ python3 --version

Install Parsl using pip:

$ pip3 install parsl

To run the Parsl tutorial notebooks you will need to install Jupyter:

$ pip3 install jupyter

Detailed information about setting up Jupyter with Python3.5 is available here

Note: Parsl uses an opt-in model to collect anonymous usage statistics for reporting and improvement purposes. To understand what stats are collected and enable collection please refer to the usage tracking guide

Documentation

The complete parsl documentation is hosted here.

The Parsl tutorial is here and the same tutorial set hosted on live Jupyter notebooks are available here

For Developers

  1. Download Parsl:

    $ git clone https://github.com/Parsl/parsl
    
  2. Install:

    $ cd parsl
    $ python3 setup.py install
    
  3. Use Parsl!

Requirements

Parsl is supported in Python 3.5+. Requirements can be found here. Requirements for running tests can be found here.

Contributing

We welcome contributions from the community. Please see our contributing guide.

You can’t perform that action at this time.