Skip to content
StepArgumentsStatus
Start of Pipeline - (3 hr 0 min in block)
Success
timeout - (3 hr 0 min in block)
Success
timeout block - (3 hr 0 min in block)
Success
stage - (3 hr 0 min in block)Build
Success
stage block (Build) - (3 hr 0 min in block)
Success
parallel - (3 hr 0 min in block)
Success
parallel block (Branch: CUDA-12.4.1) - (2 ms in block)
Success
stage - (11 min in block)CUDA-12.4.1
Success
stage block (CUDA-12.4.1) - (11 min in block)
Success
node - (11 min in block)NVIDIA_Tesla_V100-PCIE-32GB && nvidia-docker
Success
node block - (11 min in block)
Success
checkout - (1.1 sec in self)
Success
withEnv - (11 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
Success
withEnv block - (11 min in block)
Success
isUnix - (9 ms in self)
Success
withEnv - (4.4 sec in block)JD_ID, JD_TO_RUN
Success
withEnv block - (4.4 sec in block)
Success
sh - (4.3 sec in self)docker inspect -f . "$JD_TO_RUN"
Success
withDockerContainer - (11 min in block)
Success
withDockerContainer block - (11 min in block)
Success
withEnv - (11 min in block)CMAKE_OPTIONS, CTEST_OPTIONS
Success
withEnv block - (11 min in block)
Success
sh - (1 min 39 sec in self)apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git cmake libboost-program-options-dev libboost-test-dev libbenchmark-dev
Success
sh - (6.8 sec in self)rm -rf source* build* install*
Success
sh - (3 sec in self)git clone https://github.com/kokkos/kokkos.git --branch develop --depth 1 source-kokkos
Success
dir - (0.34 sec in block)source-kokkos
Success
dir block - (0.3 sec in block)
Success
sh - (0.28 sec in self)git rev-parse --short HEAD
Success
sh - (12 sec in self)cmake -S source-kokkos -B build-kokkos -D CMAKE_INSTALL_PREFIX=$PWD/install-kokkos $CMAKE_OPTIONS -D Kokkos_ENABLE_CUDA=ON
Success
sh - (49 sec in self)cmake --build build-kokkos --parallel 8
Success
sh - (1.3 sec in self)cmake --install build-kokkos
Success
sh - (1.3 sec in self)cmake -B build-arborx -D CMAKE_INSTALL_PREFIX=$PWD/install-arborx -D Kokkos_ROOT=$PWD/install-kokkos $CMAKE_OPTIONS -D ARBORX_ENABLE_BENCHMARKS=ON -D ARBORX_ENABLE_TESTS=OFF -D ARBORX_ENABLE_EXAMPLES=ON
Success
sh - (5 min 33 sec in self)cmake --build build-arborx --parallel 8
Success
dir - (24 sec in block)build-arborx
Success
dir block - (24 sec in block)
Success
sh - (24 sec in self)ctest $CTEST_OPTIONS
Success
sh - (0.28 sec in self)cmake --install build-arborx
Success
sh - (1 sec in self)cmake -S examples -B build-examples -D ArborX_ROOT=$PWD/install-arborx -D Kokkos_ROOT=$PWD/install-kokkos $CMAKE_OPTIONS
Success
sh - (2 min 15 sec in self)cmake --build build-examples --parallel 8
Success
dir - (2.4 sec in block)build-examples
Success
dir block - (2.3 sec in block)
Success
sh - (2.3 sec in self)ctest $CTEST_OPTIONS
Success
xunit - (0.13 sec in self)
Success
parallel block (Branch: CUDA-12.2.2-MPI) - (3 ms in block)
Success
stage - (18 min in block)CUDA-12.2.2-MPI
Success
stage block (CUDA-12.2.2-MPI) - (18 min in block)
Success
node - (18 min in block)NVIDIA_Tesla_V100-PCIE-32GB && nvidia-docker
Success
node block - (18 min in block)
Success
checkout - (0.93 sec in self)
Success
withEnv - (18 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
Success
withEnv block - (18 min in block)
Success
isUnix - (10 ms in self)
Success
withEnv - (0.34 sec in block)JD_ID, JD_TO_RUN
Success
withEnv block - (0.31 sec in block)
Success
sh - (0.29 sec in self)docker inspect -f . "$JD_TO_RUN"
Success
withDockerContainer - (18 min in block)
Success
withDockerContainer block - (18 min in block)
Success
withEnv - (18 min in block)CMAKE_OPTIONS, CTEST_OPTIONS
Success
withEnv block - (18 min in block)
Success
sh - (2 min 33 sec in self)apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git cmake libboost-program-options-dev libboost-test-dev libbenchmark-dev libopenmpi-dev
Success
sh - (2.7 sec in self)rm -rf source* build* install*
Success
sh - (3.3 sec in self)git clone https://github.com/kokkos/kokkos.git --branch develop --depth 1 source-kokkos
Success
dir - (0.36 sec in block)source-kokkos
Success
dir block - (0.32 sec in block)
Success
sh - (0.3 sec in self)git rev-parse --short HEAD
Success
sh - (10 sec in self)cmake -S source-kokkos -B build-kokkos -D CMAKE_INSTALL_PREFIX=$PWD/install-kokkos $CMAKE_OPTIONS -D Kokkos_ENABLE_CUDA=ON
Success
sh - (50 sec in self)cmake --build build-kokkos --parallel 8
Success
sh - (0.8 sec in self)cmake --install build-kokkos
Success
sh - (2.6 sec in self)cmake -B build-arborx -D CMAKE_INSTALL_PREFIX=$PWD/install-arborx -D Kokkos_ROOT=$PWD/install-kokkos $CMAKE_OPTIONS -D ARBORX_ENABLE_MPI=ON -D MPIEXEC_PREFLAGS="--allow-run-as-root" -D MPIEXEC_MAX_NUMPROCS=4 -D ARBORX_ENABLE_BENCHMARKS=ON -D ARBORX_ENABLE_TESTS=OFF -D ARBORX_ENABLE_EXAMPLES=ON
Success
sh - (10 min in self)cmake --build build-arborx --parallel 8
Success
dir - (28 sec in block)build-arborx
Success
dir block - (28 sec in block)
Success
sh - (28 sec in self)ctest $CTEST_OPTIONS
Success
sh - (0.53 sec in self)cmake --install build-arborx
Success
sh - (2.1 sec in self)cmake -S examples -B build-examples -D ArborX_ROOT=$PWD/install-arborx -D Kokkos_ROOT=$PWD/install-kokkos -D MPIEXEC_PREFLAGS="--allow-run-as-root" $CMAKE_OPTIONS
Success
sh - (3 min 9 sec in self)cmake --build build-examples --parallel 8
Success
dir - (4.9 sec in block)build-examples
Success
dir block - (4.8 sec in block)
Success
sh - (4.8 sec in self)ctest $CTEST_OPTIONS
Success
xunit - (0.22 sec in self)
Success
parallel block (Branch: ROCm-6.2.4) - (1 ms in block)
Success
stage - (2 hr 59 min in block)ROCm-6.2.4
Success
stage block (ROCm-6.2.4) - (2 hr 59 min in block)
Success
node - (2 hr 59 min in block)AMD_Radeon_Instinct_MI100 && rocm-docker
Success
parallel block (Branch: GCC-14) - (41 min in block)
Success
stage - (41 min in block)GCC-14
Success
stage block (GCC-14) - (41 min in block)
Success
node - (41 min in block)docker
Success
node block - (12 min in block)
Success
checkout - (0.73 sec in self)
Success
withEnv - (12 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
Success
withEnv block - (12 min in block)
Success
isUnix - (9 ms in self)
Success
withEnv - (0.34 sec in block)JD_ID, JD_TO_RUN
Success
withEnv block - (0.29 sec in block)
Success
sh - (0.27 sec in self)docker inspect -f . "$JD_TO_RUN"
Success
withDockerContainer - (12 min in block)
Success
withDockerContainer block - (12 min in block)
Success
withEnv - (12 min in block)CMAKE_OPTIONS, CTEST_OPTIONS
Success
withEnv block - (12 min in block)
Success
sh - (28 sec in self)apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git cmake libboost-program-options-dev libboost-test-dev libbenchmark-dev
Success
sh - (0.3 sec in self)rm -rf source* build* install*
Success
sh - (1.2 sec in self)git clone https://github.com/kokkos/kokkos.git --branch develop --depth 1 source-kokkos
Success
dir - (0.33 sec in block)source-kokkos
Success
dir block - (0.29 sec in block)
Success
sh - (0.27 sec in self)git rev-parse --short HEAD
Success
sh - (1 sec in self)cmake -S source-kokkos -B build-kokkos -D CMAKE_INSTALL_PREFIX=$PWD/install-kokkos $CMAKE_OPTIONS -D Kokkos_ENABLE_SERIAL=ON
Success
sh - (15 sec in self)cmake --build build-kokkos --parallel 7
Success
sh - (0.31 sec in self)cmake --install build-kokkos
Success
sh - (1 sec in self)cmake -B build-arborx -D CMAKE_INSTALL_PREFIX=$PWD/install-arborx -D Kokkos_ROOT=$PWD/install-kokkos $CMAKE_OPTIONS -D ARBORX_ENABLE_BENCHMARKS=ON -D ARBORX_ENABLE_TESTS=ON -D ARBORX_ENABLE_EXAMPLES=ON
Success
sh - (10 min in self)cmake --build build-arborx --parallel 4
Success
dir - (17 sec in block)build-arborx
Success
dir block - (17 sec in block)
Success
sh - (17 sec in self)ctest $CTEST_OPTIONS
Success
sh - (0.28 sec in self)cmake --install build-arborx
Success
sh - (0.53 sec in self)cmake -S examples -B build-examples -D ArborX_ROOT=$PWD/install-arborx -D Kokkos_ROOT=$PWD/install-kokkos $CMAKE_OPTIONS
Success
sh - (1 min 1 sec in self)cmake --build build-examples --parallel 7
Success
dir - (0.36 sec in block)build-examples
Success
dir block - (0.33 sec in block)
Success
sh - (0.31 sec in self)ctest $CTEST_OPTIONS
Success
stage - (2.8 sec in block)Declarative: Post Actions
Success
stage block (Declarative: Post Actions) - (2.8 sec in block)
Success
node - (2.7 sec in block)docker
Success
node block - (2.7 sec in block)
Success
recordIssues - (2.4 sec in self){qualityGates=[{threshold=1, type=TOTAL, unstable=true}], enabledForFailure=true, filters=[@excludeFile(<anonymous>=/usr/local/cuda.*), @excludeCategory(<anonymous>=#pragma-messages)], tools=[@cmake(), @gcc(), @clang(), @clangTidy()]}
Success