You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# number of times to run the nccl test to stress the GPUs and RDMA network. This is different from -n iterations parameter of nccl allreduce which is set below using $iter
5
+
max=$1
6
+
7
+
# This assume, the hostfile passed is already ordered based on their rackId
8
+
if [ -n"$2" ];then
9
+
hostfile=$2
10
+
else
11
+
hostfile="/etc/opt/oci-hpc/hostfile.tcp"
12
+
fi
13
+
14
+
echo INPUTFILE
15
+
cat $hostfile
16
+
17
+
# The number of GPUs to use for the test. Has to be multiplier of 8. If not passed, all GPUs will be used.
0 commit comments