File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
common/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,6 @@ cluster
4040
4141[compute_init:children]
4242compute
43+
44+ [topology:children]
45+ compute
Original file line number Diff line number Diff line change @@ -158,7 +158,9 @@ openondemand_apps_desktop_default:
158158 native:
159159 - <%= "--nodes=1" % >
160160 - <%= "--ntasks=# {num_cores}" % >
161+ <% if node != '' % >
161162 - <%= "--nodelist=# {node}" % >
163+ <% end % >
162164 <% if gres != 'none' % >
163165 - <%= "--gres=# {gres}:#{gres_count}" % >
164166 <% end % >
@@ -218,7 +220,9 @@ openondemand_apps_jupyter_default:
218220 native:
219221 - <%= "--nodes=1" % >
220222 - <%= "--ntasks=# {num_cores}" % >
223+ <% if node != '' % >
221224 - <%= "--nodelist=# {node}" % >
225+ <% end % >
222226 <% if gres != 'none' % >
223227 - <%= "--gres=# {gres}:#{gres_count}" % >
224228 <% end % >
You can’t perform that action at this time.
0 commit comments