<div dir="ltr">Hello,<div><br></div><div style>Are XML keys case sensitive in sites.xml?</div><div style><br></div><div style>I'm testing with the following config:</div><div style><br></div><?xml version="1.0" encoding="UTF-8"?><br>
<config xmlns="<a href="http://www.ci.uchicago.edu/swift/SwiftSites">http://www.ci.uchicago.edu/swift/SwiftSites</a>"><br>  <pool handle="midway"><br>    <execution provider="coaster" jobmanager="local:slurm"/><br>
    <profile namespace="globus" key="jobsPerNode">16</profile><br>    <profile namespace="globus" key="queue">sandyb</profile><br>    <profile namespace="karajan" key="initialScore">10000</profile><br>
    <profile namespace="globus" key="slots">1</profile><br>    <profile namespace="globus" key="nodeGranularity">1</profile><br>    <profile namespace="globus" key="maxNodes">1</profile><br>
    <filesystem provider="local"/><br>    <workdirectory>/scratch/midway/davidkelly999/work</workdirectory><br>  </pool><br></config><div><br></div><div style>When I use:</div><div style>
<profile namespace="karajan" key="initialScore">10000</profile><br></div><div style><br></div><div style>Things work as expected and I get 16 active tasks.</div><div style><br></div><div style>
When I use a lowercase "initialscore":</div><div style><profile namespace="karajan" key="initialscore">10000</profile><br></div><div style><br></div><div style>I only get 7 active tasks instead of 16.</div>
<div style><br></div><div style>Maybe it is only keys in the karajan namespace that are case sensitive? jobspernode and jobsPerNode both seem to work, for example.</div><div style><br></div><div style>Thanks,</div><div style>
David</div><div style><br></div></div>