Re: [slurm-users] Question about gdb sbatch

2023-10-20 Thread Davide DelVento
Have you compiled slurm yourself or have you installed binaries? If the latter, I speculate this is not possible, in that it would not have been compiled with the required symbols (above all "-g" but probably others depending on your platform). If you compiled slurm yourself, and assuming you have

[slurm-users] Question about gdb sbatch

2023-10-20 Thread mohammed shambakey
Hi Is it possible to debug "sbatch" itself when submitting a script? For example, I want to debug the following command: sbatch -Mall some_script.sh I don't want to debug the "some_script.sh". I want to debug the "sbatch" itself when submitting the "some_script.sh". I tried to use "gdb" but I'm n

[slurm-users] cpus-per-task behaviour of srun after 22.05

2023-10-20 Thread Michael Müller
Hello, I haven't really seen this discussed anywhere, but maybe I didn't look in the right places. After our upgrade from 21.08 to 23.02 we had users complaining about srun not using the specified --cpus-per-task given in sbatch-directives. The changelog of 22.05 mentions this change and exp