We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5897c commit 76d17bcCopy full SHA for 76d17bc
samples/gpu/nccl_run_allreduce_H100.sbatch
@@ -65,4 +65,4 @@ fi
65
-x NCCL_IGNORE_CPU_AFFINITY=1 \
66
-x NCCL_IB_HCA="${var_NCCL_IB_HCA}" \
67
-x NCCL_TOPO_FILE=~/H100-topology.xml \
68
- --np $np --hostfile $MACHINEFILE /opt/oci-hpc/nccl-test/build/all_reduce_perf -b1G -e10G -i$((1024*1024*1024*9)) -n 100
+ --np $((SLURM_NNODES*SLURM_NTASKS_PER_NODE)) --hostfile $MACHINEFILE /opt/oci-hpc/nccl-test/build/all_reduce_perf -b1G -e10G -i$((1024*1024*1024*9)) -n 100
0 commit comments