Changes between Version 15 and Version 16 of Installation/LegiCluster
- Timestamp:
- Oct 7, 2011, 1:06:03 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/LegiCluster
v15 v16 1 Once on calcul9sv4.legi.grenoble-inp.fr type the following commands 1 To use UVMAT and CIV on the LEGI cluster, follow the following indications. 2 3 Log on the LEGI machine servcalcul3 : 2 4 3 5 {{{ 4 wget http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux64.tgz 5 tar -xzvf uvmat_include_linux64.tgz 6 mv uvmat_linux64 uvmat 7 rm uvmat_include_linux64.tgz 8 6 ssh -X calcul9sv4.legi.grenoble-inp.fr 9 7 }}} 10 8 11 Then connect to servcalcul3.legi.grenoble-inp.fr, go in the uvmat folder and type 9 Go to a folder where you want to install uvmat. In this folder, a "uvmat" folder will be created by the following procedure. 12 10 13 {{{ 14 svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src ./ 15 cp PARAM.xml PARAM.xml.bak 16 sed "s/BatchMode></BatchMode>oar</g" PARAM.xml.bak > PARAM.xml 17 }}} 18 19 You can then launch matlab, type uvmat and play; run and batch processing should work. 20 21 General info on LEGI cluster 22 [https://www.legi.grenoble-inp.fr/servcode/projects/sysadmin-about/wiki/HowTo/Calcul] 23 24 Code à tester sur servcalcul3 : 11 Copy paste the lines below : 25 12 26 13 {{{ … … 37 24 38 25 }}} 26 27 You can then launch Matlab, add the uvmat folder to your Matlab path, type uvmat and play. 28 29 General info on LEGI cluster 30 [https://www.legi.grenoble-inp.fr/servcode/projects/sysadmin-about/wiki/HowTo/Calcul] 31