Changes between Version 18 and Version 19 of Installation/LegiCluster
- Timestamp:
- May 9, 2012, 5:15:56 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/LegiCluster
v18 v19 13 13 14 14 {{{ 15 export http_proxy=http://194.254.66.70:3128 16 wget http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux64.tgz 17 unset http_proxy 18 tar -xzvf uvmat_include_linux64.tgz 15 http_proxy=http://194.254.66.70:3128 wget http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux64.tgz -O - | tar xvzf - 19 16 mv uvmat_linux64 uvmat 20 rm uvmat_include_linux64.tgz21 17 cd uvmat 22 18 svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src ./ 23 cp PARAM.xml PARAM.xml.bak 24 sed "s/BatchMode></BatchMode>oar</g" PARAM.xml.bak > PARAM.xml 25 19 perl -pi -e 's#(<BatchMode>)(</BatchMode>)#$1oar$2#g' PARAM.xml 26 20 }}} 27 21