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

Breakpoints don't work in a coarray program

Jon_D
New Contributor I
1,725 Views

Hello,

I am trying out the co-arrays but found out that I can't debug a program with co-arrays. Specifically, the debugger does not stop at breakpoints. I am using compiler version 17.0.8.275 (latest version 19.0.0.117 has the same issue as well) with Visual Studio 2017 Community Edition. Are there any flags in VS that I need to set to be able to use the the debugger? Any help will greatly be appreciated.

Thanks,

Jon

0 Kudos
22 Replies
Steve_Lionel
Honored Contributor III
172 Views

I did an experiment. If I run a coarray program directly, I get exactly as many processes as I do images. But if I run from the debugger, there is one more.

0 Kudos
Devorah_H_Intel
Moderator
172 Views

We are working on resolving the 32bit issue - it is unknown when and if it will be fixed.

The issue with warnings on x64 builds was fixed, coming in the next release. The workaround is here https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/805489#comment-1935267 

 

0 Kudos
Reply