Commit 05cdf5d6 authored by one's avatar one
Browse files

Fix runner test

parent c1bc12ce
...@@ -491,6 +491,7 @@ def fake_get_shell_config(cmd): ...@@ -491,6 +491,7 @@ def fake_get_shell_config(cmd):
'name': 'mpi', 'name': 'mpi',
'proc_num': 4, 'proc_num': 4,
'node_num': 1, 'node_num': 1,
'bind_to': 'numa',
'mca': {}, 'mca': {},
'env': { 'env': {
'NCCL_BUFFSIZE': 4194304, 'NCCL_BUFFSIZE': 4194304,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment