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

SOLVED - Problem with Parallel Studio XE 2017 Update 4 Composer Ed. for Fortran

Ted_Lillys
Novice
248 Views

I solved it myself - not a compiler issue - totally a user issue - imagine that

Ted

 

Hi all,

Installed the update over the weekend (see details below). Compiled a 32 bit console application and tried to debug in the IDE and received the following message:

5-15-2017 7-40-45 AM.jpg

I checked various path settings, looked into %INTEL_DEV_REDIST% {C:\Program Files (x86)\Common Files\Intel\Shared Libraries\} and found the same version of the dll (17.0.1.0) as in C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2017.4.210\windows\

Used depends.exe to look for the entry point and found the function in the dll.

Any thoughts as to why the error is appearing?

Ted

Microsoft Visual Studio Community 2015
Version 14.0.25431.01 Update 3
Microsoft .NET Framework
Version 4.6.01055

Intel® Parallel Studio XE 2017 Update 4 Composer Edition for Fortran Windows*   Package ID: w_comp_lib_2017.4.210

Intel® Parallel Studio XE 2017 Update 4 Composer Edition for Fortran Windows* Integration for Microsoft Visual Studio* 2015, Version 17.0.0047.14, 

0 Kudos
2 Replies
Kevin_D_Intel
Employee
248 Views

Glad you resolved it. What was your finding?

0 Kudos
Ted_Lillys
Novice
248 Views

Unfortunately I don't have a precise cause, but I believe it had something to do with the way I declared or attempted to allocate an allocatable array.

0 Kudos
Reply