CryoSPARC can integrate with cluster scheduler systems. This page contains examples of integration setups.
Due to the many variations of cluster scheduler systems and their configurations, the examples here will need to be modified for your own specific use case.
For information on what each variable means, see .
GPU Resource Management
When CryoSPARC launches a job to the cluster, the number of GPUs requested by the user is used in the submission script, but CryoSPARC does not know which specific devices it will be allocated and therefore each job simply tries to use GPUs with device numbers starting at zero. For example, a 2-GPU job will try to use GPUs [0, 1] when submitted to a cluster. It is the responsibility of the cluster system to correctly allocate requested GPU resources to CryoSPARC jobs while insulating those allocated resources from interference by other jobs. For this purpose, the SLURM scheduler, for example, can combine Generic Resource (GRES) management with (Linux) cgroup controls.