Skip to content

Commit

Permalink
Disable PMIx only for Slurm
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Aug 1, 2023
1 parent a083f0e commit aa35522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mpi-families/openmpi/SPECS/openmpi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
%{!?with_lustre: %define with_lustre 0}
%{!?with_slurm: %define with_slurm 0}
%{!?with_tm: %global with_tm 1}
%{!?with_pmix: %define with_pmix 0}
%{!?with_pmix: %define with_pmix 1}
%{!?with_ofi: %define with_ofi 1}
%{!?with_ucx: %define with_ucx 1}

Expand Down

0 comments on commit aa35522

Please sign in to comment.