StartDate: 2024-10-09 08:04:33+00:00 CpuId: 32x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: 5a317459de6a7d9166060b3406515f1f4b912f03 CommitTime: 2024-10-09 09:46:54 +0200 CommitAuthor: Mathieu Taillefumier CommitSubject: Tweak one input file to speedup calculations #################### Building Image cp2k-hip-rocm-build #################### Dockerfile: /tools/docker/Dockerfile.build_hip_rocm_Mi100 Build-Path: / Build-Args: GIT_COMMIT_SHA=5a317459de6a7d9166060b3406515f1f4b912f03 Build-Cache: Yes Populating docker build cache... done. DEPRECATED: The legacy builder is deprecated and will be removed in a future release. BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0 environment-variable. Sending build context to Docker daemon 396.9MB Step 1/47 : FROM rocm/dev-ubuntu-22.04:5.3.2-complete 5.3.2-complete: Pulling from rocm/dev-ubuntu-22.04 e96e057aae67: Already exists 5aaf392dce58: Already exists 1f126d0f78e5: Already exists 9acbe3e75c55: Already exists Digest: sha256:a7b6fb55d3b7344788af9e0f69fc15cf8b66112bf2984441edfad3948b895d44 Status: Downloaded newer image for rocm/dev-ubuntu-22.04:5.3.2-complete ---> 3cc7535ba714 Step 2/47 : RUN apt-get update -qq && apt-get install -qq --no-install-recommends hipblas gfortran mpich libmpich-dev && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 7c305b66bbab Step 3/47 : ENV ROCM_PATH /opt/rocm ---> Using cache ---> 00f60746864d Step 4/47 : ENV PATH ${PATH}:${ROCM_PATH}/bin ---> Using cache ---> c7691a4625c0 Step 5/47 : ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ROCM_PATH}/lib ---> Using cache ---> 71797c5053fd Step 6/47 : ENV HIP_PLATFORM amd ---> Using cache ---> 4d13be977e04 Step 7/47 : RUN hipconfig ---> Using cache ---> 48dfa2dd9ea5 Step 8/47 : WORKDIR /opt/cp2k-toolchain ---> Using cache ---> 022e1aef521d Step 9/47 : COPY ./tools/toolchain/install_requirements*.sh ./ ---> Using cache ---> 5517f06c9cbd Step 10/47 : RUN ./install_requirements.sh ubuntu ---> Using cache ---> fd9dce80445b Step 11/47 : RUN mkdir scripts ---> Using cache ---> 125afb7ee239 Step 12/47 : COPY ./tools/toolchain/scripts/VERSION ./tools/toolchain/scripts/parse_if.py ./tools/toolchain/scripts/tool_kit.sh ./tools/toolchain/scripts/common_vars.sh ./tools/toolchain/scripts/signal_trap.sh ./tools/toolchain/scripts/get_openblas_arch.sh ./scripts/ ---> Using cache ---> 3b6fda5f7f3b Step 13/47 : COPY ./tools/toolchain/install_cp2k_toolchain.sh . ---> Using cache ---> bf8c411e297e Step 14/47 : RUN ./install_cp2k_toolchain.sh --mpi-mode=mpich --enable-hip=yes --gpu-ver=Mi100 --dry-run ---> Using cache ---> f633576ea963 Step 15/47 : COPY ./tools/toolchain/scripts/stage0/ ./scripts/stage0/ ---> Using cache ---> 6642d63c531e Step 16/47 : RUN ./scripts/stage0/install_stage0.sh && rm -rf ./build ---> Using cache ---> e773b36c2bf2 Step 17/47 : COPY ./tools/toolchain/scripts/stage1/ ./scripts/stage1/ ---> Using cache ---> 2724dce303b0 Step 18/47 : RUN ./scripts/stage1/install_stage1.sh && rm -rf ./build ---> Using cache ---> 05200bddb645 Step 19/47 : COPY ./tools/toolchain/scripts/stage2/ ./scripts/stage2/ ---> Using cache ---> 0d4da8c10efe Step 20/47 : RUN ./scripts/stage2/install_stage2.sh && rm -rf ./build ---> Using cache ---> 7509b0172d30 Step 21/47 : COPY ./tools/toolchain/scripts/stage3/ ./scripts/stage3/ ---> Using cache ---> 784124237f94 Step 22/47 : RUN ./scripts/stage3/install_stage3.sh && rm -rf ./build ---> Using cache ---> f0ac7cf2b187 Step 23/47 : COPY ./tools/toolchain/scripts/stage4/ ./scripts/stage4/ ---> Using cache ---> 4477e2a5f73d Step 24/47 : RUN ./scripts/stage4/install_stage4.sh && rm -rf ./build ---> Using cache ---> b28115b00d1e Step 25/47 : COPY ./tools/toolchain/scripts/stage5/ ./scripts/stage5/ ---> Using cache ---> d20610274080 Step 26/47 : RUN ./scripts/stage5/install_stage5.sh && rm -rf ./build ---> Using cache ---> 1c699a5c1aff Step 27/47 : COPY ./tools/toolchain/scripts/stage6/ ./scripts/stage6/ ---> Using cache ---> 6592a1200f77 Step 28/47 : RUN ./scripts/stage6/install_stage6.sh && rm -rf ./build ---> Using cache ---> 38d98e2caf37 Step 29/47 : COPY ./tools/toolchain/scripts/stage7/ ./scripts/stage7/ ---> Using cache ---> de20114fffea Step 30/47 : RUN ./scripts/stage7/install_stage7.sh && rm -rf ./build ---> Using cache ---> 91b838e044bb Step 31/47 : COPY ./tools/toolchain/scripts/stage8/ ./scripts/stage8/ ---> Using cache ---> cec23f12c75c Step 32/47 : RUN ./scripts/stage8/install_stage8.sh && rm -rf ./build ---> Using cache ---> 8533fe2481ff Step 33/47 : COPY ./tools/toolchain/scripts/arch_base.tmpl ./tools/toolchain/scripts/generate_arch_files.sh ./scripts/ ---> Using cache ---> 6d1c2fc93e46 Step 34/47 : RUN ./scripts/generate_arch_files.sh && rm -rf ./build ---> Using cache ---> 4723bc212cbf Step 35/47 : WORKDIR /opt/cp2k ---> Using cache ---> 5bc27ec718a9 Step 36/47 : COPY ./Makefile . ---> Using cache ---> c241887102ef Step 37/47 : COPY ./src ./src ---> 908d157973c8 Step 38/47 : COPY ./exts ./exts ---> d51bd204de03 Step 39/47 : COPY ./tools/build_utils ./tools/build_utils ---> 52f0ea31cfde Step 40/47 : RUN /bin/bash -c " mkdir -p arch && ln -vs /opt/cp2k-toolchain/install/arch/local_hip.psmp ./arch/" ---> Running in c49df0ecba6a './arch/local_hip.psmp' -> '/opt/cp2k-toolchain/install/arch/local_hip.psmp' Removing intermediate container c49df0ecba6a ---> 08d738b4d6b8 Step 41/47 : COPY ./data ./data ---> b805dc1fcd10 Step 42/47 : COPY ./tests ./tests ---> 84d416f76924 Step 43/47 : COPY ./tools/regtesting ./tools/regtesting ---> 496d2e6d1660 Step 44/47 : COPY ./tools/docker/scripts/test_build.sh . ---> e2f22a61a834 Step 45/47 : RUN ./test_build.sh "local_hip" "psmp" 2>&1 | tee report.log ---> Running in f15fe0023a6a Compiling cp2k... done. Summary: Compilation works fine. Status: OK Removing intermediate container f15fe0023a6a ---> 315b2df0fcad Step 46/47 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in eeeb9258d979 Removing intermediate container eeeb9258d979 ---> 1b7e8f80b93c Step 47/47 : ENTRYPOINT [] ---> Running in d8e033583461 Removing intermediate container d8e033583461 ---> b17cf54e64d0 [Warning] One or more build-args [GIT_COMMIT_SHA] were not consumed Successfully built b17cf54e64d0 Successfully tagged us-central1-docker.pkg.dev/cp2k-org-project/cp2kci/img_cp2k-hip-rocm-build:master Pushing new image... done. #################### Running Image cp2k-hip-rocm-build #################### EndDate: 2024-10-09 08:19:25+00:00