Skip to content

Commit f6e86d7

Browse files
committed
remove mpich source after build
1 parent 5b59c96 commit f6e86d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • .github/workflows/dockerfiles/ROCm-DiskGalaxy

.github/workflows/dockerfiles/ROCm-DiskGalaxy/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ RUN set -euo pipefail && \
6868
./configure --with-device=ch4:ofi --disable-fortran --prefix="/opt/mpich/${MPICH_VERSION}" && \
6969
make -j"$(nproc)" && \
7070
make install && \
71+
rm -rf mpich-4.1.2/ mpich-4.1.2.tar.gz /tmp/mpich-4.1.2-rocm-6.4-hip-pointer-attr.patch && \
7172
cd / && \
7273
rm -rf /tmp/build-mpich
7374

75+
7476
ENV MPICH_VERSION="${MPICH_VERSION}" \
7577
MPICH_DIR="/opt/mpich/${MPICH_VERSION}" \
7678
PATH="/opt/mpich/${MPICH_VERSION}/bin:${PATH}" \

0 commit comments

Comments
 (0)