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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29284 Discussions

What happened to BINDF90, CEPCF90, F90 and IEPCF90 libs?

Deleted_U_Intel
Employee
694 Views
Hello

I wonder what happened to the libs BINDF90, CEPCF90, F90 and IEPCF90 in the new version of intel fortran
compiler. I want to upgrade from intel 6.0 to 8.0 but I need to figure out which libs I need to link in order to have the same result as using BINDF90, CEPCF90, F90 and IEPCF90.

Many thanks

Ed
0 Kudos
2 Replies
cp_jain
Beginner
694 Views
AFAIK you should not worry about these libs.
Compiler will automatically link required libraries depending on command line options.


cp
0 Kudos
Steven_L_Intel1
Employee
694 Views
The set of language support libraries is different in 8.0. See the User Manual for details. However, as cp_jain said, normally you don't want to name these directly - let the ifort (previously ifc/efc) command driver figure it out.
Steve
0 Kudos
Reply