- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page