Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29081 Discussions

how to generate exception information

yairsuari
Beginner
478 Views
i am not exactly sure about the terms but i think this should be pretty basic
in my program i have a subroutine called in many places. in there i am checking values validity and i want to generate the exeption signal list (like when segment fault is prduced) to be able to know where the subroutine is called from.
how do i do it?
thanks in advance
yair
0 Kudos
1 Reply
Stephen_D_Intel
Employee
478 Views
Hi yair,

You can use the RAISEQQ function to send a signal to your program that you can handle with
the SIGNALQQ function. There's a short example in the SIGNALQQ page in the User Documentation.

Regards,
Steve D.
Intel Developer Support

0 Kudos
Reply