[molpro-user] Supporting LSF

Andy May MayAJ1 at cardiff.ac.uk
Fri Dec 31 08:09:08 GMT 2010


This has now been patched into our development version, and will also be
included in the next patch to 2010.1.

Best wishes,

Andy

On 29/12/10 08:36, Morimoto K. wrote:
> 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
> 
> 
> 



More information about the Molpro-user mailing list