On 24/01/2020 16:57, Ole Holm Nielsen wrote:
Hi Kenneth,
On 1/24/20 4:52 PM, Kenneth Hoste wrote:
...
lustre/hpc/others/ohni/skylake/build/GCCcore/8.2.0/system-system/gcc-8.2.0/stage3_obj/./mpfr/src/.libs
-L/lustre/hpc/others/ohni/skylake/build/GCCcore/8.2.0/system-system/gcc-8.2.0/stage3_obj/./mpc/src/.libs
-lmpc -lmpfr -lgm
p -rdynamic -ldl -L./../zlib -lz
collect2: fatal error: ld terminated with signal 7 [Bus error]
This strongly suggests there was not enough memory available for GCC...
Thanks a lot for sharing your insight! I have an interactive shell
controlled by Slurm's srun, so I will have to submit the task with a
larger memory. Is it possible to estimate the memory requirement or get
better error messages?
Not that I'm aware of... Trial-and-error with asking more memory, I guess.
It also depends on how many cores you are using, so perhaps the same
session using less cores would work.
regards,
Kenneth