|
Grid Engine is currently using the Sunfire 25K cluster for it's default queue for job submission. This means that unless specified otherwise, submitted jobs will be scheduled on hpcvl0-6.
If the Victoria Falls ("Niagara 2") cluster is desired, the line
#$ -q vf.q
needs to be added to the job script. If the job should go exclusively to the Victoria Falls machines, an additional
#$ -l qname=vf.q
has to be issued. With this, Grid Engine will schedule your job on vf0001-0073 only.
A similar addition has to made if jobs are to be submitted to the M9000 servers. The line
#$ -q m9k.q
will add the corresponding queue to the default, and a
#$ -l qname=m9k.q
will cause the job to get scheduled exclusively to the M9000's.
|