Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Comunicados
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussões

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

wyliao
Principiante
537 Visualizações
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 Respostas
jim_dempsey
Principiante
537 Visualizações

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

Steven_L_Intel1
Funcionário
537 Visualizações
Not supported on Linux - yet. Sorry.
Responder