Something like this:<div><br></div><div>where internal host name is the ip of the node you are submitting from (the one below is login2.pads I think)</div><div>node granularity is how many jobs you want batched together and ppn going from 1-8 specifies how many cores you want per job you are running</div>

<div><br></div><div>just set maxnodes to how many jobs you want submitted to the queue at once and </div><div>jobthrottle=(maxnodes-1)/100</div><div><br></div><div>fill in PROJECT, SOMETHING and <scratch></scratch> as desired</div>

<div><br><div><div>  <pool handle="pbs-coasters"></div><div>    <execution provider="pbs" url="localhost" jobManager="local:pbs"/></div><div>    <profile namespace="globus" key="maxwalltime">12:00:00</profile></div>

<div>    <profile namespace="globus" key="workersPerNode">1</profile></div><div>    <profile namespace="globus" key="ppn">1</profile></div><div>    <profile namespace="globus" key="internalHostname">172.5.86.6</profile></div>

<div>    <profile namespace="globus" key="nodeGranularity">1</profile></div><div>    <profile namespace="globus" key="maxNodes">250</profile>--></div><div>

    <profile namespace="karajan" key="jobThrottle">2.49</profile></div><div>    <profile namespace="karajan" key="initialScore">10000</profile></div><div>    <profile namespace="globus" key="project">PROJECT</profile></div>

<div>    <gridftp  url="local://localhost" /></div><div>    <scratch>/tmp</scratch></div><div>    <workdirectory>SOMETHING/swiftwork</workdirectory></div><div>  </pool></div>
<div>
<br></div><br><div class="gmail_quote">On Thu, Mar 24, 2011 at 1:59 PM, Weiyang Wang <span dir="ltr"><<a href="mailto:frank.wang04@gmail.com">frank.wang04@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello,<div><br></div><div>I've tested my SWIFT codes on login nodes of PADS and want to utilize more than 2 cores.</div><div><br></div><div>Where can I find sites.xml on PADS? Is there one existing?</div><div><br></div>


<div>I wrote up my own tc.data too, specifying running programs on "localhost".  If I want to utilize the resources of PADS what should I changed it to?</div><div><br></div><div>Thank you.</div><div><br></div><font color="#888888"><div>


Weiyang</div>
</font><br>_______________________________________________<br>
Swift-user mailing list<br>
<a href="mailto:Swift-user@ci.uchicago.edu">Swift-user@ci.uchicago.edu</a><br>
<a href="http://mail.ci.uchicago.edu/mailman/listinfo/swift-user" target="_blank">http://mail.ci.uchicago.edu/mailman/listinfo/swift-user</a><br></blockquote></div><br></div></div>