cluster_cleanup

acme.cluster_cleanup(client: Optional[Client] = None) None[source]

Stop and close dangling parallel processing workers

Parameters:

client (dask distributed computing client or None) – Either a distributed.Client or None. If None, a global client is queried for and shut-down if found (without confirmation!).

Returns:

Nothing

Return type:

None

See also

esi_cluster_setup

Launch SLURM workers on the ESI compute cluster

slurm_cluster_setup

start a distributed Dask cluster of parallel processing workers using SLURM

local_cluster_setup

start a local Dask multi-processing cluster on the host machine