Translations:MATLAB/3/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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. |
Latest revision as of 20:00, 11 July 2023
If you are allowed, then some technical configuration will be required. Create a file similar to the following example:
File : matlab.lic
# MATLAB license server specifications
SERVER <ip address> ANY <port>
USE_SERVER
Put this file in the $HOME/.licenses/
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 so that we can arrange this for you.