Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

What is ?

prasatkumar
Beginner
525 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
525 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
525 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