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

What is ?

prasatkumar
Einsteiger
1.538Aufrufe
What is the use of this libraray -lCEPCF90.
I am compiling my fortran code in red hat enterprises linux.
Prasat
0 Kudos
2 Antworten
TimP
Geehrter Beitragender III
1.538Aufrufe
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.
Steven_L_Intel1
Mitarbeiter
1.538Aufrufe
The Intel Fortran libraries changed significantly with version 8. Please see the descriptions of the new libraries in the User's Guide.
Antworten