Package: slurm-llnl / 14.03.9-5

Metadata

Package Version Patches format
slurm-llnl 14.03.9-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
mail path | (download)

doc/man/man1/strigger.1 | 4 2 + 2 - 0 !
doc/man/man5/slurm.conf.5 | 2 1 + 1 - 0 !
src/common/read_config.h | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 mail command absolute pathname                       
 This patch changes the default command to /usr/bin/mail in various
  configuration files and manual pages.                            
header | (download)

doc/html/header.txt | 9 1 + 8 - 0 !
1 file changed, 1 insertion(+), 8 deletions(-)

 remove google custom engine queries script
 Remove javascript for the custom google engine queries, in the header
 of each html documentation page, to avoid potential privacy breach.
sacctmgr increase buffer | (download)

src/sacctmgr/sacctmgr.c | 2 0 + 2 - 0 !
src/sacctmgr/sacctmgr.h | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 3 deletions(-)

 increase size of sacctmgr read buffer
 This patch significantly increases the size of the buffer for reading dumps
 with sacctmgr load. Without this patch, sacctmgr is not able to handle lines
 with more than 4096 which is too small in some cases. Also removed useless
 macro definition in other related file.
manpages | (download)

doc/man/man5/slurm.conf.5 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 man spelling error
 slurm.conf.5 man page spelling error fix
honor without rpath hwloc | (download)

auxdir/x_ac_hwloc.m4 | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 honor --without-rpath whithin ldflags when hwloc is enable
  Even when --without-rpath flag was given to configure, the autotools macro
  which set LDFLAGS when hwloc library is enable were using rpath parameter.
  This is considered harmfull by lintian. This patch makes the macro honor
  the --without-rpath flag.