mirror of
https://github.com/NVIDIA/nccl-tests.git
synced 2026-04-25 08:58:18 +08:00
enlarge limit of opened file descriptors to run AllToAll test.
This commit is contained in:
parent
38bf3cdc2b
commit
1fb35de24e
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
ulimit -n $((1<<16))
|
||||
TEST_DIR=$(cd $(dirname $0) && pwd)
|
||||
COLL=all_reduce
|
||||
while [[ -n $1 ]]; do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user