cluster_cleanup
- acme.cluster_cleanup(client: Client | None = None) None[source]
Stop and close dangling parallel processing workers
- Parameters:
client (dask distributed computing client or None) – Either a
distributed.Clientor 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_setupLaunch SLURM workers on the ESI compute cluster
bic_cluster_setupLaunch SLURM workers on the CoBIC compute cluster
slurm_cluster_setupstart a distributed Dask cluster of parallel processing workers using SLURM
local_cluster_setupstart a local Dask multi-processing cluster on the host machine