Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slurm doesn't use pmix in ohpc v2.1 #1320

Closed
sjpb opened this issue Apr 15, 2021 · 4 comments
Closed

Slurm doesn't use pmix in ohpc v2.1 #1320

sjpb opened this issue Apr 15, 2021 · 4 comments
Milestone

Comments

@sjpb
Copy link

sjpb commented Apr 15, 2021

In OpenHPC v2.0, you can do:

srun --mpi=pmix_v3

and it just works. Turns out pmix-ohpc is listed as a dependency for slurm:

rpm -q --whatrequires pmix-ohpc
slurm-ohpc-20.02.5-13.1.ohpc.2.0.x86_64

In OpenHPC v2.1 this doesn't work, and even installing the pmix-ohpc package doesn't fix that.

@adrianreber suggested it's related to this which changes the pmix conditional: c04c33f

#1273 may also be related if pmix support is supposed to be done a different way?

@tuxwielder
Copy link

tuxwielder commented Aug 24, 2021

Looks like this is caused by rpath-checks in the Spec-file (on RHEL-based OS). If I use:
export QA_RPATHS=$(( 0x0001|0x0002|0x0004|0x0005 ))
in stead of:
export QA_RPATHS=0x5
then the pmix module seems to get installed..

@yixuan178
Copy link

any progress for that issue reported for 2 months ago? will you update spec to resolve it?

@koomie koomie added this to the 2.5 milestone Nov 16, 2021
@koomie
Copy link
Contributor

koomie commented Nov 17, 2021

We will endeavor to re-enable PMIx support in the 2.5 release. The pmix packaging needs to be udpated.

@koomie koomie modified the milestones: 2.5, 2.6 Jun 1, 2022
@koomie koomie modified the milestones: 2.6, 2.7 Nov 16, 2022
@adrianreber adrianreber modified the milestones: 2.7, 2.8 Mar 9, 2024
@adrianreber
Copy link
Member

Should be fixed with 2.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants