Skip to content

Commit

Permalink
Allocate extra space in /dev/shm to enable NCCL
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Feb 12, 2023
1 parent 7127abd commit 4e9e6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/buildkite/test-cpp-mgpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set -euo pipefail

source tests/buildkite/conftest.sh

export CI_DOCKER_EXTRA_PARAMS_INIT='-e NCCL_DEBUG=INFO'
# Allocate extra space in /dev/shm to enable NCCL
export CI_DOCKER_EXTRA_PARAMS_INIT='--shm-size=4g'

echo "--- Run Google Tests with CUDA, using multiple GPUs"
buildkite-agent artifact download "build/testxgboost" . --step build-cuda
Expand Down

0 comments on commit 4e9e6c5

Please sign in to comment.