enlarge limit of opened file descriptors to run AllToAll test.

This commit is contained in:
Zhongqi An 2025-02-05 17:55:57 +08:00
parent 38bf3cdc2b
commit 1fb35de24e

View File

@ -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