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

error for floating licence

Oana_Raluca_M_
Beginner
353 Views

Hello!

I got the next error and I don't know what to do:

Error: A license for FCompW is not available now (-96,491).

A connection to the license server could not be made. You should

make sure that your license daemon process is running: both an

lmgrd.exe process and an INTEL.exe process should be running

if your license limits you to a specified number of licenses in use

at a time. Also, check to see if the wrong port@host or the wrong

license file is being used, or if the port or hostname in the license

file has changed.

License file(s) used were (in this order):

1. Trusted Storage

2. 28518@BUC-PLAT-APP02

3. C:\Program Files (x86)\Common Files\Intel\Licenses\COM_W__FOR_Fxxx_xxxxxxxx.lic

4. C:\Program Files\Common Files\Intel\Licenses

5. c:\PROGRA~2\intel\COMPOS~1\bin\ia32\*.lic

Please visit http://software.intel.com/sites/support/ if you require technical assistance.

ifort: error #10052: could not checkout FLEXlm license

Thank you!

0 Kudos
2 Replies
TimP
Honored Contributor III
353 Views

If you need someone at Intel to look up your license status, you should get faster response at:

 

https://software.intel.com/en-us/forums/intel-software-development-products-download-registration-licensing

It looks like the license found during the search may be too old for the Fortran release, or, as the message said, you may have all the licenses already checked out.  Checked out licenses should return to availability after a few minutes of being idle.

If you can log in to your account at https://registrationcenter.intel.com you can check your licenses and have a fresh copy emailed.

0 Kudos
Steven_L_Intel1
Employee
353 Views

As it says in the error message, though I admit the message is quite verbose, "A connection to the license server could not be made.". This means that the compiler could not contact the license server on node BUC-PLAT-APP02. You will have to talk to your system administrator to determine why that is. It could be that the license server is not running on that server, or there is a network problem.

0 Kudos
Reply