maelvls dev blog

maelvls dev blog

Systems software engineer. I write mostly about Kubernetes and Go. About

20 Mar2017

Using Matlab at IRIT

Token server at IRIT:

matlab -nodecktop -nodisplay -c 27000@licence.irit.fr

or

SERVER licence.irit.fr 0050568A1251 27000
USE_SERVER

in /Applications/MATLAB_R2016a.app/licenses/irit.lic

What toolbox can I access? ver Know what licence file is used: matlab -e or matlab -n

Which licenses at IRIT

connecto to bali and do

 /usr/local/matlab/etc/lmstat -a

On cauchy.math.ups-tlse.fr

/opt/MATLABR2016a/toolbox/distcomp/bin

./mdce start
./admincenter
./nodestatus

Matlab R2015a hangs at startup

Edit the shell script and go to line

cd /Applications/MATLAB_R2015a.app/bin/

I did a diff matlab matlab_patched; you can patch it:

patch matlab << EOF
497c497
<     arglist=""
---
>     arglist="-c \$MATLABdefault/licenses/license.lic"
EOF

Note the \$ because of the shell treatment.

📝 Edit this page