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

Fortran Intel XE 2015 Update 6 & VS 2015: Not a valid win32 application

lobaton_cebrian__edu
451 Views

Hi friends.

 I am  developing a project in Fortran using Intel XE Parallel Studio 2015 Update 6 and Visual Studio 2015

I have been developing, compiling, building solution, running my application, doing anything, without any type of error.

But suddenly it is not working, and I can not run my code.

I think I did not change anything but I guess that I changed something indeed because I am receiving this message:

Unable to start program c:\project\x64\debug\wopr.exe

C:\project\x64\debug\wopr.exe is not a valid Win32 application.

 

Thank you.

 

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
451 Views

I'm going to guess that your program is bumping up against the 2GB limit for static code and data. Sometimes you'll get a linker error about this, but not always. See https://software.intel.com/en-us/articles/memory-limits-applications-windows for more details.

View solution in original post

0 Kudos
2 Replies
Steve_Lionel
Honored Contributor III
452 Views

I'm going to guess that your program is bumping up against the 2GB limit for static code and data. Sometimes you'll get a linker error about this, but not always. See https://software.intel.com/en-us/articles/memory-limits-applications-windows for more details.

0 Kudos
lobaton_cebrian__edu
451 Views

Dear Dr. Fortran

Absolutely right. As you point, my data definition overflowed the 2GB limit.

I appreciate your time and effort. Thanks.

0 Kudos
Reply