[slurm-dev] slurm allocation manager

2014-04-28 Thread Eva Hocks
Does slurm have a plugin to use an allocation manager which manages resource allocations where a resource allocation grants a job a right to use a particular amount of resources? Thanks Eva

[slurm-dev] Unable to submit, possibly caused by lots of members in a unix group

2014-04-28 Thread Marco Passerini
Hi, We have a cluster running slurm 2.6.7. For some reason, after executing the command "newgrp" to change the primary group, some users cannot run jobs. This is the output one gets after changing the group: $ id uid=1091(username) gid=101(xxx) groups=101(xxx),10(yyy),108(zzz),581(gaussia

[slurm-dev] Segfault in jobcomp_filetxt.so if WorkDir has space in name

2014-04-28 Thread Anthony Alba
If the working directory has a space in the name it is recorded in the job completion (filetxt) as JobID=1234 ProcCnt=64 WorkDir=directory with space If I run sacct -c then I get: segfault ... error 6 in jobcomp_filetxt.so My guess is that jobcomp_filetxt.so does not correctly handle space