Skip to content
Snippets Groups Projects
Commit 7f0db3f1 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Correct slurm job name

parent 1fa5ff31
No related branches found
No related tags found
1 merge request!4Fix deploy issue
...@@ -16,7 +16,7 @@ script: ...@@ -16,7 +16,7 @@ script:
- "--mem-per-cpu=<%= bc_num_mems.blank? ? 4 : bc_num_mems.to_i %>G" - "--mem-per-cpu=<%= bc_num_mems.blank? ? 4 : bc_num_mems.to_i %>G"
- "--partition=<%= bc_partition %>" - "--partition=<%= bc_partition %>"
- "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00" - "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00"
- "--job-name=ood-jupyter" - "--job-name=ood-jupyterlab"
<%- if bc_partition.include? "pascalnodes" -%> <%- if bc_partition.include? "pascalnodes" -%>
- "--gres=gpu:1" - "--gres=gpu:1"
<%- end -%> <%- end -%>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment