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

Remove jinja2 syntax

parent 798c1c86
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ script:
- "--mem-per-cpu=<%= bc_num_mems.blank? ? 4 : bc_num_mems.to_i %>G"
- "--partition=<%= bc_partition %>"
- "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00"
- "--job-name=ood-{{ igv_module_name|lower }}"
- "--job-name=ood-igv"
<%- if bc_partition.include? "pascalnodes" -%>
- "--gres=gpu:1"
<%- 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