To use UVMAT and CIV on the LEGI cluster, follow the following indications. Log on the LEGI machine {{{servcalcul3}}}: {{{ ssh -CX servcalcul3.legi.grenoble-inp.fr }}} or use the multiplatform terminal system [https://servforge.legi.grenoble-inp.fr/projects/le-coriolis-platform/wiki/CoriolisSsh? Nx client]. Go to a folder where you want to install {{{uvmat}}}. In this folder, an '''{{{uvmat}}}''' sub-folder will be created by the following procedure. Copy paste the lines below: {{{ http_proxy=http://194.254.66.70:3128 wget http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux64.tgz -O - | tar xvzf - mv uvmat_linux64 uvmat cd uvmat svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src ./ perl -pi -e 's#()()#$1oar$2#g' PARAM.xml }}} You can then launch {{{matlab}}}, add the {{{uvmat}}} folder to your {{{matlab}}} path, type {{{uvmat}}} and play. To avoid overloading of the common machine servcalcul3, it is advised to move to a cluster node prior to starting matlab, using the command 'oarsub -I'. Next time you will use {{{uvmat}}}, please update your code before launching {{{matlab}}}. You just have to do in your {{{uvmat}}} folder {{{ svn update }}} General info on LEGI cluster [https://www.legi.grenoble-inp.fr/servcode/projects/sysadmin-about/wiki/HowTo/Calcul]