Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Ankündigungen
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.
29285 Diskussionen

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

Deleted_U_Intel
Mitarbeiter
702Aufrufe
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 Antworten
cp_jain
Einsteiger
702Aufrufe
AFAIK you should not worry about these libs.
Compiler will automatically link required libraries depending on command line options.


cp
Steven_L_Intel1
Mitarbeiter
702Aufrufe
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
Antworten