Translations:MATLAB/3/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
Tags: Mobile edit Mobile web edit
(Importing a new version from external source)
Line 1: Line 1:
Accessing your campus license for MATLAB from a Compute Canada cluster requires some technical configuration. Firstly, you should create a file similar to the following example,
Accessing your campus license for MATLAB from a Compute Canada cluster requires some technical configuration. Firstly, you have to create a file similar to the following example:
{{File
{{File
|name=matlab.lic
|name=matlab.lic

Revision as of 17:55, 25 October 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (MATLAB)
If you are allowed, then some technical configuration will be required.  Create a file similar to the following example:
{{File
|name=matlab.lic
|lang="bash"
|contents=
# MATLAB license server specifications
SERVER <ip address> ANY <port>
USE_SERVER
}}
Put this file in the <code>$HOME/.licenses/</code> directory where the IP address and port number correspond to the values for your campus license server. Next you will need to ensure that the license server on your campus is reachable by our compute nodes. This will require our technical team to get in touch with the technical people managing your license software. Please write to [[Technical support | technical support]] so that we can arrange this for you.

Accessing your campus license for MATLAB from a Compute Canada cluster requires some technical configuration. Firstly, you have to create a file similar to the following example:

File : matlab.lic

# MATLAB license passcode file
SERVER <ip address> ANY <port>
USE_SERVER


and put it in the directory $HOME/.licenses/, where the IP address and port number correspond to the values for your campus license server. Next you will need to ensure that the license server on your campus is reachable by our compute nodes. This will require our technical team to get in touch with the technical people managing your license software. For some campuses, this has already been done. If so, when you load the MATLAB module and try a test such as the one below, it should find a license automatically. If this is not the case, please write to technical support, so that we can arrange this for you.