Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2161 Discussions

Error: A license for FClusOMPL is not available

astronomar
Beginner
530 Views

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

0 Kudos
3 Replies
Andrey_D_Intel
Employee
530 Views


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.

0 Kudos
astronomar
Beginner
530 Views
First, we have tested the example in the following directory:
/opt/intel/fce/10.1.015/samples/cluster
just doing a make build or make it should work, although the command is:
ifort -cluster-openmp md.f -o md.exe
When using the following:
ifort -openmp md.f -o md.exe
it works although it uses only the processors of the master.

Thanks.

Error: A license for FClusOMPL is not available (-5,357).

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.

0 Kudos
Andrey_D_Intel
Employee
530 Views
I believe that you can get Cluster OpenMP licenseat thewhatif.intel.com site. Please refer to the following article for more details.

http://software.intel.com/en-us/blogs/2008/06/04/cluster-openmp-license-now-available-on-whatif/

0 Kudos
Reply