[slurm-users] [EXT] Re: slurmdbd does not work

Gennaro Oliva oliva.g at na.icar.cnr.it
Mon Dec 6 08:39:01 UTC 2021


Ciao Giuseppe,

On Mon, Dec 06, 2021 at 03:46:02AM +0100, Giuseppe G. A. Celano wrote:
> sinfo: symbol lookup error: sinfo: undefined symbol: slurm_conf
> srun: symbol lookup error: srun: undefined symbol: xfree_ptr
> sacct: symbol lookup error: sacct: undefined symbol:
> slurm_destroy_selected_step
> 
> Does anyone know the reason for that? Thanks.

please check that you are using the client tools from the slurm package
and not those coming from the source installation. The command:

which srun 

should return /usr/bin/srun and not /usr/local/bin/srun

In the latter case remove everyting related to slurm under /usr/local

/usr/local/share/doc/slurm*
/usr/local/sbin/slurm*
/usr/local/lib/libslurm*
/usr/local/lib/slurm
/usr/local/include/slurm

/usr/local/bin/scancel
/usr/local/bin/sprio
/usr/local/bin/sdiag
/usr/local/bin/srun
/usr/local/bin/squeue
/usr/local/bin/sbcast
/usr/local/bin/sview
/usr/local/bin/salloc
/usr/local/bin/scontrol
/usr/local/bin/sreport
/usr/local/bin/sbatch
/usr/local/bin/strigger
/usr/local/bin/sacctmgr
/usr/local/bin/sacct
/usr/local/bin/sattach
/usr/local/bin/scrontab
/usr/local/bin/sh5util
/usr/local/bin/sstat
/usr/local/bin/sinfo
/usr/local/bin/sshare

Look also for files under:

/usr/local/share/man/

Best regards,
-- 
Gennaro Oliva



More information about the slurm-users mailing list