Skip to content

Commit

Permalink
add openmpi binary installation
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jan 24, 2025
1 parent 872dc1e commit a736a19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker_scripts/fedora-clang-mpi.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN dnf update -y && \
gtest-devel \
hostname \
make \
openmpi \
openmpi-devel \
wget && \
dnf clean all
Expand Down
1 change: 1 addition & 0 deletions docker_scripts/fedora-gnu-mpi.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN dnf update -y && \
gtest-devel \
hostname \
make \
openmpi \
openmpi-devel \
wget && \
dnf clean all
Expand Down
1 change: 1 addition & 0 deletions docker_scripts/ubuntu-clang.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update -y -q && \
git \
libgtest-dev \
make \
openmpi-bin \
wget && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions docker_scripts/ubuntu-gnu-mpi.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apt-get update -y -q && \
libgtest-dev \
libopenmpi-dev \
make \
openmpi-bin \
software-properties-common \
wget && \
apt-get clean && \
Expand Down

0 comments on commit a736a19

Please sign in to comment.