mailr28234 - in /trunk/devel_scripts: deploy_google_computing_redhat_6_86_x64.sh openmpi_test_install.sh


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

Header


Content

Posted by tlinnet on October 01, 2016 - 01:21:
Author: tlinnet
Date: Sat Oct  1 01:21:30 2016
New Revision: 28234

URL: http://svn.gna.org/viewcvs/relax?rev=28234&view=rev
Log:
Added initial script for testing openmpi.

Added:
    trunk/devel_scripts/openmpi_test_install.sh
Modified:
    trunk/devel_scripts/deploy_google_computing_redhat_6_86_x64.sh

Modified: trunk/devel_scripts/deploy_google_computing_redhat_6_86_x64.sh
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/deploy_google_computing_redhat_6_86_x64.sh?rev=28234&r1=28233&r2=28234&view=diff
==============================================================================
--- trunk/devel_scripts/deploy_google_computing_redhat_6_86_x64.sh      
(original)
+++ trunk/devel_scripts/deploy_google_computing_redhat_6_86_x64.sh      Sat 
Oct  1 01:21:30 2016
@@ -133,7 +133,7 @@
   checkinstallation
 }
 
-echo "You should restart the terminal or logout and login again"
+echo "After running 'installandcheck', you should restart the terminal or 
logout and login again."
 
 # Do functions
 #installandcheck

Added: trunk/devel_scripts/openmpi_test_install.sh
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/openmpi_test_install.sh?rev=28234&view=auto
==============================================================================
--- trunk/devel_scripts/openmpi_test_install.sh (added)
+++ trunk/devel_scripts/openmpi_test_install.sh Sat Oct  1 01:21:30 2016
@@ -0,0 +1,34 @@
+echo 
'http://svn.gna.org/viewcvs/*checkout*/relax/trunk/devel_scripts/openmpi_test_install.sh'
+echo '#Run this script with: $SHELL test_openmpi.sh'
+echo ""
+
+echo "This script is to test relax and openmpi."
+echo ""
+
+echo "Shell is: $SHELL"
+echo ""
+
+echo "> which mpicc"
+which mpicc
+echo ""
+
+echo "> module avail"
+module avail
+echo ""
+
+echo "> lscpu"
+lscpu
+echo ""
+
+echo "> mpirun --version"
+mpirun --version
+echo ""
+
+echo '> mpirun --report-bindings -np 2 echo "hello world"'
+mpirun --report-bindings -np 2 echo "hello world"
+echo ""
+
+echo "> mpirun --np 2 relax_trunk --multi='mpi4py'"
+mpirun --np 2 relax_trunk --multi='mpi4py'
+echo ""
+




Related Messages


Powered by MHonArc, Updated Sat Oct 01 01:40:08 2016