Changes between Version 15 and Version 16 of Installation/LegiCluster


Ignore:
Timestamp:
Oct 7, 2011, 1:06:03 PM (13 years ago)
Author:
gostiaux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/LegiCluster

    v15 v16  
    1 Once on calcul9sv4.legi.grenoble-inp.fr type the following commands
     1To use UVMAT and CIV on the LEGI cluster, follow the following indications.
     2
     3Log on the LEGI machine servcalcul3 :
    24
    35{{{
    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 
     6ssh -X calcul9sv4.legi.grenoble-inp.fr
    97}}}
    108
    11 Then connect to servcalcul3.legi.grenoble-inp.fr, go in the uvmat folder and type
     9Go to a folder where you want to install uvmat. In this folder, a "uvmat" folder will be created by the following procedure.
    1210
    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 :
     11Copy paste the lines below :
    2512
    2613{{{
     
    3724
    3825}}}
     26
     27You can then launch Matlab, add the uvmat folder to your Matlab path, type uvmat and play.
     28
     29General info on LEGI cluster
     30[https://www.legi.grenoble-inp.fr/servcode/projects/sysadmin-about/wiki/HowTo/Calcul]
     31