Intel® oneAPI HPC Toolkit
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
2020 Discussions

Error: A license for FClusOMPL is not available

astronomar
Beginner
199 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
199 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.

astronomar
Beginner
199 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.

Andrey_D_Intel
Employee
199 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/

Reply