<div dir="ltr">Hi,<div><br></div><div>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:</div>
<div><br></div><div><div><?xml version="1.0" encoding="UTF-8"?></div><div><config xmlns="<a href="http://www.ci.uchicago.edu/swift/SwiftSites">http://www.ci.uchicago.edu/swift/SwiftSites</a>"></div>
<div><br></div><div><pool handle="cluster"></div><div><execution provider="coaster" jobmanager="local:cobalt" /></div><div><br></div><div><profile namespace="globus" key="slots">1</profile></div>
<div><profile namespace="globus" key="mode">script</profile></div><div><br></div><div><profile namespace="karajan" key="jobThrottle">2.99</profile></div><div>
<profile namespace="karajan" key="initialScore">10000</profile></div><div><profile namespace="globus" key="jobsPerNode">4</profile></div><div><profile namespace="globus" key="maxwalltime">00:15:00</profile></div>
<div><profile namespace="globus" key="walltime">1500</profile></div><div><br></div><div><profile namespace="globus" key="maxnodes">128</profile></div><div><profile namespace="globus" key="nodegranularity">128</profile></div>
<div><br></div><div><workdirectory>/home/ketan/swiftwork</workdirectory></div><div><filesystem provider="local"/></div><div><br></div><div></pool></div><div></config></div></div><div>
<br></div><div>The generated config is:</div><div><br></div><div><snip></div><div><div><span class="" style="white-space:pre">        </span>options {</div><div><span class="" style="white-space:pre">                  </span>maxNodesPerJob: 128</div>
<div><span class="" style="white-space:pre">                    </span>maxJobs: 1</div><div><span class="" style="white-space:pre">                 </span>tasksPerNode: 4</div><div><span class="" style="white-space:pre">                    </span># Option ignored: globus:mode = script</div>
<div><span class="" style="white-space:pre">                    </span>nodeGranularity: 128</div><div><span class="" style="white-space:pre">                       </span># Option ignored: globus:walltime = 1500</div><div><span class="" style="white-space:pre">           </span>}</div>
</div><div>...</div><div><br></div><div>Thanks,</div><div>Ketan</div></div>