Skip to content

Commit

Permalink
Retry with 22.11
Browse files Browse the repository at this point in the history
  • Loading branch information
samkellerhals committed May 30, 2024
1 parent b7ce1e9 commit a13ea3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions ci/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ variables:
VIRTUALENV_SYSTEM_SITE_PACKAGES: 1
CSCS_NEEDED_DATA: icon4py
TEST_DATA_PATH: "/project/d121/icon4py/ci/testdata"
ICON_GRID_LOC: "/project/d121/icon4py/ci/testdata/grids/mch_ch_r04b09_dsl"
PULL_ON_HOST_MACHINE: 'YES'
ICON_GRID_LOC: "/project/d121/icon4py/ci/testdata/grids/mch_ch_r04b09_dsl"
9 changes: 4 additions & 5 deletions ci/docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ ENV NVHPC_SILENT=1
RUN cd /opt/nvidia/${HPC_SDK_NAME} && ./install

# Set environment variables
ENV NVHPC=/opt/nvidia/hpc_sdk
ENV PATH=${NVHPC}/Linux_x86_64/${HPC_SDK_VERSION}/compilers/bin:${PATH}
ENV LD_LIBRARY_PATH=${NVHPC}/Linux_x86_64/${HPC_SDK_VERSION}/compilers/lib:${LD_LIBRARY_PATH}
ENV MANPATH=${NVHPC}/Linux_x86_64/${HPC_SDK_VERSION}/compilers/man:${MANPATH}
ENV PATH=${NVHPC}/Linux_x86_64/${HPC_SDK_VERSION}/comm_libs/mpi/bin:${PATH}
ENV PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/${HPC_SDK_VERSION}/compilers/bin:$PATH
ENV MANPATH=/opt/nvidia/hpc_sdk/Linux_x86_64/${HPC_SDK_VERSION}/compilers/man:$MANPATH
ENV PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/${HPC_SDK_VERSION}/comm_libs/mpi/bin:$PATH
ENV LD_LIBRARY_PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/${HPC_SDK_VERSION}/compilers/lib:$LD_LIBRARY_PATH

# Install Boost
RUN wget -q -O boost_1_72_0.tar.gz https://sourceforge.net/projects/boost/files/boost/1.72.0/boost_1_72_0.tar.gz/download && \
Expand Down

0 comments on commit a13ea3c

Please sign in to comment.