Skip to content

Commit

Permalink
Run as root for openmpi containers
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikvn committed Jan 6, 2022
1 parent 3fbf5f4 commit 65bb2fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ build/clang-cuda101/openmpi/gcc/cuda/release/shared:
BUILD_OMP: "ON"
BUILD_CUDA: "ON"
BUILD_MPI: "ON"
MPI_AS_ROOT: "ON"
BUILD_HIP: "OFF"
BUILD_TYPE: "Release"
CUDA_ARCH: 35
Expand Down Expand Up @@ -554,6 +555,7 @@ build/amd/openmpi/clang/hip/release/static:
CXX_COMPILER: "clang++"
BUILD_OMP: "ON"
BUILD_HIP: "ON"
MPI_AS_ROOT: "ON"
BUILD_MPI: "ON"
BUILD_TYPE: "Release"
BUILD_SHARED_LIBS: "OFF"
Expand Down Expand Up @@ -627,6 +629,7 @@ build/nocuda/openmpi/clang/omp/debug/static:
C_COMPILER: "clang"
CXX_COMPILER: "clang++"
BUILD_OMP: "ON"
MPI_AS_ROOT: "ON"
BUILD_MPI: "ON"
BUILD_TYPE: "Debug"
FAST_TESTS: "ON"
Expand Down

0 comments on commit 65bb2fe

Please sign in to comment.