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 f6e86d7 commit e8634faCopy full SHA for e8634fa
1 file changed
.github/workflows/dockerfiles/ROCm-DiskGalaxy/Dockerfile
@@ -68,6 +68,7 @@ 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
+ cd .. && \
72
rm -rf mpich-4.1.2/ mpich-4.1.2.tar.gz /tmp/mpich-4.1.2-rocm-6.4-hip-pointer-attr.patch && \
73
cd / && \
74
rm -rf /tmp/build-mpich
0 commit comments