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 - (42 sec in block)Clang-Format
stage block (Clang-Format) - (42 sec in block)
node - (42 sec in block)nvidia-docker || docker
node block - (42 sec in block)
checkout - (0.92 sec in self)
withEnv - (41 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (41 sec in block)
isUnix - (3 ms in self)
readFile - (15 ms in self)scripts/docker/Dockerfile.clang
sh - (0.31 sec in self)docker build -t 2fb2e6aabce86b3a8fc8f798336d8b138edd5993 -f "scripts/docker/Dockerfile.clang" "scripts/docker"
isUnix - (4 ms in self)
withEnv - (0.31 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.28 sec in block)
sh - (0.27 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (40 sec in block)
withDockerContainer block - (38 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 - (5 hr 59 min in block)OPENACC-NVHPC-CUDA-12.2
stage block (OPENACC-NVHPC-CUDA-12.2) - (5 hr 59 min in block)
node - (5 hr 59 min in block)nvidia-docker && volta && large_images
parallel block (Branch: CUDA-12.2-NVHPC) - (1 ms in block)
stage - (5 hr 59 min in block)CUDA-12.2-NVHPC
stage block (CUDA-12.2-NVHPC) - (5 hr 59 min in block)
node - (5 hr 59 min in block)nvidia-docker && large_images && volta
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) - (1 ms in block)
stage - (1 hr 3 min in block)HIP-ROCm-5.2
stage block (HIP-ROCm-5.2) - (1 hr 3 min in block)
node - (1 hr 3 min in block)rocm-docker
node block - (1 hr 3 min in block)
checkout - (1.3 sec in self)
withEnv - (1 hr 3 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (1 hr 3 min in block)
isUnix - (4 ms in self)
readFile - (17 ms in self)scripts/docker/Dockerfile.hipcc
sh - (0.27 sec in self)docker build -t 6e733c3b473f5d007e00de5c406e790f3a879a00 --build-arg BASE=rocm/dev-ubuntu-20.04:5.2 -f "scripts/docker/Dockerfile.hipcc" "scripts/docker"
isUnix - (5 ms in self)
withEnv - (0.33 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.28 sec in block)
sh - (0.27 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (1 hr 3 min in block)
withDockerContainer block - (1 hr 3 min in block)
withEnv - (1 hr 3 min in block)OMP_MAX_ACTIVE_LEVELS, OMP_PLACES, OMP_PROC_BIND, OMP_NUM_THREADS
withEnv block - (1 hr 3 min in block)
sh - (0.27 sec in self)ccache --zero-stats
sh - (0.27 sec in self)echo "/opt/rocm/llvm/lib" > /etc/ld.so.conf.d/llvm.conf && ldconfig
sh - (1 hr 3 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.27 sec in self)ccache --show-stats
parallel block (Branch: HIP-ROCm-5.6-C++20) - (1 ms in block)
stage - (19 min in block)HIP-ROCm-5.6-C++20
stage block (HIP-ROCm-5.6-C++20) - (19 min in block)
node - (19 min in block)rocm-docker
node block - (19 min in block)
checkout - (3.9 sec in self)
withEnv - (19 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (18 min in block)
isUnix - (5 ms in self)
readFile - (18 ms in self)scripts/docker/Dockerfile.hipcc
sh - (0.82 sec in self)docker build -t a3b4a9b62f4c23819b9b8077609aa9fa758de8c0 --build-arg BASE=rocm/dev-ubuntu-20.04:5.6 -f "scripts/docker/Dockerfile.hipcc" "scripts/docker"
isUnix - (5 ms in self)
withEnv - (0.32 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.28 sec in block)
sh - (0.27 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (18 min in block)
withDockerContainer block - (18 min in block)
sh - (0.27 sec in self)ccache --zero-stats
sh - (18 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.3 sec in self)ccache --show-stats
parallel block (Branch: OPENMPTARGET-Clang) - (1 ms in block)
stage - (5 hr 14 min in block)OPENMPTARGET-Clang
stage block (OPENMPTARGET-Clang) - (5 hr 14 min in block)
node - (5 hr 14 min in block)nvidia-docker && volta
node block - (5 min 7 sec in block)
checkout - (6.8 sec in self)
withEnv - (5 min 0 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (5 min 0 sec in block)
isUnix - (4 ms in self)
readFile - (19 ms in self)scripts/docker/Dockerfile.openmptarget
sh - (0.28 sec in self)docker build -t cd5575bc3fba46511e76c3a756f436e1d0a08152 -f "scripts/docker/Dockerfile.openmptarget" "scripts/docker"
isUnix - (6 ms in self)
withEnv - (0.33 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.29 sec in block)
sh - (0.28 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (5 min 0 sec in block)
parallel block (Branch: CUDA-11.0.3-Clang-Tidy) - (1 ms in block)
stage - (5 hr 59 min in block)CUDA-11.0.3-Clang-Tidy
stage block (CUDA-11.0.3-Clang-Tidy) - (5 hr 59 min in block)
node - (5 hr 59 min in block)nvidia-docker && volta
node block - (50 min in block)
checkout - (5 min 5 sec in self)
withEnv - (45 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (45 min in block)
isUnix - (4 ms in self)
readFile - (50 ms in self)scripts/docker/Dockerfile.kokkosllvmproject
sh - (0.29 sec in self)docker build -t b3ee146112adde9c3a06ecae984d4f5991798cf2 -f "scripts/docker/Dockerfile.kokkosllvmproject" "scripts/docker"
isUnix - (6 ms in self)
withEnv - (0.35 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.31 sec in block)
sh - (0.28 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (45 min in block)
withDockerContainer block - (45 min in block)
sh - (0.29 sec in self)ccache --zero-stats
sh - (45 min in self)
sh - (0.29 sec in self)ccache --show-stats
parallel block (Branch: CUDA-11.7-NVCC) - (1 ms in block)
stage - (5 hr 59 min in block)CUDA-11.7-NVCC
stage block (CUDA-11.7-NVCC) - (5 hr 59 min in block)
node - (5 hr 59 min in block)nvidia-docker && volta
node block - (50 min in block)
checkout - (5 min 3 sec in self)
withEnv - (45 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (45 min in block)
isUnix - (4 ms in self)
readFile - (80 ms in self)scripts/docker/Dockerfile.nvcc
sh - (0.32 sec in self)docker build -t e845c0ad9a682164cab6a7e8b96f8d97256dda31 --build-arg BASE=nvidia/cuda:11.7.1-devel-ubuntu20.04 -f "scripts/docker/Dockerfile.nvcc" "scripts/docker"
isUnix - (5 ms in self)
withEnv - (4.5 sec in block)JD_ID, JD_TO_RUN
withEnv block - (4.5 sec in block)
sh - (4.5 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (45 min in block)
withDockerContainer block - (45 min in block)
sh - (0.31 sec in self)ccache --zero-stats
sh - (45 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) - (1 ms in block)
stage - (5 hr 59 min in block)CUDA-11.0-NVCC-RDC
stage block (CUDA-11.0-NVCC-RDC) - (5 hr 59 min in block)
node - (5 hr 59 min in block)nvidia-docker
node block - (45 min in block)
checkout - (7.4 sec in self)
withEnv - (45 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (45 min in block)
isUnix - (4 ms in self)
readFile - (40 ms in self)scripts/docker/Dockerfile.nvcc
sh - (0.34 sec in self)docker build -t 1a8aac50dcdeacc0a064b89fce36aa9fe44f0045 --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 - (6 ms in self)
withEnv - (0.33 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 - (45 min in block)
withDockerContainer block - (45 min in block)
withEnv - (45 min in block)OMP_MAX_ACTIVE_LEVELS, OMP_PLACES, NVCC_WRAPPER_DEFAULT_COMPILER, OMP_PROC_BIND, OMP_NUM_THREADS
withEnv block - (45 min in block)
sh - (0.28 sec in self)ccache --zero-stats
sh - (45 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 - (5 hr 59 min in block)CUDA-11.6-NVCC-DEBUG
stage block (CUDA-11.6-NVCC-DEBUG) - (5 hr 59 min in block)
node - (5 hr 59 min in block)nvidia-docker
parallel block (Branch: GCC-8.4.0) - (38 min in block)
stage - (38 min in block)GCC-8.4.0
stage block (GCC-8.4.0) - (38 min in block)
node - (38 min in block)docker
node block - (38 min in block)
checkout - (19 sec in self)
withEnv - (38 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (38 min in block)
isUnix - (4 ms in self)
readFile - (19 ms in self)scripts/docker/Dockerfile.gcc
sh - (3.2 sec in self)docker build -t 3d6a29e4738c16d660f1be2c386e5df813e5a3eb -f "scripts/docker/Dockerfile.gcc" "scripts/docker"
isUnix - (5 ms in self)
withEnv - (0.52 sec in block)JD_ID, JD_TO_RUN
withEnv block - (0.48 sec in block)
sh - (0.47 sec in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (38 min in block)
withDockerContainer block - (38 min in block)
withEnv - (38 min in block)OMP_MAX_ACTIVE_LEVELS, OMP_PROC_BIND, OMP_NESTED, OMP_NUM_THREADS
withEnv block - (38 min in block)
sh - (38 min in self)