Running Batch Jobs on Manchester Suns

How the Batch System Works

Alessandra introduced a batch system into the suns. It restricts the number of jobs to 4 (1 per CPU).

It is not the same as the bsub system at SLAC/RAL, but still very simple. You have to go into your workdirectory (or wherever). You make a file called     myjob   containing just:
. /bfactory/profiles/group_sys.conf.sh
srtpath 8.8.0c SunOS5
cd /export/home/roger/tau/workdir
./betarun ./mydata.tcl 
Then enter:
   qsub -j oe -Nmyjob.log myjob
This can all easily be incorporated into a simple script to submit a whole lot of jobs at once.

The only other thing you need is the     xpbs    command, which throws up a window for monitoring queues, job progress, etc.


Comments

Top

Last modified:  
Copyright © 2000-2001 Jenny Williams
All Rights Reserved
Email: jenny@hep.man.ac.uk