Files
merlin-cryosparc/cluster_info.json
T

12 lines
476 B
JSON

{
"name" : "slurmcluster",
"worker_bin_path" : "/path/to/cryosparc2_worker/bin/cryosparcw",
"cache_path" : "/path/to/local/SSD/on/cluster/nodes"
"send_cmd_tpl" : "ssh loginnode {{ command }}",
"qsub_cmd_tpl" : "sbatch {{ script_path_abs }}",
"qstat_cmd_tpl" : "squeue -j {{ cluster_job_id }}",
"qdel_cmd_tpl" : "scancel {{ cluster_job_id }}",
"qinfo_cmd_tpl" : "sinfo",
"transfer_cmd_tpl" : "scp {{ src_path }} loginnode:{{ dest_path }}"
}