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

CVF library and IVF9.1

saudreau
Beginner
866 Views

Hello all,

I'm new to this forum and have just installed the trial-version of Intel's Visual Fortran Compiler for Windows.

When i am trying to compile my code (command line), I have got the following error message:


Fatal error cannot open "dfor.lib"
ifort: error: problem during multi-file optimization compilation (code 1)
NMAKE : fatal error U1077: '"C:Program FilesIntelCompilerFortran9.1Ia32Binifort.EXE"': code retour '0x1'

I have a look at the forum and it seems to me that the problem comes from a library file created with CVF. How can I do to use a library coming from CVF with IVF ? (If I'm right !!)

Thank you for your help !!

Marc

0 Kudos
5 Replies
Steven_L_Intel1
Employee
866 Views
You're right that this is the problem. You cannot use the CVF-built library with Intel Fortran - you must get a library that was built with Intel Visual Fortran.
0 Kudos
saudreau
Beginner
866 Views

Ok ... I will work a little bit more !!!

Thank you for your quick reply.

Regards,

Marc Saudreau

0 Kudos
xwangok
Beginner
866 Views

I am migrating from CVF to IVF. I know I can't use CFV library.

Can I use library compiled by intel Fortram compiler 9.0?

Thanks.

0 Kudos
Steven_L_Intel1
Employee
866 Views
Yes - anything compiled by Intel Fortran 8.0 or later is fine.
0 Kudos
xwangok
Beginner
866 Views
Thanks a lot.
0 Kudos
Reply