We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b59c96 commit f6e86d7Copy full SHA for f6e86d7
1 file changed
.github/workflows/dockerfiles/ROCm-DiskGalaxy/Dockerfile
@@ -68,9 +68,11 @@ RUN set -euo pipefail && \
68
./configure --with-device=ch4:ofi --disable-fortran --prefix="/opt/mpich/${MPICH_VERSION}" && \
69
make -j"$(nproc)" && \
70
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 && \
72
cd / && \
73
rm -rf /tmp/build-mpich
74
75
+
76
ENV MPICH_VERSION="${MPICH_VERSION}" \
77
MPICH_DIR="/opt/mpich/${MPICH_VERSION}" \
78
PATH="/opt/mpich/${MPICH_VERSION}/bin:${PATH}" \
0 commit comments