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

Fortran License Problem

Roger
Beginner
513 Views

The system admin has installed the fortran license on a server and the INTEL_LICENSE_FILE variable on the clietis set to port@server.

Auseris able to use the compiler through Visual Studio 2005, but gets this error when using the ifort command in a command window:

Microsoft Windows XP [Version 5.1.2600]

(C) Copyright 1985-2001 Microsoft Corp.

G:>ifort

Intel Fortran Compiler for 32-bit applications, Version 9.1 Build 20061103

Z Package ID: W_FC_C_9.1.033

Copyright (C) 1985-2006 Intel Corporation. All rights reserved.

Error: A license for FCompW is not available now (-15,10,10061).

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

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

lmgrd.intel.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. C:Program FilesCommon FilesIntelLicenses*.lic

2. port@server

3. C:PROGRA~1IntelCompilerFortran9.1IA32Bin*.lic

Please visit

http://support.intel.com/support/performancetools/support.htm if yo

u require technical assistance.

ifort: error: could not checkout FLEXlm license

Anyone know how to fix this?

Thanks

0 Kudos
2 Replies
Steven_L_Intel1
Employee
513 Views

There are many possible reasons for this, and I'd ask that you submit an issue to Intel Premier Support and attach the license file you are using. (Do not post license files here.)

Some possibilities that occur to me:

  • The license file is not a floating or node-locked license which means it is not meant to be served
  • The command prompt session is in a Terminal Server (Remote Desktop) window and the license does not include the TS_OK attribute (this is fixed by logging into the Intel Registration Center and asking that the license key be reissued.)

There are some additional diagnostics which can be enabled, and the wonderful folks at Intel Premier Support will be glad to assist you.

0 Kudos
Roger
Beginner
513 Views
Thanks!! We will contact support.
0 Kudos
Reply