Hi Fortran users,working on a large Fortran code with gcc13 and OpenACC offloading I would like to have a stack trace when a kernel fails with an error in libgomp.
Just to locate where this kernel was launched in the code. When the code crash, gdb always returns " No stack." and debugging is quite difficult.
If GNU provides a magic option I've missed... NB: my kernels are all synchronous at this time. Thanks Patrick