See the web page of the Batch Queueing System (BQS) in Lyon for a general introduction. Detailed description of the BQS commands can be found here .
Basic commands are:
qsub
:
submit a job to the bqs cluster. For example:
qsub -l t=[time_limit],platform=[platform] -N [jobname] [my_job]
Some jobs need more resources than the default. In this case, a
more complete qsub command has to be used. For example:
qsub -l t=100,platform=LINUX,hpss,spool=10mb,f=600Mb,scr=600Mb,M=512Mb -N [jobname] [my_job]
qjob
:
send a list of selected batch job entries to standard output. This command has a graphic
interface (based on tkl-tk) called batmon
.
qdel
:
delete queued or running batch jobs.