Software Archive
Read-only legacy content
17061 Discussions

Non-commercial-use License Problem

Idris_K_
Beginner
331 Views

Hi

I've just downloaded Intel Parallel Studio 2015 with non-commercial-use license for Linux and installed.
When I try to run icc or icpc, I'm getting this error:

bin $ ./icpc

Error: A license for CCompL is not available (-8,130).

License file(s) used were (in this order):
    1.  Trusted Storage
**  2.  /home/idris/Licenses/*.lic
**  3.  /opt/intel/composer_xe_2015.0.090/bin/intel64/../../Licenses
**  4.  /home/idris/Licenses/l_9F6JJ7C8.lic
**  5.  /opt/intel/licenses/l_9F6JJ7C8.lic
**  6.  /Users/Shared/Library/Application Support/Intel/Licenses
**  7.  /opt/intel/composer_xe_2015.0.090/bin/intel64/*.lic

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

icpc: error #10052: could not checkout FLEXlm license

"

I know it's not new. There are a lot of people getting same error like me. But every solution to them is mentioning about license manager at install directory. In my case there is no flexlm directory or license manager under /opt/intel directory. And I cannot download it.
What am I supposed to do now?

Thank you

0 Kudos
1 Reply
Hubert_H_Intel
Employee
331 Views

Idris,

Yes, for non-commercial licenses we don't provide floating license files. So you don't need a license Manager. What you Need is the license file only under a default license directory such as /opt/Intel/licenses (for (sudo)root or $HOME/Intel/licenses for user installations.

Your search path looks good, but the license may be corrupt. Could you please upload the license file (via "Send Author A Message").

Please provide also a debug log:

export INTEL_LMD_DEBUG=1
icc &>LMD.log

Regards, Hubert.

 

0 Kudos
Reply