[Swift-user] Question about nr of nodes
Lorenzo Pesce
lpesce at uchicago.edu
Mon Apr 2 15:48:42 CDT 2012
Nth question from me.
Do you know of any implicit of explicit limitation in the number of nodes when one submits a job requesting less than 1 hr on Beagle?
I asked for 50 nodes (I think) and I got only two.
This is my sites file
<config>
<pool handle="pbs">
<execution provider="coaster" jobmanager="local:pbs"/>
<!-- replace with your project -->
<profile namespace="globus" key="project">CI-IBN000103</profile>
<profile namespace="globus" key="providerAttributes">pbs.aprun;pbs.mpp;depth=24</profile>
<profile namespace="globus" key="jobsPerNode">24</profile>
<profile namespace="globus" key="maxTime">3600</profile>
<profile namespace="globus" key="slots">1</profile>
<profile namespace="globus" key="nodeGranularity">1</profile>
<profile namespace="globus" key="maxNodes">50</profile>
<profile namespace="karajan" key="jobThrottle">12</profile>
<profile namespace="karajan" key="initialScore">10000</profile>
<filesystem provider="local"/>
<!-- replace this with your home on lustre -->
<workdirectory>/lustre/beagle/GCNet/swift.workdir</workdirectory>
</pool>
</config>
More information about the Swift-user
mailing list