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

Running Fortran 90 code in VS 2013

Paulo_M_
Beginner
684 Views

Hi there,

 

I just upgraded from a Fortran 6.0 compiler to VS 2013 and need some advice from yours. I have a Fortran 90 code and, when I compile it in VS 2013, the following error message is given:

Error in opening the compiled module file. Check INCLUDE paths. [NUMERICAL_LIBRARIES]

What should I change to run the code?

 

Cheers

0 Kudos
3 Replies
mecej4
Honored Contributor III
684 Views

By "Fortran 6.0" do you mean Compaq Visual Fortran 6.0 or Intel Fortran 6.0?

Intel Fortran and Visual Studio work together but they are distinct packages. Did you install a new version of Intel Fortran after installing VS2013? If so, which version?

The missing module file is from the IMSL library. Did you install IMSL after installing Intel Fortran? Did you obtain IMSL from Intel or from a different source?

0 Kudos
Steven_L_Intel1
Employee
684 Views
0 Kudos
Paulo_M_
Beginner
684 Views

By Fortran 6.0 I mean Compaq Visual Fortran 6.0

Intel® Parallel Studio XE 2015 Composer Edition for Fortran Windows was installed after installing VS 2013, as well as IMSL, which was bough from yours as mentioned by Steve. The Fortran compiler is Intel(R) Visual Fortran Compiler XE 15.0.0.108 [Intel(R) 64].

 

0 Kudos
Reply