I am a little confused by slurm.conf option RequeueExit. I currently have this
set "RequeueExit=1-9,11-255"
I expect this would requeue any job that doesn't return with an exit code of 0
or 10. This works like expected, but it always seems to be requeueing even if
the user doesn't want their
I think that should be sufficient.
On Sat, Oct 21, 2023 at 2:26 AM mohammed shambakey
wrote:
> Thank you very much. I'm compiling from the source code.
>
> Another question please about the proper location for the "-g" option,
> because I see options like CFLAGS="-g" in slurm/configure file, and