Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
haakon-e committed Nov 27, 2024
1 parent 9f6bc46 commit 981119a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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 'Rank $OMPI_COMM_WORLD_RANK: CUDA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES'"
- echo "--- GPU Status"
- nvidia-smi
- echo "--- SLURM GPU info"
Expand Down

0 comments on commit 981119a

Please sign in to comment.