Cluster Grid

Font Size

SCREEN

Layout

Menu Style

Cpanel

How to request exclusive acces to a host in SGE

 

Sometimes you need to have a host exclusively to yourself. Here goes ..

 

[heri@fep-53-2 ~]$ qsub -l excl=true -q ibm-quad.q -pe openmpi*1 2
echo "I run alone ... always."
echo `uptime`
Your job 97628 ("STDIN") has been submitted
[heri@fep-53-2 ~]$ watch qstat
[heri@fep-53-2 ~]$ qstat -j 97628

 

Original link:

http://wikis.sun.com/display/gridengine62u3/Configuring+Exclusive+Scheduling