python3-parsl

Parallel Scripting Library for Python
  https://github.com/Parsl/parsl
  0
  no reviews



Parsl extends parallelism in Python beyond a single computer.

One can use Parsl just like Python's parallel executors but across multiple cores and nodes. However, the real power of Parsl is in expressing multi-step workflows of functions. Parsl lets one chain functions together and will launch each function as inputs and computing resources are available.