[Swift-devel] Swift unresponsive while using local provider.

Alberto Chavez alberto_chavez at live.com
Fri Jun 17 14:28:13 CDT 2011






When I run the following SwiftScript using suite.sh, the report shows an odd behavior, most of the time it times out, but once in a while it passes, however this outcome is completely random, since sometimes that test has passed 3 times in a row, and all of the sudden it fails.This is my script:type messagefile;app (messagefile t) greeting (string s[]) {        echo s[0] s[1] s[2] stdout=@filename(t);}messagefile outfile <"q5out.txt">;string words[] = ["how","are","you"];outfile = greeting(words);Swift.properties contents:$ cat swift.properties wrapperlog.always.transfer=truesitedir.keep=trueexecution.retries=0lazy.errors=falsestatus.mode=provideruse.provider.staging=falseprovider.staging.pin.swiftfiles=falseSites.template.xml contents:$ cat sites.template.xml <config>  <pool handle="localhost">    <filesystem provider="local" />    <execution provider="coaster" jobmanager="local:local"/>    <profile namespace="globus"   key="internalHostname">127.0.0.1</profile>    <profile namespace="karajan"  key="jobthrottle">1000</profile>    <profile namespace="karajan"  key="initialScore">10000</profile>    <profile namespace="globus"   key="jobsPerNode">4</profile>    <profile namespace="globus"   key="slots">8</profile>    <profile namespace="globus"   key="maxTime">1000</profile>    <profile namespace="globus"   key="nodeGranularity">1</profile>    <profile namespace="globus"   key="maxNodes">4</profile>    <workdirectory>/tmp</workdirectory>  </pool></config>
-Alberto
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-devel/attachments/20110617/59b178f1/attachment.html>


More information about the Swift-devel mailing list