Software Archive
Read-only legacy content
17061 Discussions

Activating Intel C++ compiler on a Mac

velvia
Beginner
666 Views

 

Hi,

 

 

 

I have used the evaluation of the Intel C++ compiler on a Mac. At the end of the evaluation period, I have bought a license and I have now a serial number that I have entered in the Intel Software Manager Tool.

When I run

icpc --version

I get the following message. What should I do to fix that ?

Best regards,

Francois

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

 

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

    1.  Trusted Storage

**  2.  /opt/intel/composer_xe_2015.0.077/licenses

**  3.  /opt/intel/licenses

**  4.  /Users/fayard/intel/licenses

**  5.  /Users/Shared/Library/Application Support/Intel/Licenses/license_ism2_2VS_C85V-3LXGWR7C.lic

**  6.  /Users/Shared/Library/Application Support/Intel/Licenses/license_ism2_85V_C85V-3LXGWR7C.lic

**  7.  /Users/Shared/Library/Application Support/Intel/Licenses/license_ism2_GLK_C85V-3LXGWR7C.lic

**  8.  /Users/Shared/Library/Application Support/Intel/Licenses/license_ism2_N45_C85V-3LXGWR7C.lic

**  9.  /Users/Shared/Library/Application Support/Intel/Licenses/license_ism2_SPZ_C85V-3LXGWR7C.lic

**  10.  /Users/Shared/Library/Application Support/Intel/Licenses/license_ism2_W4F_C85V-3LXGWR7C.lic

**  11.  /Users/Shared/Library/Application Support/Intel/Licenses/m_3LXGWR7C.lic

**  12.  /opt/intel/composer_xe_2015.0.077/bin/intel64/../../Licenses

**  13.  /Users/fayard/Licenses

**  14.  /opt/intel/composer_xe_2015.0.077/bin/intel64/*.lic

 

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

 

icpc: error #10052: could not checkout FLEXlm license

 

0 Kudos
1 Solution
Ron_Green
Moderator
666 Views

As you can see from the output above, your licenses are stored in  /Users/Shared/Library/Application Support/Intel/Licenses

But look how many licenses are in there!  I would bet some of these are pretty old.  You might get a Terminal window and cd to that directory.  These are text files so you can examine them.  Look for the INCREMENT line to find expired licenses.  Here is one of mine that is still up to date, notice the date in the INCREMENT line:

INCREMENT IC17361E0 INTEL 2015.0621 permanent uncounted etc

I create a new directory named 'archive' in this Licenses/ directory.  Then I move the old expired licenses into this new Licenses/archive/ directory.

So do this to clean up the old licenses and get them out of the way.

Next, let's get your new license and drop it in the Licenses/ directory:  follow these instructions:

https://software.intel.com/en-us/articles/how-do-i-manage-my-licenses

follow step 5 to send yourself email with your license file as an attachment.  Then save that into the Licenses/ directory.  That should fix it.  If not I'll send you private email to get your serial number - do NOT post that in this public forum!

ron

View solution in original post

0 Kudos
3 Replies
Ron_Green
Moderator
667 Views

As you can see from the output above, your licenses are stored in  /Users/Shared/Library/Application Support/Intel/Licenses

But look how many licenses are in there!  I would bet some of these are pretty old.  You might get a Terminal window and cd to that directory.  These are text files so you can examine them.  Look for the INCREMENT line to find expired licenses.  Here is one of mine that is still up to date, notice the date in the INCREMENT line:

INCREMENT IC17361E0 INTEL 2015.0621 permanent uncounted etc

I create a new directory named 'archive' in this Licenses/ directory.  Then I move the old expired licenses into this new Licenses/archive/ directory.

So do this to clean up the old licenses and get them out of the way.

Next, let's get your new license and drop it in the Licenses/ directory:  follow these instructions:

https://software.intel.com/en-us/articles/how-do-i-manage-my-licenses

follow step 5 to send yourself email with your license file as an attachment.  Then save that into the Licenses/ directory.  That should fix it.  If not I'll send you private email to get your serial number - do NOT post that in this public forum!

ron

0 Kudos
Ron_Green
Moderator
666 Views

velvia,

did this fix the issue?  I'd like to make sure this is working for you.

thanks

ron

0 Kudos
velvia
Beginner
666 Views

Hi Ronald,

Thanks for the help. It works now.

But I have made a mistake and registered the product with a new account (I am using a new email now that I run my own company). Would it be possible to transfer my forum points and belt to that new account (sylvatica) ?

Best regards,
Francois

0 Kudos
Reply