Skip to content
Parsl - Parallel Scripting Library
Branch: master
Clone or download
benclifford Make exex wrap exceptions, and cope with exceptions even when they ar…
…en't wrapped (#993)

* port commit a3c773b to extreme scale workers

* Handle the case where what I was expecting to be a wrapped exception is actually just an exception

* add missing remote exception wrapper
Latest commit 4c32c46 Jun 4, 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.7.2.

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.