Skip to content

Commit

Permalink
up2
Browse files Browse the repository at this point in the history
  • Loading branch information
haakon-e committed Nov 27, 2024
1 parent 981119a commit 9881efe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9881efe

Please sign in to comment.