Skip to content
StepArgumentsStatus
Start of Pipeline - (6 hr 0 min in block)
timeout - (6 hr 0 min in block)
timeout block - (6 hr 0 min in block)
stage - (6.8 sec in block)Clang-Format
stage block (Clang-Format) - (6.8 sec in block)
node - (6.7 sec in block)nvidia-docker || docker
node block - (6.7 sec in block)
checkout - (2.9 sec in self)
withEnv - (3.7 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3.7 sec in block)
isUnix - (4 ms in self)
readFile - (13 ms in self)scripts/docker/Dockerfile.clang
sh - (0.31 sec in self)docker build -t e2c481cf7982fc520a3984426cd16ef3d4fc52b1 -f "scripts/docker/Dockerfile.clang" "scripts/docker"
isUnix - (6 ms in self)
withEnv - (0.31 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 - (3 sec in block)
withDockerContainer block - (1.2 sec in block)
sh - (1.2 sec in self)./scripts/docker/check_format_cpp.sh
stage - (6 hr 0 min in block)Build
stage block (Build) - (6 hr 0 min in block)
parallel - (6 hr 0 min in block)
parallel block (Branch: shmem-openmpi) - (6 hr 0 min in block)
stage - (6 hr 0 min in block)shmem-openmpi
stage block (shmem-openmpi) - (6 hr 0 min in block)
node - (6 hr 0 min in block)docker
node block - (6 hr 0 min in block)
checkout - (0.9 sec in self)
withEnv - (6 hr 0 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (6 hr 0 min in block)
isUnix - (6 ms in self)
readFile - (14 ms in self)scripts/docker/Dockerfile.openmpi
sh - (0.27 sec in self)docker build -t 771d5e0248ea60285befb3ea2f17f483e9dc66a0 -f "scripts/docker/Dockerfile.openmpi" "scripts/docker"
isUnix - (7 ms in self)
withEnv - (0.3 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 - (6 hr 0 min in block)
withDockerContainer block - (6 hr 0 min in block)
withEnv - (6 hr 0 min in block)OMP_PROC_BIND, OMP_NUM_THREADS
withEnv block - (6 hr 0 min in block)
sh - (6 hr 0 min in self)rm -rf build && mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DKokkos_DIR=${KOKKOS_ROOT} -DKRS_ENABLE_SHMEMSPACE=ON -DSHMEM_ROOT=/opt/openmpi -DKRS_ENABLE_TESTS=ON -DCMAKE_CXX_FLAGS=-Werror .. && make -j8 && cd unit_tests && mpirun -np 2 ./KokkosRemoteSpaces_TestAll