Changes between Version 25 and Version 26 of Installation/LegiCluster
- Timestamp:
- Feb 20, 2014, 6:04:44 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/LegiCluster
v25 v26 12 12 In this folder, an '''{{{uvmat}}}''' sub-folder will be created by the following procedure. 13 13 14 Copy paste the lines below: 15 14 Copy paste the lines below for read-only access (use https for read-write) 16 15 {{{ 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 16 svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src uvmat 23 17 }}} 24 18