Sun Grid Engine is installed on master node beo03.unifr.ch
Jobs can be submitted with qsub command
[syntax]: qsub script_name input_name
qsub /apps/bin/g09 input_name
queuing system will choose free resources to submit your job
You can ask for specific node with -q option
qsub -q all.q@node07.cluster /apps/bin/g09 input_name
To check status of the node:
qstat -f|more
E- error, you need to: qdel PID
qw - queued and waiting for free node
r - running
qstat -g t|more
qstat
To stop the job use:
qdel JOB-ID
or
qdel -f JOB-ID
man qsub
man qstat
QUOTAS qquota
displays cpu quota on the cluster
quota
displays disk limits on the cluster