- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are compiling fortran code with ifort, using impi libraries v3.1 in a cluster.
During compilation we get the following error:
Error: A license for FClusOMPL is not available (-5,357).
...
ifort: error #10052: could not checkout FLEXlm license
make: *** [build] Error 1
We searched in the intel webpage and couldn't find any references to FClusOMPL.
We are currently evaluating the Intel MPI Library for Linux, the expiry date is Nov 9
How we can solve this error?
Thanks so much
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you clarify command lineyou use to build application?
The cluster OpenMP is a compiler feature. How did you get a compiler? Do you really need to use Cluster OpenMP together with MPI? I guess using usual OpenMP may work for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Make sure that a license file is being used that contains a license
for the requested feature. If your license requires a license server,
make sure that the server is using the right license file (usually,
this would be the same license file that is being used by this
application), and make sure that you have not changed the license
file since starting the server.
Could you clarify command line you use to build application?
The cluster OpenMP is a compiler feature. How did you get a compiler? Do you really need to use Cluster OpenMP together with MPI? I guess using usual OpenMP may work for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
http://software.intel.com/en-us/blogs/2008/06/04/cluster-openmp-license-now-available-on-whatif/
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page