Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29253 ディスカッション

viewing parameter in Debug mode (9.0.019)

tropfen
新規コントリビューター I
495件の閲覧回数
Hello,

what do i have to do to view a parameter in the debug mode.
All i can see is "Undefined variable ... "

I have used a complete new sample program in IVF 9.0.019

Thanks in advance
Frank
0 件の賞賛
1 返信
Steven_L_Intel1
従業員
495件の閲覧回数
You need to add the /debug-parameters option to the command line. If you are using the IDE, there is not yet a "property" for this, so select Command Line and add it there. The property will be added in a future update.

See the Release Notes or the on-disk documentation for more details on the use of this switch and its three optional values (none, used, all).
返信