E-CAM / jobqueue_features

This library provides some useful decorators for dask_jobqueue. It also expands it's scope to include MPI workloads, including extending configuration options for such workloads and heterogeneous resources.
6 stars 3 forks source link

Make package work with Dask 2021.9.1 (and above) #113

Closed ocaisa closed 3 years ago

ocaisa commented 3 years ago

We must do the initialisation before assigning the name property since there is now a method for this

ocaisa commented 3 years ago

The PBS test is failing for an unknown reason. Since SLURM is the most expected use case I don't want to hold this PR back. I'll try to fix PBS in another PR

ocaisa commented 3 years ago

Great, it worked after I merged 🤷