From 9881efe1667dd9c40fd41eeb165189e660c9bb61 Mon Sep 17 00:00:00 2001 From: Haakon Ludvig Langeland Ervik <45243236+haakon-e@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:57:15 -0800 Subject: [PATCH] up2 --- .buildkite/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index eb3c87c46b..62d61d9a71 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -22,7 +22,8 @@ steps: - env | grep CUDA_VISIBLE_DEVICES - env | grep SLURM_STEP_GPUS - echo "--- MPI rank GPU visibility" - - mpiexec -n 2 bash -c "echo 'Rank $OMPI_COMM_WORLD_RANK: CUDA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES'" + - mpiexec -n 2 bash -c "echo $OMPI_COMM_WORLD_RANK" + - mpiexec -n 2 bash -c "echo $CUDA_VISIBLE_DEVICES" - echo "--- GPU Status" - nvidia-smi - echo "--- SLURM GPU info"