Changes between Version 25 and Version 26 of Installation/LegiCluster


Ignore:
Timestamp:
Feb 20, 2014, 6:04:44 PM (10 years ago)
Author:
g7moreau
Comment:

Update svn checkout

Legend:

Unmodified
Added
Removed
Modified
  • Installation/LegiCluster

    v25 v26  
    1212In this folder, an '''{{{uvmat}}}''' sub-folder will be created by the following procedure.
    1313
    14 Copy paste the lines below:
    15 
     14Copy paste the lines below for read-only access (use https for read-write)
    1615{{{
    17 http_proxy=http://194.254.66.70:3128 wget http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux64.tgz -O - | tar xvzf -
    18 mv uvmat_linux64 uvmat
    19 cd uvmat
    20 svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src ./
    21 perl -pi -e 's#(<BatchMode>)(</BatchMode>)#$1oar$2#g' PARAM.xml
    22 
     16svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src uvmat
    2317}}}
    2418