Skip to content

Commit a22de7d

Browse files
authored
Adding version information to job name
1 parent 52a55bb commit a22de7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submit.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script:
88
- "--mem-per-cpu=<%= bc_num_mems.blank? ? 4 : bc_num_mems.to_i %>G"
99
- "--partition=<%= bc_partition %>"
1010
- "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00"
11-
- "--job-name=ood-sas"
11+
- "--job-name=ood-sas-<%= version.split("/")[-1] %>"
1212
<%- if bc_partition == "pascalnodes" -%>
1313
- "--gres=gpu:1"
1414
<%- end -%>

0 commit comments

Comments
 (0)