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

thanks,is there any way to find the un-initilized variables

wyliao
Beginner
261 Views
Hi, Steve,
thank you for the suggestion. I used ifort -C filename.f
but looks like it can not help me to find out where the problem is. Is there any way to do that?

-Liao
0 Kudos
2 Replies
jim_dempsey
Beginner
261 Views

On Windows there is a runtime option /RTCu that will cause a break on read reference to uninitialized variables. I don't know how this will work on Linux.

Jim Dempsey

0 Kudos
Steven_L_Intel1
Employee
261 Views
Not supported on Linux - yet. Sorry.
0 Kudos
Reply