Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29309 Discussions

Portability of F90 with LINUX AMD-64

Yan_Brand
Beginner
677 Views
Dear All,

I got a code using the IFPORT library on windows that I am porting on LINUX AMD-64 via INTEL FORTRAN compiler version 10.0.023

Despite that the code works fine on Windows, I cannot compile it under LINUX as the compiler cannot find the standard IFPORT routine GETFILEINFOQQ, the rest (Types and constants and errormanagement routines)being fine. I checked that IFPORT.a has the routine, as well as all the interfaces and the module types too.

Does anyone experienced a similar problem?
If yes, did you find a solution to fix this ?

Many thanks in advances,

Yan

0 Kudos
1 Reply
Ron_Green
Moderator
677 Views
Yan,

Did you source ifortvars.sh before you compile? You know,

source /opt/intel/fce/10.0.023/bin/ifortvars.sh

(you may have a different installation path, modify the above as needed)

And when you say "cannot find", do you mean this is a link error? Cut and paste the error message.

ron
0 Kudos
Reply