- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not aware of anything specific to the -C runtime checking, (except for -d 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
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page