[Swift-user] new config for Cobalt provider option ignored

Ketan Maheshwari ketan at mcs.anl.gov
Tue Sep 2 16:00:28 CDT 2014


Hi,

So, trying the new config from trunk for the cobalt provider, the config
translator is ignoring the script mode. Is there an alternative way to tell
Cobalt provider to be invoked in script mode? The old-style sites file is:

<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">

<pool handle="cluster">
<execution provider="coaster" jobmanager="local:cobalt" />

<profile namespace="globus" key="slots">1</profile>
<profile namespace="globus" key="mode">script</profile>

<profile namespace="karajan" key="jobThrottle">2.99</profile>
<profile namespace="karajan" key="initialScore">10000</profile>
<profile namespace="globus" key="jobsPerNode">4</profile>
<profile namespace="globus" key="maxwalltime">00:15:00</profile>
<profile namespace="globus" key="walltime">1500</profile>

<profile namespace="globus" key="maxnodes">128</profile>
<profile namespace="globus" key="nodegranularity">128</profile>

<workdirectory>/home/ketan/swiftwork</workdirectory>
<filesystem provider="local"/>

</pool>
</config>

The generated config is:

<snip>
options {
maxNodesPerJob: 128
maxJobs: 1
tasksPerNode: 4
# Option ignored: globus:mode = script
nodeGranularity: 128
# Option ignored: globus:walltime = 1500
}
...

Thanks,
Ketan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-user/attachments/20140902/64cb61e4/attachment.html>


More information about the Swift-user mailing list