[Swift-devel] Duplicate workdirectory entry in generated sites.xml
Yadu Nand
yadudoc1729 at gmail.com
Fri Dec 20 12:35:29 CST 2013
Hi,
I'm seeing a duplicate entry for workdirectory when using the new config
mechanism in Swift 0.95. I think this entry is confusing the staging
mechanism.
Is there some workaround for this ?
Here's the entry for local in swift.properties :
site.local {
provider=local:local
jobsPerNode=1
maxWalltime=01:00:00
initialScore=10000
filesystem=local
workdirectory=/scratch/midway/$USER/work
jobthrottle=0.1999
}
Here's the generated sites.xml:
<pool handle="local">
<filesystem provider="local"/>
<execution provider="coaster" jobmanager="local:local"/>
<profile namespace="karajan" key="jobthrottle">0</profile>
<profile namespace="globus" key="jobspernode">1</profile>
<profile namespace="globus" key="jobspernode">1</profile>
<profile namespace="globus" key="maxwalltime">01:00:00</profile>
<execution provider="coaster" jobmanager="local:local"/>
<workdirectory>/home/yadunand/knowledge_lab-tfidf_example/run007</workdire\
ctory>
<workdirectory>/scratch/midway/yadunand/work</workdirectory>
<profile namespace="karajan" key="jobthrottle">0.1999</profile>
<profile namespace="karajan" key="initialscore">10000</profile>
</pool>
Thanks,
Yadu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-devel/attachments/20131220/d01fe7ca/attachment.html>
More information about the Swift-devel
mailing list