Skip to content

Commit

Permalink
build: Remove extra dash in --with-pmi
Browse files Browse the repository at this point in the history
  • Loading branch information
Eta0 committed Oct 31, 2024
1 parent bf0c401 commit 36ae5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ RUN source /opt/hpcx/hpcx-init.sh && \
--with-hcoll=/opt/hpcx/hcoll --with-ucx=/opt/hpcx/ucx \
--with-platform=contrib/platform/mellanox/optimized \
--with-slurm --with-hwloc --with-libevent \
---with-pmi \
--with-pmi \
--without-xpmem --with-cuda --with-ucc=/opt/hpcx/ucc && \
make -j20 && \
make -j20 install && \
Expand Down

0 comments on commit 36ae5c6

Please sign in to comment.