Skip to content
Snippets Groups Projects
submit.yml.erb 256 B
Newer Older
Milan Jaros's avatar
Milan Jaros committed
<%- gpu = custom_queue.include?("gpu") -%>

batch_connect:
  template: vnc
script:
  native:
    - "-A"
    - "<%= account %>"    
    - "-p"
    - "<%= custom_queue %>"
    <%- if gpu -%>
    - "--gpus 8"
    - "--comment='use:xorg=True'"
    <%- end -%>