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.

What is ?

prasatkumar
Beginner
542 Views
What is the use of this libraray -lCEPCF90.
I am compiling my fortran code in red hat enterprises linux.
Prasat
0 Kudos
2 Replies
TimP
Honored Contributor III
542 Views
That looks like a run-time library of a past version of ifc. If you are seeing a missing library at link time, you should change to documented link options. If you are missing it at run time, you should set your LD_LIBRARY_PATH, which you could do by using the script which came with the compiler used to build the application, or by copying the ifc libraries over from the installation used to build.
0 Kudos
Steven_L_Intel1
Employee
542 Views
The Intel Fortran libraries changed significantly with version 8. Please see the descriptions of the new libraries in the User's Guide.
0 Kudos
Reply