Author: tlinnet
Date: Mon Oct  3 18:06:13 2016
New Revision: 28255

URL: http://svn.gna.org/viewcvs/relax?rev=28255&view=rev
Log:
Made a deployment script for centos 6.

Added:
    
trunk/devel_scripts/deploy_scripts/deploy_google_computing_centos_6_86_x64_upgrade_python.sh
      - copied, changed from r28249, 
trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh

Copied: 
trunk/devel_scripts/deploy_scripts/deploy_google_computing_centos_6_86_x64_upgrade_python.sh
 (from r28249, 
trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh)
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/deploy_scripts/deploy_google_computing_centos_6_86_x64_upgrade_python.sh?p2=trunk/devel_scripts/deploy_scripts/deploy_google_computing_centos_6_86_x64_upgrade_python.sh&p1=trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh&r1=28249&r2=28255&rev=28255&view=diff
==============================================================================
--- 
trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh
        (original)
+++ 
trunk/devel_scripts/deploy_scripts/deploy_google_computing_centos_6_86_x64_upgrade_python.sh
        Mon Oct  3 18:06:13 2016
@@ -9,7 +9,7 @@
 
   # Install for running relax in multiple CPU mode
   sudo yum -y install openmpi-devel
-  echo "module load openmpi-1.10-x86_64" >> $HOME/.bash_profile
+  echo "module load openmpi-1.8-x86_64" >> $HOME/.bash_profile
 
   # For trunk checkout and graphs
   sudo yum -y install subversion scons 
@@ -52,7 +52,7 @@
   pip --version
 
   # mpi4py
-  sudo -- sh -c 'source scl_source enable python27; env 
MPICC=/usr/lib64/openmpi-1.10/bin/mpicc pip install mpi4py'
+  sudo -- sh -c 'source scl_source enable python27; env 
MPICC=/usr/lib64/openmpi/bin/mpicc pip install mpi4py'
   mpirun -np 2 python -c "import mpi4py; from mpi4py import MPI; print('Mpi4py 
%s process %d of %d on %s.' %(mpi4py.__version__, 
MPI.COMM_WORLD.Get_rank(),MPI.COMM_WORLD.Get_size(), MPI.Get_processor_name()))"
 
   # Install python epydoc


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to