Hi Nenad, I can see similar problems with some of the other plugins too:
Feb 12 14:09:49 marcel.lan slurmd[32255]: error: plugin_load_from_file: dlopen(/usr/lib64/slurm/select_linear.so): /usr/lib64/slurm/select_linear.so: undefined symbol: slurm_job_preempt_mode Feb 12 14:09:49 marcel.lan slurmd[32255]: error: Couldn't load specified plugin name for select/linear: Dlopen of plugin file failed Feb 12 14:09:49 marcel.lan slurmd[32255]: fatal: Can't find plugin for select/linear On Wed, Feb 10, 2016 at 3:34 AM, Nenad Vukicevic <[email protected]> wrote: > > 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.
