Software Archive
Read-only legacy content
17061 Discussions

problem with non-comercial licence

kkaza
Beginner
741 Views
Hello,

in my user interface the following intel compiler is installed:

Intel C Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1 Build 20091012 Package ID: l_cproc_p_11.1.059
Copyright (C) 1985-2009 Intel Corporation. All rights reserved.
FOR NON-COMMERCIAL USE ONLY

which licence file do i have to install?

I thought the licence from the product Intel Fortran Composer XE 2011 for Linux
should work.
Any help appreciated.
Thanx
0 Kudos
3 Replies
Feilong_H_Intel
Employee
741 Views

Dear customer,

I see that you have a non-commercial license for Intel Fortran Composer XE 2011 for Linux. You are unable to install/use Intel C++ Compiler. In order to find out which license file that your Intel C++ compiler was using, pleasetype the following command and then run the compiler again. It will print out a log. If you need my assistance in reading the log file, please post it here.

$ export INTEL_LMD_DEBUG=1

Thank you.

--

Feilong H.

Intel Developer Support

Tools Knowledge Base: http://software.intel.com/en-us/articles/tools

0 Kudos
kkaza
Beginner
741 Views
With ifort I got the following log:

INTEL_LMD: checkout: returns NOT GRANTED / ERROR
ifort: error #10052: could not checkout FLEXlm license
INTEL_LMD: flex_return_license: called
INTEL_LMD: flex_return_license: considering feature name: FComp
INTEL_LMD: flex_return_license: considering feature name: FComp
INTEL_LMD: flex_return_license: considering feature name: FCompL
INTEL_LMD: flex_return_license: considering feature name: FComp
INTEL_LMD: flex_return_license: considering feature name: FCompL
INTEL_LMD: flex_free_job: called
INTEL_LMD: flex_free_job: lc_new_job was called
INTEL_LMD: flex_return_license: done

and with icc:

INTEL_LMD: checkout: returns NOT GRANTED / ERROR
icc: error #10052: could not checkout FLEXlm license
INTEL_LMD: flex_return_license: called
INTEL_LMD: flex_return_license: considering feature name: CComp
INTEL_LMD: flex_return_license: considering feature name: CComp
INTEL_LMD: flex_return_license: considering feature name: CCompL
INTEL_LMD: flex_return_license: considering feature name: CComp
INTEL_LMD: flex_return_license: considering feature name: CCompL
INTEL_LMD: flex_free_job: called
INTEL_LMD: flex_free_job: lc_new_job was called
INTEL_LMD: flex_return_license: done


What do they mean? Which licence do i have to install? Is it available on the site?
0 Kudos
Feilong_H_Intel
Employee
741 Views
The log indicates that neither ifort or icc can check out a license. Please check your license file and make sure it is a valid license file. One possible solution is to log in https://registrationcenter.intel.com and resend your license file to your email. If you have further question, please upload your license file or post your serial number here. Make sure to mark your reply private.

Thanks,
Feilong
0 Kudos
Reply