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

Refactor code up to flake8 checks #93

Closed AdamWlodarczyk closed 3 years ago

ocaisa commented 3 years ago

I don't understand why this triggers an error in CI regarding interface...but only for SLURM. Somehow it is suddenly picking up the default (JURECA) configuration...

AdamWlodarczyk commented 3 years ago

Looks like import dask_jobqueue.lsf in conftest.py is necessary. Crazy.