- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the use of this libraray -lCEPCF90.
I am compiling my fortran code in red hat enterprises linux.
Prasat
I am compiling my fortran code in red hat enterprises linux.
Prasat
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Intel Fortran libraries changed significantly with version 8. Please see the descriptions of the new libraries in the User's Guide.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page