software:scalapack:mills

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

software:scalapack:mills [2017-10-23 16:48] – created sraskarsoftware:scalapack:mills [2021-04-27 16:21] (current) – external edit 127.0.0.1
Line 128: Line 128:
 if [ ! -f "template.qs" ]; then if [ ! -f "template.qs" ]; then
   sed "s/\$MY_EXE/.\/$base/g;"'s/^echo "\(.*\)--"/date "+\1 %D %T--"/' \   sed "s/\$MY_EXE/.\/$base/g;"'s/^echo "\(.*\)--"/date "+\1 %D %T--"/' \
-     /opt/templates/openmpi/openmpi-ibverb.qs > template.qs+     /opt/shared/templates/openmpi/openmpi-ibverb.qs > template.qs
   echo "new copy of template in template.qs"   echo "new copy of template in template.qs"
 fi fi
Line 290: Line 290:
 You must run the ''solve'' executable on the compute nodes, and submit with Grid Engine.  You will need You must run the ''solve'' executable on the compute nodes, and submit with Grid Engine.  You will need
 a script, which we will copy  a script, which we will copy 
-from ''/opt/templates/openmpi/openmpi-ibverb.qs'' and modified so+from ''/opt/shared/templates/openmpi/openmpi-ibverb.qs'' and modified so
  
   * $MY_EXEC: ''./solve < in.dat''   * $MY_EXEC: ''./solve < in.dat''
Line 301: Line 301:
 if [ ! -f "template.qs" ]; then if [ ! -f "template.qs" ]; then
   sed -e 's/\$MY_EXE/.\/solve < in.dat/g;s/^echo "\(.*\)--"/date "+\1 %D %T--"/' \   sed -e 's/\$MY_EXE/.\/solve < in.dat/g;s/^echo "\(.*\)--"/date "+\1 %D %T--"/' \
-     /opt/templates/openmpi/openmpi-ibverb.qs > template.qs+     /opt/shared/templates/openmpi/openmpi-ibverb.qs > template.qs
   echo "new copy of template in template.qs"   echo "new copy of template in template.qs"
 fi fi
  • software/scalapack/mills.1508791698.txt.gz
  • Last modified: 2017-10-23 16:48
  • by sraskar