I was able to build Slurm RPMs on Fedora 23 by following suggestion in Adam Huffman's post - https://groups.google.com/forum/#!topic/slurm-devel/HiltSkNiGJU.
However, slurmd fails to run with the following error: ---- Feb 09 18:55:34 dev slurmd[6700]: error: plugin_load_from_file: dlopen(/usr/lib64/slurm/select_cons_res.so): /usr/lib64/slurm/select_cons_res.so: undefined symbol: powercap_get_cluster_current_cap Feb 09 18:55:34 dev slurmd[6700]: error: Couldn't load specified plugin name for select/cons_res: Dlopen of plugin file failed Feb 09 18:55:34 dev slurmd[6700]: fatal: Can't find plugin for select/cons_res ---- Our slurm uses scheduling type cons_res: SelectType=select/cons_res The powercap_get_cluster_current_cap() is defined in slurmctld/powercapping.c which is not used when slurmd is being linked. Any idea what is going on? I am using the latest 15.08.7.
