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.

"unable to open program xxxx"

clodxpro
Beginner
690 Views

Hi!

When is start debugging my code, under visual studio, i get the message "Unable to start program program_name.exe".

I saw other message like this occurr due to the visual studio service pack version, or due to the debugging mode issue.

But in my code there is a strange think. I allocated some arrays using a proper parameter to set their extent. Accordingly, as soon as i increase this parameter over a certain level, i get the error message, even if i have not reached the memory limit yet.

Does anyone has some suggestions??

Thank you

Claudio

0 Kudos
1 Reply
Steven_L_Intel1
Employee
690 Views
Without knowing more details, I would guess that your total compile-time code and data size exceeded 2GB. Can you run the program normally (not under debug)?
0 Kudos
Reply