Skip to content

Commit

Permalink
use updated PDI version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Jun 17, 2024
1 parent 41c6d7d commit d1ba932
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spack/7-finalize/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ ARG COMPILER
ARG MPI
ARG LIBS

RUN touch /etc/pdienv.env.sh
RUN echo "export PDI_SYSTEM=spack" >> /etc/pdienv.env.sh
RUN echo "export PDI_DEPS=${VERSION}" >> /etc/pdienv.env.sh
RUN sed 's%^\([^/]*/\)\?\([^ ]*\)\s.*$%export PDI_SYSTEM=spack-\2%'> /etc/pdienv.env.sh
RUN echo "export PDI_COMPILER=${COMPILER}" >> /etc/pdienv.env.sh
RUN echo "export PDI_MPI=${MPI}" >> /etc/pdienv.env.sh
RUN if [[ "xopenmpi" = "x${MPI}" ]] \
Expand Down Expand Up @@ -90,7 +88,7 @@ WORKDIR /home/ci
ENV HOME /home/ci


RUN curl --output pdi-deps.tar.bz2 https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/archive/deps/pdi-deps.tar.bz2
RUN curl --output pdi-deps.tar.bz2 https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/archive/deps/pdi-builderv3.tar.bz2
RUN tar -xf pdi-deps.tar.bz2
RUN export VERBOSE=1 \
&& export MAKEFLAGS="-j1" \
Expand Down

0 comments on commit d1ba932

Please sign in to comment.