Skip to content
Snippets Groups Projects
Commit 3d824609 authored by Milan Jaros's avatar Milan Jaros
Browse files

fix num_nodes

parent cb7d193d
No related branches found
Tags v2.0.0-beta.4
No related merge requests found
......@@ -2,7 +2,7 @@
gpu = custom_queue.include?("gpu")
num_nodes = 1
num_tasks = 1
num_gpus = 8
ng = 8
-%>
batch_connect:
......@@ -18,6 +18,6 @@ script:
- "-n"
- "<%= num_tasks %>"
<%- if gpu -%>
- "--gpus <%= num_gpus %>"
- "--gpus <%= ng %>"
- "--comment='use:xorg=True'"
<%- 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