Re: [slurm-users] Question about gdb sbatch

2023-10-23 Thread Davide DelVento
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

Re: [slurm-users] Question about gdb sbatch

2023-10-21 Thread mohammed shambakey
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 I wonder if I should add the "-g" to some other locations? Regards On Sat, Oct 21, 2023 at 12:47 AM

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