wiki:Installation/LegiCluster

Version 16 (modified by gostiaux, 13 years ago) (diff)

--

To use UVMAT and CIV on the LEGI cluster, follow the following indications.

Log on the LEGI machine servcalcul3 :

ssh -X calcul9sv4.legi.grenoble-inp.fr

Go to a folder where you want to install uvmat. In this folder, a "uvmat" folder will be created by the following procedure.

Copy paste the lines below :

export http_proxy=http://194.254.66.70:3128
wget http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux64.tgz
unset http_proxy
tar -xzvf uvmat_include_linux64.tgz 
mv uvmat_linux64 uvmat
rm uvmat_include_linux64.tgz 
cd uvmat
svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src ./
cp PARAM.xml PARAM.xml.bak
sed "s/BatchMode></BatchMode>oar</g" PARAM.xml.bak > PARAM.xml

You can then launch Matlab, add the uvmat folder to your Matlab path, type uvmat and play.

General info on LEGI cluster https://www.legi.grenoble-inp.fr/servcode/projects/sysadmin-about/wiki/HowTo/Calcul