Skip to content

Commit b443015

Browse files
authored
update gemini review suggestions (GoogleCloudPlatform#5019)
2 parents 7cae99d + 6433783 commit b443015

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

community/examples/slurm-gke/nccl-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ sbatch run-nccl-tests-rdma.sh
9393

9494
The output will appear in in a `slurm-<job#>.log` file. If the name of your a3-ultragpu
9595
partition 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
9797
can run `sbatch -p <your partition> <script>`.

community/examples/slurm-gke/nccl-tests/run-nccl-tests-rdma.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

2525
set -x
2626
# This should be set to the squashfs file that you created for your application

community/examples/slurm-gke/nccl-tests/run-nccl-tests-tcpxo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

2525
set -x
2626
# This should be set to the squashfs file that you created for your application

0 commit comments

Comments
 (0)