Support : Knowledge base

Knowledge Base

Welcome to OPAL-RT’s Knowledge Base

OPAL-RT offers a repository of support information for optimal use of its technology.

Loading…

Please note that OPAL-RT knowledge base is not fully optimized for mobile platforms.

For optimal experience, use a desktop computer.

Reference Number: AA-01092// Views: AA-01092// Created: 2016-01-11 20:14:26// Last Updated: 2022-05-16 19:27:46
HowTo
How To Install an Intel Compiler License on your target

VIA MobaXterm


1. Download and install MobaXterm.

2. Connect to your simulator. Please consult this KB Article for reference.

3. Navigate to /opt/intel/licenses/ and drag and drop the .lic file provided.


The Intel compiler license has now been installed and you should be able to compile a test model on the target.

VIA FTP


1. Open Windows Explorer and type ftp://ntuser:ntuser@xxx.xxx.xxx.xxx (where the x represents the IP address of your target).

Login: ntuser

Password: ntuser


2. Drag and drop the license file (.lic extension) you received from Intel in the opened FTP window.

3. Connect to the target using Telnet (you can follow this KB article) and type the following command to move the Intel license file to the proper directory.

mv /home/ntuser/ /opt/intel/licenses

4. To validate that the license is installed properly, type the command below.

ls /opt/intel/licenses

The .lic file should be listed.

The Intel compiler license has now been installed and you should be able to compile a test model on the target.