Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.18 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.18 KB

Implementations of Computing Patterns in Parsl

Parsl is a parallel scripting package in Python.

This repository houses important examples and implementations of computing patterns and workflows in Parsl for data management, mathematical models, computing techniques and simulations. The jupyter notebooks are meant to provide a template that engineers and scientists can use to build their own parallel workflows.

You can open this repo in mybinder to try these online without having to download or install any software

The topics covered in these implementations are:

  1. Sequences, Loops and Routing.
  2. Data Handling Workflows
  3. Monte-Carlo Simulations
  4. Mathematical Technique
  5. Montage Mosaic