Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
mrogowski committed Apr 18, 2023
1 parent 2d52741 commit e8a257a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/oshmem_fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN mkdir /home/shmem

RUN dnf update -y && \
dnf install -y git vim wget pkg-config make automake gcc gcc-c++ kernel-devel libtool lbzip2 hwloc hwloc-devel \
pmix pmix-devel libevent libevent-devel python3 python3-devel python3-pip && \
pmix pmix-devel libevent libevent-devel python3 python3-devel python3-pip && \
dnf clean all

RUN cd $INSTALL_DIR && \
Expand Down
2 changes: 1 addition & 1 deletion docker/oshmpi_fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN mkdir /home/shmem

RUN dnf update -y && \
dnf install -y git vim wget pkg-config make automake gcc gcc-c++ kernel-devel libtool lbzip2 hwloc hwloc-devel \
libevent libevent-devel python3 python3-devel python3-pip mpich mpich-devel && \
libevent libevent-devel python3 python3-devel python3-pip mpich mpich-devel && \
dnf clean all

RUN cd $INSTALL_DIR && \
Expand Down
4 changes: 2 additions & 2 deletions docker/osss_fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN mkdir /home/shmem

RUN dnf update -y && \
dnf install -y git vim wget pkg-config make automake gcc gcc-c++ kernel-devel libtool lbzip2 hwloc hwloc-devel \
pmix pmix-devel libevent libevent-devel python3 python3-devel python3-pip && \
pmix pmix-devel libevent libevent-devel python3 python3-devel python3-pip && \
dnf clean all

RUN cd $INSTALL_DIR && \
Expand All @@ -18,7 +18,7 @@ RUN cd $INSTALL_DIR
wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.5.tar.bz2 && \
tar xf openmpi-4.1.5.tar.bz2 && \
cd openmpi-4.1.5 && \
./configure --prefix=$INSTALL_DIR/openmpi-4.1.5/install \
./configure --prefix=$INSTALL_DIR/openmpi-4.1.5/install \
--with-ucx=/home/shmem/ucx-master/install && \
make -j && make install

Expand Down
2 changes: 1 addition & 1 deletion docker/osss_ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN cd $INSTALL_DIR
wget -c https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.5.tar.bz2 && \
tar xf openmpi-4.1.5.tar.bz2 && \
cd openmpi-4.1.5 && \
./configure --prefix=$INSTALL_DIR/openmpi-4.1.5/install \
./configure --prefix=$INSTALL_DIR/openmpi-4.1.5/install \
--with-ucx=/home/shmem/ucx-master/install && \
make -j && make install

Expand Down
2 changes: 1 addition & 1 deletion docker/sos_fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir /home/shmem

RUN dnf update -y && \
dnf install -y git vim wget pkg-config make automake gcc gcc-c++ kernel-devel libtool lbzip2 hwloc hwloc-devel \
libevent libevent-devel libfabric libfabric-devel python3 python3-devel python3-pip mpich && \
libevent libevent-devel libfabric libfabric-devel python3 python3-devel python3-pip mpich && \
dnf clean all

ENV CC=gcc
Expand Down

0 comments on commit e8a257a

Please sign in to comment.