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

Mihael Hategan hategan at mcs.anl.gov
Tue Sep 2 17:09:11 CDT 2014


Hi Ketan,

The config translator does not generally translate new features that
were added just now by you, and it even tells you when it doesn't
recognize an option:

# Option ignored: globus:mode = script

You can say instead:

options {
	mode: "script"
}

Mihael


On Tue, 2014-09-02 at 16:00 -0500, Ketan Maheshwari wrote:
> 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
> _______________________________________________
> Swift-user mailing list
> Swift-user at ci.uchicago.edu
> https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user





More information about the Swift-user mailing list