Skip to content

Commit

Permalink
Merge pull request #5495 from gassmoeller/add_test_env_variable
Browse files Browse the repository at this point in the history
Add NETCDF_DIR variable to tester image
  • Loading branch information
tjhei authored Nov 14, 2023
2 parents 0f00ed1 + 4152485 commit c6b0d43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/docker/tester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN cd /opt && \
# by Github Actions
ENV PATH="/opt/astyle-2.04:/opt/cmake-3.20.5-linux-x86_64/bin:$PATH"
ENV DEAL_II_DIR /opt/deal.II-master
ENV NETCDF_DIR /opt/netcdf-4.7.4
ENV OMPI_MCA_btl_base_warn_component_unused=0
ENV OMPI_MCA_mpi_yield_when_idle=1
ENV OMPI_MCA_rmaps_base_oversubscribe=1
Expand All @@ -39,6 +40,7 @@ ENV OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
# are build by Jenkins
ONBUILD ENV PATH="/opt/astyle-2.04:/opt/cmake-3.20.5-linux-x86_64/bin:$PATH"
ONBUILD ENV DEAL_II_DIR /opt/deal.II-master
ONBUILD ENV NETCDF_DIR /opt/netcdf-4.7.4
ONBUILD ENV OMPI_MCA_btl_base_warn_component_unused=0
ONBUILD ENV OMPI_MCA_mpi_yield_when_idle=1
ONBUILD ENV OMPI_MCA_rmaps_base_oversubscribe=1
Expand Down

0 comments on commit c6b0d43

Please sign in to comment.