How to run Matlab 2020 at FACET:

#MATLAB 2012a (terminal mode):
[fphysics@facet-srv01 ~]$ run_matlab.bash -m 2012a
#MATLAB 2012a (desktop mode):
[fphysics@facet-srv01 ~]$ matlab2012a
#MATLAB 2020a (terminal mode):
[fphysics@facet-srv01 ~]$ run_matlab.bash -m 2020a
#MATLAB 2020a (desktop mode):
[fphysics@facet-srv01 ~]$ matlab2020a

Tips for remote MATLAB usage from Glen White:

  • Tip for faster Matlab over X11:
    make a file “java.opts” in the run directory, with the contents: “-Dsun.java2d.pmoffscreen=false” (without the quotes)
  • When logging in to facet-srv01 or whatever, use 'ssh -CY'
  • Only use the '-CY' argument on the first ssh.
  • No labels