Hello All,Has anyone else noticed that utilizing the --immediate flag on salloc no longer works with a value of 0?Slurm version 14.11.9 allows this command to work just fine:salloc --immediate=0 --nodes=1results in a valid allocationSlurm version 15.08.x does notsalloc --immediate=0 --nodes=1results in an errorsalloc: error: Invalid numeric value "0" for immediateIt appears this may be the reult of the parse_int function added in 15.08.x located in proc_args.c.Wouldn't 0 be a valid option for --immediate?Kelly
