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

imsl in fortran 9.1 for windows

juan_rubio-ramirez
662 Views

Hi

i was using fortran compaq and i am migrating to intel 9.1 with visual studio 8.0.

i am trying to compile my code...and i have problems with linking the imsl libraries....basically i have messages like unresolved external symbol.

i got the professional version of intel 9.1. the problem is that i am not sure if my IT installed the imsl libraries? is there any way to check?

i cannot find the typical folder c:...vnictt6.0libia32

instead there is a folder called c:program filesmicrosoft visual studiodf98imsllib

are the libraries there? thanks

0 Kudos
3 Replies
Steven_L_Intel1
Employee
662 Views
If that folder isn't there, then IMSL isn't installed. No, you cannot use the IMSL libraries from CVF, which is what you found under df98.

As a last check, you can do Start..All Programs and see if a "Visual Numerics" entry appears there with "IMSL 5.0 for Intel Fortran..." entries underneath.
0 Kudos
juan_rubio-ramirez
662 Views

i found the libraries..i think. they are at c:program files (x86)vnictt6.0libem64t

but if i try to compile a 64 bit code calling this lib...i get

fatal error lnk1112: module machine type 'x64' conflicts with target machine type 'x86'

0 Kudos
Steven_L_Intel1
Employee
662 Views
It sounds as if you're using the IA-32 compiler, then. If you want to build a 64-bit application, you need to create and select an "x64" configuration in Visual Studio. See the Building Applications manual for details.
0 Kudos
Reply