Skip to content

Commit e0a717f

Browse files
committed
Apply a mem reg shutdown patch to the libfabric code for CI testing
1 parent de07829 commit e0a717f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.cscs-ci/container/deps.Containerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ RUN mkdir -p /opt/spack-packages && \
1414
RUN spack repo remove --scope defaults:base builtin && \
1515
spack repo add --scope site /opt/spack-packages/repos/spack_repo/builtin
1616

17+
COPY spack/mr_unsubscribe.patch /opt/spack-packages/repos/spack_repo/builtin/packages/libfabric/mr_unsubscribe.patch
18+
19+
RUN sed -i '/patch("nvhpc-symver.patch", when="@1.6.0:1.14.0 %nvhpc")/a\ patch("mr_unsubscribe.patch")' /opt/spack-packages/repos/spack_repo/builtin/packages/libfabric/package.py
20+
1721
ARG SPACK_ENV_FILE
1822
COPY $SPACK_ENV_FILE /spack_environment/spack.yaml
1923

0 commit comments

Comments
 (0)