mailr28125 - /trunk/devel_scripts/deploy_google_computing_ubuntu.sh


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on November 28, 2015 - 21:56:
Author: tlinnet
Date: Sat Nov 28 21:56:29 2015
New Revision: 28125

URL: http://svn.gna.org/viewcvs/relax?rev=28125&view=rev
Log:
Small changes to deploy script.

Modified:
    trunk/devel_scripts/deploy_google_computing_ubuntu.sh

Modified: trunk/devel_scripts/deploy_google_computing_ubuntu.sh
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/deploy_google_computing_ubuntu.sh?rev=28125&r1=28124&r2=28125&view=diff
==============================================================================
--- trunk/devel_scripts/deploy_google_computing_ubuntu.sh       (original)
+++ trunk/devel_scripts/deploy_google_computing_ubuntu.sh       Sat Nov 28 
21:56:29 2015
@@ -58,7 +58,7 @@
   curl http://download.gna.org/relax/relax-$VREL.GNU-Linux.x86_64.tar.bz2 -o 
relax-$VREL.GNU-Linux.x86_64.tar.bz2
   tar xvjf relax-$VREL.GNU-Linux.x86_64.tar.bz2
   rm relax-$VREL.GNU-Linux.x86_64.tar.bz2
-  ln -s $HOME/relax-4.0.0/relax $HOME/bin/relax-$VREL
+  ln -s $HOME/relax-4.0.0/relax $HOME/bin/relax_$VREL
 
   # Get the subversion of relax
   svn co svn://svn.gna.org/svn/relax/trunk relax_trunk
@@ -80,8 +80,8 @@
   mpirun --report-bindings -np 4 echo "mpirun with 4 CPU echoes"
 
   # Print info
-  which relax
-  relax -i
+  which relax_$VREL
+  relax_$VREL -i
 
   which relax_svn
   relax_svn -i




Related Messages


Powered by MHonArc, Updated Sat Nov 28 23:00:07 2015