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

No proper close method #103

Closed ocaisa closed 2 years ago

ocaisa commented 3 years ago

Currently, if we call cluster.close() it will close the cluster but leave the client, we should be closing the client first...and when that is called we probably also want to remove the cluster from the controller?

ocaisa commented 3 years ago

Right now, I think leaving hanging clients is what is causing (harmless) errors

ocaisa commented 2 years ago

Fixed in #108