Run-time error control

Run-time error control

Imagen de jmteuler

Dear Linux Intel Fortran users,

Sorry if it is a FAQ...

Is there a way to control the behaviour of the Fortran
run-time in presence of an error.

Here is the purpose of my question: I am debugging a
large application with the "-C" checking option.
Each time an error is detected, the execution stops and I have to correct the error and resubmit.

It would be more convenient if I could, still while having the error message, continue execution to collect as many errors as possible before recompiling,

Regards,

Jean-Marie Teuler

publicaciones de 2 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Martyn Corden (Intel)

I'm not aware of anything specific to the -C runtime checking, (except for -d[n] to control the diagnostic level). What sort of error are we talking about? Continuing after an addressing-type error doesn't necessarily make much sense.
There is a -WB option to convert array out-of-bounds errors to warnings, but I suspect that is only at compile time, not runtime.

Martyn

Inicie sesión para dejar un comentario.