wiki:Installation/LegiCluster

Version 15 (modified by gostiaux, 12 years ago) (diff)

--

Once on calcul9sv4.legi.grenoble-inp.fr type the following commands

wget http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux64.tgz
tar -xzvf uvmat_include_linux64.tgz 
mv uvmat_linux64 uvmat
rm uvmat_include_linux64.tgz 

Then connect to servcalcul3.legi.grenoble-inp.fr, go in the uvmat folder and type

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, type uvmat and play; run and batch processing should work.

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

Code à tester sur servcalcul3 :

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