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

ifort: error #10052: could not checkout FLEXlm license

tulika_b_
Beginner
2,030 Views

Hi,

I am unable to compile my Fortran subroutine sin Abaqus. I always get this occur. This has been the problem for the last few days. 

Analysis initiated from SIMULIA established products

Abaqus JOB static_baseprop_2
Abaqus 3DEXPERIENCE R2017x
Abaqus License Manager checked out the following licenses:
Abaqus/Standard checked out 13 tokens from Flexnet server byg-cls01.win.dtu.dk.
<167 out of 205 licenses remain available>.
Begin Compiling Abaqus/Standard User Subroutines
3/8/2018 9:08:11 AM

Error: A license for FCompW is not available (-9,57).


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

    1.  Trusted Storage
    2.  C:\Program Files (x86)\Common Files\Intel\Licenses\w_22911_FVJ2ZJHV.lic
    3.  C:\Program Files (x86)\Common Files\Intel\Licenses\w_FVJ2ZJHV.lic
    4.  C:\Program Files\Common Files\Intel\Licenses
    5.  C:\PROGRA~2\Intel\COMPOS~1\bin\intel64\*.lic


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


ifort: error #10052: could not checkout FLEXlm license
Abaqus Error: Problem during compilation - field.for
Begin MFS->SFS and SIM cleanup
3/8/2018 9:08:13 AM
Run SMASimUtility.exe
3/8/2018 9:08:14 AM
End MFS->SFS and SIM cleanup
Abaqus/Analysis exited with errors

 

 

Please help.

Warm regards,

Tulika

0 Kudos
3 Replies
mecej4
Honored Contributor III
2,030 Views

Posting serial numbers in a public forum is likely to cause you trouble. Please remove the serial numbers from your post. If the moderators or other Intel personnel need your serial number, send them the number privately.

0 Kudos
Johannes_Rieke
New Contributor III
2,030 Views

Hi Tulika, I agree strongly to the advise from previous poster. Further the license server name for Abaqus/Simulia might not be wished to provided in publicity.

Nevertheless, try to launch ifort from command prompt (intel command prompt or after running compilervars.bat) or IDE (VS) to see whether this works. Run something like this:

ifort my_file.f90

Sometimes it works not so good for multiple license files (C:\Program Files (x86)\Common Files\Intel\Licenses\*.lic). If you have a license server, be sure that port and server name are correct e.g.

SERVER my_lic_server_name.com ANY PORT
USE_SERVER

Where my_lic_server_name.com is your server name and PORT is the port number of the license manager. Can you ping your license server? If you have installed a new compiler version, you (or your administrator) might need to download an updated license file.

0 Kudos
Steve_Lionel
Honored Contributor III
2,030 Views

For licensing questions see: https://software.intel.com/en-us/support

0 Kudos
Reply