Author Topic: Running Turbomole with the LSF batch system  (Read 6250 times)

sca

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
Running Turbomole with the LSF batch system
« on: June 01, 2009, 11:13:11 PM »
hello,
I am trying to run Turbomole V 6.0 on a linux cluster which uses the LSF batch system. I am having truoble setting up the script file for the parallel version! So far I have used only the PBS queue system and am new to the LSF batch system. Can any one please help me with the script file? I tried the following script file:

#!/bin/tcsh
#BSUB -J test1
#BSUB -q normal
#BSUB -o output.%J.out
#BSUB -W 1:00
#BSUB -n 4

set PARNODES=4
ridft >& ridft.out

This script file runs only the serial version even though the sysname command shows the version as em64t-unknown-linux-gnu_mpi. I can't really find the equivalent command for #PBS -V. I appreciate any help!
-sca