File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,5 +93,5 @@ sbatch run-nccl-tests-rdma.sh
9393
9494The output will appear in in a ` slurm-<job#>.log ` file. If the name of your a3-ultragpu
9595partition is different than "gke", you will need to modify the ` build-nccl-tests.sh `
96- and ` run-nccl-tests.sh ` scripts's ` #SBATCH --partition ` setting. Alternatively, you
96+ and ` run-nccl-tests-* .sh ` scripts ` #SBATCH --partition ` setting. Alternatively, you
9797can run ` sbatch -p <your partition> <script> ` .
Original file line number Diff line number Diff line change 2020# SBATCH --ntasks-per-node=8
2121# SBATCH --exclusive
2222
23- # Usage: sbatch run-nccl-tests.sh
23+ # Usage: sbatch run-nccl-tests-rdma .sh
2424
2525set -x
2626# This should be set to the squashfs file that you created for your application
Original file line number Diff line number Diff line change 2020# SBATCH --ntasks-per-node=8
2121# SBATCH --exclusive
2222
23- # Usage: sbatch run-nccl-tests.sh
23+ # Usage: sbatch run-nccl-tests-tcpxo .sh
2424
2525set -x
2626# This should be set to the squashfs file that you created for your application
You can’t perform that action at this time.
0 commit comments