- Separated CPU and GPU lanes - Add --cluster parameter to all lanes (Fix bug running on new gmerlin6 cluster) - Rename all lanes to mirror (somewhat) the partition names - Add remove_old_lanes.sh to clean up the renames
12 lines
559 B
JSON
12 lines
559 B
JSON
{
|
|
"name" : "gpu",
|
|
"worker_bin_path" : "/data/user/USERNAME/cryosparc/cryosparc2_worker/bin/cryosparcw",
|
|
"cache_path" : "/scratch/",
|
|
"send_cmd_tpl" : "{{ command }}",
|
|
"qsub_cmd_tpl" : "bash -c 'sbatch --parsable --cluster=gmerlin6 \"{{ script_path_abs }}\" | cut -d \";\" -f 1'",
|
|
"qstat_cmd_tpl" : "squeue --cluster=gmerlin6 -j {{ cluster_job_id }}",
|
|
"qdel_cmd_tpl" : "scancel --cluster=gmerlin6 {{ cluster_job_id }}",
|
|
"qinfo_cmd_tpl" : "sinfo --cluster=gmerlin6",
|
|
"transfer_cmd_tpl" : "cp {{ src_path }} {{ dest_path }}"
|
|
}
|