Skip to content
StepArgumentsStatus
Start of Pipeline - (6 hr 0 min in block)
withEnv - (6 hr 0 min in block)CCACHE_CPP2, CCACHE_DIR, CCACHE_MAXSIZE
withEnv block - (6 hr 0 min in block)
timeout - (6 hr 0 min in block)
timeout block - (6 hr 0 min in block)
stage - (46 sec in block)Clang-Format
stage block (Clang-Format) - (46 sec in block)
node - (46 sec in block)nvidia-docker || docker
node block - (46 sec in block)
checkout - (1.7 sec in self)
withEnv - (44 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (44 sec in block)
isUnix - (5 ms in self)
readFile - (17 ms in self)scripts/docker/Dockerfile.clang
sh - (0.38 sec in self)docker build -t 9e130f40d21804bf32f8e1ec9d69bfefc749968a -f "scripts/docker/Dockerfile.clang" "scripts/docker"
isUnix - (7 ms in self)
withEnv - (0.32 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.29 sec in block)
sh - (0.27 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (43 sec in block)
withDockerContainer block - (39 sec in block)
sh - (38 sec in self)./scripts/docker/check_format_cpp.sh
stage - (5 hr 59 min in block)Build
stage block (Build) - (5 hr 59 min in block)
parallel - (5 hr 59 min in block)
parallel block (Branch: OPENACC-NVHPC-CUDA-12.2) - (1 ms in block)
stage - (24 min in block)OPENACC-NVHPC-CUDA-12.2
stage block (OPENACC-NVHPC-CUDA-12.2) - (24 min in block)
node - (24 min in block)nvidia-docker && volta && large_images
node block - (24 min in block)
checkout - (0.96 sec in self)
withEnv - (24 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (24 min in block)
isUnix - (5 ms in self)
readFile - (22 ms in self)scripts/docker/Dockerfile.nvhpc
sh - (0.27 sec in self)docker build -t a9e96074f2926232e737cff8683c755e2065191b -f "scripts/docker/Dockerfile.nvhpc" "scripts/docker"
isUnix - (7 ms in self)
withEnv - (0.35 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.31 sec in block)
sh - (0.29 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (24 min in block)
withDockerContainer block - (24 min in block)
withEnv - (24 min in block)NVHPC_CUDA_HOME
withEnv block - (24 min in block)
sh - (24 min in self)rm -rf build && mkdir -p build && cd build && /opt/cmake/bin/cmake -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_OPENACC=ON -DKokkos_ARCH_VOLTA70=ON .. && make -j8 && ctest --verbose
parallel block (Branch: CUDA-12.2-NVHPC) - (2 ms in block)
stage - (0.5 sec in block)CUDA-12.2-NVHPC
stage block (CUDA-12.2-NVHPC) - (0.46 sec in block)
node - (0.35 sec in block)nvidia-docker && large_images && volta
node block - (0.21 sec in block)
checkout - (0.11 sec in self)
parallel block (Branch: SYCL-OneAPI) - (1 ms in block)
stage - (5 hr 59 min in block)SYCL-OneAPI
stage block (SYCL-OneAPI) - (5 hr 59 min in block)
node - (5 hr 59 min in block)nvidia-docker && ampere
parallel block (Branch: HIP-ROCm-5.2) - (2 ms in block)
stage - (47 min in block)HIP-ROCm-5.2
stage block (HIP-ROCm-5.2) - (47 min in block)
node - (47 min in block)rocm-docker
node block - (47 min in block)
checkout - (0.91 sec in self)
withEnv - (47 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (47 min in block)
isUnix - (6 ms in self)
readFile - (12 ms in self)scripts/docker/Dockerfile.hipcc
sh - (0.57 sec in self)docker build -t 7e5aff31d224564adc7fc4b7a80c1f746d3d72b5 --build-arg BASE=rocm/dev-ubuntu-20.04:5.2-complete -f "scripts/docker/Dockerfile.hipcc" "scripts/docker"
isUnix - (7 ms in self)
withEnv - (3.8 sec in block)JD_ID, JD_TO_RUN
withEnv block - (3.8 sec in block)
sh - (3.8 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (46 min in block)
withDockerContainer block - (46 min in block)
withEnv - (46 min in block)OMP_MAX_ACTIVE_LEVELS, OMP_PLACES, OMP_PROC_BIND, OMP_NUM_THREADS
withEnv block - (46 min in block)
sh - (0.75 sec in self)ccache --zero-stats
sh - (0.28 sec in self)echo "/opt/rocm/llvm/lib" > /etc/ld.so.conf.d/llvm.conf && ldconfig
sh - (46 min in self)rm -rf build && mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_CXX_FLAGS="-Werror -Wno-unused-command-line-argument -DNDEBUG" -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_HIP_MULTIPLE_KERNEL_INSTANTIATIONS=ON .. && make -j8 && ctest --verbose
sh - (0.28 sec in self)ccache --show-stats
parallel block (Branch: HIP-ROCm-5.6-C++20) - (2 ms in block)
stage - (35 min in block)HIP-ROCm-5.6-C++20
stage block (HIP-ROCm-5.6-C++20) - (35 min in block)
node - (35 min in block)rocm-docker
node block - (35 min in block)
checkout - (5.3 sec in self)
withEnv - (35 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (35 min in block)
isUnix - (6 ms in self)
readFile - (85 ms in self)scripts/docker/Dockerfile.hipcc
sh - (0.97 sec in self)docker build -t 4f8d24ca608b0271427eda74b9e4392bc62b2dae --build-arg BASE=rocm/dev-ubuntu-20.04:5.6-complete -f "scripts/docker/Dockerfile.hipcc" "scripts/docker"
isUnix - (6 ms in self)
withEnv - (0.37 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.33 sec in block)
sh - (0.27 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (35 min in block)
withDockerContainer block - (35 min in block)
sh - (0.28 sec in self)ccache --zero-stats
sh - (35 min in self)rm -rf build && mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_CXX_FLAGS="-Werror -Wno-unused-command-line-argument" -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON .. && make -j8 && ctest --verbose
sh - (0.28 sec in self)ccache --show-stats
parallel block (Branch: OPENMPTARGET-Clang) - (1 ms in block)
stage - (1 hr 41 min in block)OPENMPTARGET-Clang
stage block (OPENMPTARGET-Clang) - (1 hr 41 min in block)
node - (1 hr 41 min in block)nvidia-docker && volta
node block - (1 hr 41 min in block)
checkout - (5.3 sec in self)
withEnv - (1 hr 41 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (1 hr 41 min in block)
isUnix - (5 ms in self)
readFile - (89 ms in self)scripts/docker/Dockerfile.openmptarget
sh - (0.97 sec in self)docker build -t e9f2bced86e84ca9ba51acaeab71914dac7080ec -f "scripts/docker/Dockerfile.openmptarget" "scripts/docker"
isUnix - (6 ms in self)
withEnv - (0.92 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.81 sec in block)
sh - (0.75 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (1 hr 41 min in block)
withDockerContainer block - (1 hr 41 min in block)
sh - (0.29 sec in self)ccache --zero-stats
sh - (1 hr 41 min in self)
sh - (0.29 sec in self)ccache --show-stats
parallel block (Branch: CUDA-11.0.3-Clang-Tidy) - (2 ms in block)
stage - (43 min in block)CUDA-11.0.3-Clang-Tidy
stage block (CUDA-11.0.3-Clang-Tidy) - (43 min in block)
node - (43 min in block)nvidia-docker && volta
node block - (43 min in block)
checkout - (5.3 sec in self)
withEnv - (43 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (43 min in block)
isUnix - (5 ms in self)
readFile - (0.13 sec in self)scripts/docker/Dockerfile.kokkosllvmproject
sh - (0.92 sec in self)docker build -t b1ff49072147607ce13291d8de127deb061ff05d -f "scripts/docker/Dockerfile.kokkosllvmproject" "scripts/docker"
isUnix - (6 ms in self)
withEnv - (6.5 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.8 sec in block)
sh - (0.71 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (43 min in block)
withDockerContainer block - (43 min in block)
sh - (0.33 sec in self)ccache --zero-stats
sh - (43 min in self)
sh - (0.28 sec in self)ccache --show-stats
parallel block (Branch: CUDA-11.7-NVCC) - (1 ms in block)
stage - (1 hr 12 min in block)CUDA-11.7-NVCC
stage block (CUDA-11.7-NVCC) - (1 hr 12 min in block)
node - (1 hr 12 min in block)nvidia-docker && volta
node block - (1 hr 12 min in block)
checkout - (5.3 sec in self)
withEnv - (1 hr 12 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (1 hr 12 min in block)
isUnix - (5 ms in self)
readFile - (0.15 sec in self)scripts/docker/Dockerfile.nvcc
sh - (0.9 sec in self)docker build -t 2f4a641e3d45e213f06f2d1d51a0b06fb274a590 --build-arg BASE=nvidia/cuda:11.7.1-devel-ubuntu20.04 -f "scripts/docker/Dockerfile.nvcc" "scripts/docker"
isUnix - (7 ms in self)
withEnv - (11 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.79 sec in block)
sh - (0.69 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (1 hr 12 min in block)
withDockerContainer block - (1 hr 12 min in block)
sh - (0.33 sec in self)ccache --zero-stats
sh - (1 hr 11 min in self)rm -rf build && mkdir -p build && cd build && ../gnu_generate_makefile.bash --with-options=compiler_warnings --cxxflags="-Werror" --cxxstandard=c++17 --with-cuda --with-cuda-options=enable_lambda --arch=Volta70 && make test -j8
sh - (0.28 sec in self)ccache --show-stats
parallel block (Branch: CUDA-11.0-NVCC-RDC) - (2 ms in block)
stage - (32 min in block)CUDA-11.0-NVCC-RDC
stage block (CUDA-11.0-NVCC-RDC) - (32 min in block)
node - (32 min in block)nvidia-docker
node block - (32 min in block)
checkout - (5.3 sec in self)
withEnv - (32 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (32 min in block)
isUnix - (5 ms in self)
readFile - (0.18 sec in self)scripts/docker/Dockerfile.nvcc
sh - (0.88 sec in self)docker build -t ae4ae671c000ce558c02a3086d255fc7b49ffb31 --build-arg BASE=nvidia/cuda:11.0.3-devel-ubuntu18.04 --build-arg ADDITIONAL_PACKAGES="g++-8 gfortran clang" --build-arg CMAKE_VERSION=3.17.3 -f "scripts/docker/Dockerfile.nvcc" "scripts/docker"
isUnix - (9 ms in self)
withEnv - (15 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.78 sec in block)
sh - (0.68 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (32 min in block)
withDockerContainer block - (31 min in block)
withEnv - (31 min in block)OMP_MAX_ACTIVE_LEVELS, OMP_PLACES, NVCC_WRAPPER_DEFAULT_COMPILER, OMP_PROC_BIND, OMP_NUM_THREADS
withEnv block - (31 min in block)
sh - (0.3 sec in self)ccache --zero-stats
sh - (31 min in self)
sh - (0.28 sec in self)ccache --show-stats
parallel block (Branch: CUDA-11.6-NVCC-DEBUG) - (1 ms in block)
stage - (0.6 sec in block)CUDA-11.6-NVCC-DEBUG
stage block (CUDA-11.6-NVCC-DEBUG) - (0.57 sec in block)
node - (0.45 sec in block)nvidia-docker
node block - (96 ms in block)
checkout - (35 ms in self)
parallel block (Branch: GCC-8.4.0) - (29 min in block)
stage - (29 min in block)GCC-8.4.0
stage block (GCC-8.4.0) - (29 min in block)
node - (29 min in block)docker
node block - (29 min in block)
checkout - (1.3 sec in self)
withEnv - (29 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (29 min in block)
isUnix - (5 ms in self)
readFile - (22 ms in self)scripts/docker/Dockerfile.gcc
sh - (3.9 sec in self)docker build -t a0b905f0d3a66b37bcded6b69e1a9598003a8693 -f "scripts/docker/Dockerfile.gcc" "scripts/docker"
isUnix - (7 ms in self)
withEnv - (0.93 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.87 sec in block)
sh - (0.35 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (29 min in block)
withDockerContainer block - (29 min in block)
withEnv - (29 min in block)OMP_MAX_ACTIVE_LEVELS, OMP_PROC_BIND, OMP_NESTED, OMP_NUM_THREADS
withEnv block - (29 min in block)
sh - (29 min in self)