[Swift-user] SWIFT sites choosing

Glen Hocky glen842 at uchicago.edu
Thu Mar 24 13:12:37 CDT 2011


Something like this:

where internal host name is the ip of the node you are submitting from (the
one below is login2.pads I think)
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

just set maxnodes to how many jobs you want submitted to the queue at once
and
jobthrottle=(maxnodes-1)/100

fill in PROJECT, SOMETHING and <scratch></scratch> as desired

  <pool handle="pbs-coasters">
    <execution provider="pbs" url="localhost" jobManager="local:pbs"/>
    <profile namespace="globus" key="maxwalltime">12:00:00</profile>
    <profile namespace="globus" key="workersPerNode">1</profile>
    <profile namespace="globus" key="ppn">1</profile>
    <profile namespace="globus" key="internalHostname">172.5.86.6</profile>
    <profile namespace="globus" key="nodeGranularity">1</profile>
    <profile namespace="globus" key="maxNodes">250</profile>-->
    <profile namespace="karajan" key="jobThrottle">2.49</profile>
    <profile namespace="karajan" key="initialScore">10000</profile>
    <profile namespace="globus" key="project">PROJECT</profile>
    <gridftp  url="local://localhost" />
    <scratch>/tmp</scratch>
    <workdirectory>SOMETHING/swiftwork</workdirectory>
  </pool>


On Thu, Mar 24, 2011 at 1:59 PM, Weiyang Wang <frank.wang04 at gmail.com>wrote:

> Hello,
>
> I've tested my SWIFT codes on login nodes of PADS and want to utilize more
> than 2 cores.
>
> Where can I find sites.xml on PADS? Is there one existing?
>
> 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?
>
> Thank you.
>
> Weiyang
>
> _______________________________________________
> Swift-user mailing list
> Swift-user at ci.uchicago.edu
> http://mail.ci.uchicago.edu/mailman/listinfo/swift-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-user/attachments/20110324/1cce5bed/attachment.html>


More information about the Swift-user mailing list