<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
</head><body wsmode="reply" bgcolor="#FFFFFF" text="#000000"><span><meta
 http-equiv="content-type" content="text/html; charset=ISO-8859-1"><br>

Justin you are correct, what you describe below is the exact way people 
used to consume more than one job slot (or block off an entire machine 
for a single non-parallel job back before exclusive host access was 
available. We often referred to this method on the SGE lists as the 
"threaded PE" or "threaded PE hack." for people looking for background 
info. <br>

<br>

Dedicated clusters would make a dummy parallel environment called 
"threaded" or "SMP" for this method but in starcluster just consuming 
slots from the orte PE should work fine. <br>

<br>

My $.02<br>

<br>

-Chris<br>&nbsp;

</span><br>
<br>
Justin Riley wrote:
<blockquote cite="mid:4F47AE74.3060109@mit.edu" type="cite">
  <pre wrap="">Correct me if I'm wrong but if you modify the 'orte' parallel
environment on StarCluster to use the '$pe_slots' allocation_rule:

$ qconf -mp orte
allocation_rule $pe_slots

then according to the SGE docs:

"If the special denominator $pe_slots is used, the full range of
processes as specified with the qsub(1) -pe switch has to be allocated
on a single host (no matter which value belonging to the range is
finally chosen for the job to be allocated)."

So from my understanding after making the above change the following
would use all 8 slots on a single machine for a single job:

$ qsub -cwd -pe orte 8 ./jobscript.sh

HTH,</pre>
</blockquote>
<br>
<div id="WISESTAMP_SIG_2112"><div style="font-size: 13.3px; font-family:
 Verdana, Arial, Helvetica, sans-serif;"><div style="margin: 0 0 8px 0"><p
 ws="true" style="margin:0; "><span><span style="font-size: small;"><span
 style="color: #808080;"><strong data-type="var" data-name="name">Chris 
Dagdigian</strong><span style="color: #888888;"><em data-type="var" 
data-name="title"> Principal Consultant</em></span><span style="color: 
#888888;"><em data-type="var" data-name="company">, BioTeam Inc.</em></span></span></span>
 <br><span><span style="font-size: small;" data-type="var" 
data-name="website"><span style="color: #666699;"><a class="moz-txt-link-freetext" href="http://bioteam.net">http://bioteam.net</a></span></span>
 </span><span><span style="font-size: small;" data-type="var" 
data-name="website"><span style="color: #666699;"><a 
href="http://www.slideshare.net/chrisdag/" style="text-decoration: 
underline"><img alt="SlideShare" style="padding: 0px 0px 5px 0px; 
vertical-align: middle;" src="cid:part1.04030701.03010603@bioteam.net" 
border="0" height="16" width="16"></a> <a 
href="https://twitter.com/chris_dag" style="text-decoration: underline"><img
 alt="Twitter" style="padding: 0px 0px 5px 0px; vertical-align: middle;"
 src="cid:part2.08020800.04090404@bioteam.net" border="0" height="16" 
width="16"></a> <a href="http://www.linkedin.com/in/chrisdag" 
style="text-decoration: underline"><img alt="LinkedIn" style="padding: 
0px 0px 5px 0px; vertical-align: middle;" 
src="cid:part3.06070303.02040601@bioteam.net" border="0" height="16" 
width="16"></a> <a href="http://flic.kr/s/aHsiPuSdtY" 
style="text-decoration: underline"><img alt="Flickr" style="padding: 0px
 0px 5px 0px; vertical-align: middle;" 
src="cid:part4.08000306.00010107@bioteam.net" border="0" height="16" 
width="16"></a></span></span>&nbsp; </span><br></span></p></div><div 
style="max-width: 469px; padding: 0.5em 0 0.5em;"><span 
style="font-size: 90%;"><span style="color: gray">My latest BioTeam Blog
 Post:</span>  <a 
href="http://bioteam.net/2012/02/metrum-moves-to-the-cloud/"><span 
style="color:#00e; text-decoration: underline;">Metrum moves to the 
cloud</span></a></span><br></div></div></div>
</body></html>