-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hardcoded PREFIX
in Slurm and Munge builds generate invalid paths
#11
Comments
PREFIX
in Slurm build generate invalid pathsPREFIX
in Slurm build generates invalid paths
Unfortunately this is a limitation with the For example, if I didn't set the prefix, Slurm would likely bake in the path
Best bet is to probably first start with option 1 and then try option 2 if those configuration options are not available with the configure script. |
PREFIX
in Slurm build generates invalid pathsPREFIX
in Slurm and Munge builds generate invalid paths
The Regarding the Slurm location issues, I did not find an option that enables me to set specific values at configure time before building Slurm. Easiest fix here is to just autogenerate those slurm.conf options in the |
#18 slightly addresses this issue specifically with the munge key location and plugin dir, but there's still likely merits to automatically generating a basic slurm.conf file that includes info on how to configure munge. If a site isn't using configless mode, it would be good for us to already have set for where to look for the munged socket.
|
Actually, we can tell Slurm where to look by default for the munged service socket by using the |
Setting
prefix=/
at build time for Slurm generates incorrect paths that are baked at build time by Slurm. Examples:Setting both
LibPrefix
andAuthInfo
serves as a workaround, but it would be good to see if we can patch this to have correct default values.The text was updated successfully, but these errors were encountered: