software:scalapack:linsolve

Differences

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

Link to this comparison view

software:scalapack:linsolve [2017-12-02 15:23] – created sraskarsoftware:scalapack:linsolve [2021-04-27 16:21] (current) – external edit 127.0.0.1
Line 66: Line 66:
 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 77: Line 77:
 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/linsolve.1512246237.txt.gz
  • Last modified: 2017-12-02 15:23
  • by sraskar