Ticket 3417 - Avoid use of SLURM_PREFIX to hard-code paths, need to respect BINDIR/SBINDIR
Summary: Avoid use of SLURM_PREFIX to hard-code paths, need to respect BINDIR/SBINDIR
Status: OPEN
Alias: None
Product: Slurm
Classification: Unclassified
Component: Build System and Packaging (show other tickets)
Version: 17.11.x
Hardware: Linux Linux
: 5 - Enhancement
Assignee: Unassigned Developer
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2017-01-23 12:46 MST by Tim Wickberg
Modified: 2017-01-23 12:46 MST (History)
0 users

See Also:
Site: SchedMD
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: ---
Machine Name:
CLE Version:
Version Fixed:
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments

Note You need to log in before you can comment on or make changes to this ticket.
Description Tim Wickberg 2017-01-23 12:46:48 MST
If --bindir / --sbindir point to a different location than --prefix, you cannot rely on SLURM_PREFIX to construct hard-coded paths to srun/slurmstepd.

It looks like the build system would need to be adjusted to build SLURM_BINDIR / SLURM_SBINDIR macros that could be used instead.