Segmentation fault with the latest SLURM
When trying to build rpms with the latest Slurm on CentOS 5.X, you will get the following error when trying to use all slurm commands:
Segmentation fault.
OR
sinfo: Resetting MaxJobCnt from 4294967294 to 4294687295 (MaxJobId - FirstJobId + 1)sinfo: error: is_valid_path: path is NULL!sinfo: error: Bad value "(null)" for PluginDir sinfo: fatal: Unable to process configuration file
To fix it please disable the optimization during building the rpms:
rpmbuild -tb -D 'with_cflags CFLAGS="-O0 -g3"' slurm-14.03.6.tar.bz2
1 comment:
Hi Dennis,
Its a good one,
Would have been more useful if u added the configuration of slurm.conf and adding new nodes
Post a Comment