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

Remove submit.yml.erb

parent 51216a38
No related branches found
No related tags found
No related merge requests found
<%-
ppn = num_cores.blank? ? 28 : num_cores.to_i
if node_type == ':hugemem'
ppn = 48
end
%>
---
batch_connect:
template: vnc
script:
native:
resources:
nodes: "<%= bc_num_slots.blank? ? "1" : bc_num_slots.to_i %>:ppn=<%= ppn %><%= node_type %>"
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