Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AccountDefault MATLAB version
physics2012a
softegr2019a
laci2012a


Anchor
matlab_license
matlab_license
License servers for Matlab network licenses

In order to support the latest version of Matlab, the network license service had to be migrated to a newer operating system.  The new service is running on servers license701, license702, and license703 (replacing license1, license2, and license3). 

Linux users using bash or similar shells should update their environment with the command:

Code Block
export MLM_LICENSE_FILE=27010@license701,27010@license702,27010@license703


If you are using csh or tcsh, the equivalent command is:

Code Block
setenv MLM_LICENSE_FILE "27010@license701,27010@license702,27010@license703"

https://slacprod.servicenowservices.com/kb_view.do?sysparm_article=KB0011921


Anchor
running_matlab
running_matlab
Running MATLAB

...