Skip to content

Commit

Permalink
mpi-families/openmpi: build two Open MPI variants
Browse files Browse the repository at this point in the history
Build a Open MPI variant with and without PMIX support. With PMIX for
slurm and without for OpenPBS.

Signed-off-by: Adrian Reber <[email protected]>
(cherry picked from commit 8077b7b)
  • Loading branch information
adrianreber committed Apr 8, 2024
1 parent 0e67623 commit c1a91dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/mpi-families/openmpi/SPECS/openmpi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
%{!?with_lustre: %define with_lustre 0}
%{!?with_slurm: %define with_slurm 0}
%{!?with_tm: %global with_tm 1}
%{!?with_pmix: %define with_pmix 1}
%if "%{RMS_DELIM}" == "-pmix"
%define with_pmix 1
%else
%define with_pmix 0
%endif
%{!?with_ofi: %define with_ofi 1}
%{!?with_ucx: %define with_ucx 1}

Expand Down

0 comments on commit c1a91dc

Please sign in to comment.