Skip to content

Commit

Permalink
build: Restore installation of PMI2 on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Eta0 committed Nov 1, 2024
1 parent 36ae5c6 commit 06c7fa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ RUN cd /tmp && \
# Rebuild OpenMPI to support SLURM
# For Ubuntu 22, we can replace PMI2 (--with-pmi) with PMIx
# --with-pmix=/usr/lib/x86_64-linux-gnu/pmix2
RUN apt-get -qq update && \
apt-get -qq install -y --no-install-recommends \
libpmi2-0 libpmi2-0-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
SHELL ["/bin/bash", "-c"]
RUN source /opt/hpcx/hpcx-init.sh && \
hpcx_load && \
Expand Down

0 comments on commit 06c7fa5

Please sign in to comment.