Software Archive
Read-only legacy content

LICENSE PROBLEMS

Cesar_V_
Beginner
195 Views

Hello, I installed a student version of the intel fortran compiler, but I have the following messages

 

 

MacBook-Pro-de-Cesar:~ cesaroswaldovasquezflores$ ifort oscrust_t2.f90

 

Error: A license for Comp-FM is not available (-76,61026,2).

 

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

    1.  Trusted Storage

**  2.  /opt/intel//compilers_and_libraries_2017.1.126/mac/bin/intel64/../../Licenses

**  3.  /Users/cesaroswaldovasquezflores/Licenses

**  4.  /opt/intel/licenses

**  5.  /Users/Shared/Library/Application Support/Intel/Licenses

**  6.  /opt/intel//compilers_and_libraries_2017.1.126/mac/bin/intel64/*.lic

 

Please refer http://software.intel.com/sites/support/ for more information..

 

 

What could be the solution to fix that problem?

Thank you

0 Kudos
1 Reply
Jennifer_D_Intel
Moderator
195 Views

Hello,

This error usually indicates a problem with trusted storage.  Did you install to a location other than the default?  If so, this can happen.  You should be able to fix it by running

source <install-path>/bin/compilervars.sh

You can also try putting your license file in /opt/intel/licenses.

Regards,

Jennifer

0 Kudos
Reply