we have many workers attached to our cryosparc instance. We would sometimes like to detatch a worker in order to use it for other computation. We are unsure how to do it properly, so we do not have to deinstall and reinstall the worker everytime.
We would appreciate it you could provide a set of commands!
to disconnect a worker with the hypothetical workerx.local name.
There is also a cryosparcm worker connectcommand.
For mixed CryoSPARC and non-CryoSPARC workloads, you may prefer to
control your server (and GPU) resources as a cluster with a workload manager like slurm
connect the cluster to CryoSPARC as a cluster lane
enqueue CryoSPARC jobs to that cluster lane
enqueue non-CryoSPARC jobs to the same cluster, using the applicable workload manager command, such as sbatch in the slurm case.
A properly configured cluster workload manager would ensure efficient scheduling of and non-interference between CryoSPARC and non-CryoSPARC cluster jobs.