Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
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.

class(*) argument found undefined

d__c
Beginner
415 Views

intel parallel studio xe 2019 update 5

=======================

0 Kudos
1 Reply
FortranFan
Honored Contributor III
415 Views

See this thread: https://software.intel.com/en-us/forums/intel-fortran-compiler/topic/831101.  Your issue is along the same lines as this thread, the debugger is not aware - as it can be IMO - with many newer Fortran language facilities.  If you need to view "data" in the debugger, like with object 'a' which is of integer type, add some "temporary" Fortran code e.g., using SELECT TYPE construct and 'step' through it in the debugger.

0 Kudos
Reply