[molpro-user] Supporting LSF

Morimoto K. morimoto at hpc.co.jp
Wed Dec 29 08:36:41 GMT 2010


Dear Molpro users,

To use molpro parallel through LSF, we need an additional 
hostfile rule in molpro script, as following patch.

Though this patch is tested for 2010.1 with LSF 7update5,
will work on another versions. 


*** molprop_2010_1_Linux_x86_64_i8.template     2010-12-27 01:24:32.000000000 +0900
--- molprop_2010_1_Linux_x86_64_i8      2010-12-28 15:31:28.000000000 +0900
***************
*** 29,34 ****
--- 32,39 ----
   nodefile="$QSUB_NODEINF" # NQS
  elif [ x"$PE_HOSTFILE"  != x ] ; then
   nodefile="$PE_HOSTFILE"  # SunGridEngine
+ elif [ x"$LSB_DJOB_HOSTFILE" != x ]; then
+  nodefile="$LSB_DJOB_HOSTFILE" # LSF
  else
   nodefile=""
  fi



-- 
*************************************************
  HPC Systems Inc.      Morimoto Kenji
              e-mail : morimoto at hpc.co.jp
              TEL : +81-3-3599-3651
              FAX : +81-3-3599^3655
*************************************************



More information about the Molpro-user mailing list