From 1fb35de24ed71ff2f52c90d7b7127102864b3076 Mon Sep 17 00:00:00 2001 From: Zhongqi An Date: Wed, 5 Feb 2025 17:55:57 +0800 Subject: [PATCH] enlarge limit of opened file descriptors to run AllToAll test. --- scripts/nccl_test | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/nccl_test b/scripts/nccl_test index 0738c57..61e9019 100755 --- a/scripts/nccl_test +++ b/scripts/nccl_test @@ -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