Fuzzball (HPC 2.0): Workflow Demonstrations
In this webinar, we will demonstrate Fuzzball (HPC 2.0) workflows including: Dask-based task-array Dask is a Python package allowing for the easy parallelization of certain code and data structures; it also integrates with components of other well-known Python packages like pandas and NumPy. In this demo, we’ll be looking at a simple script that does some numerical calculations (perhaps for some kind of quantitative finance task) that are parallelized across a single node with Dask, which we’ll then use a Fuzzball workflow to run multiple instances of over a set of input data in an embarrassingly parallel way.