<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><span style="font-size: 13.3333330154419px;">Depends on which version you are using, between 0.94 or the main trunk, but the property name remains the same. I think what you are
 looking for is the following:</span>
<div style="font-size: 13.3333330154419px;"><br>
</div>
<div style="font-size: 13.3333330154419px;">jobWalltime </div>
<div style="font-size: 13.3333330154419px;"><br>
</div>
<div style="font-size: 13.3333330154419px;">Description:</div>
<div style="font-size: 13.3333330154419px;"><br>
</div>
<div style="font-size: 13.3333330154419px;">The maximum number amount of time allocated in a scheduler job, in hh:mm:ss format.</div>
<div style="font-size: 13.3333330154419px;"><br>
</div>
<div style="font-size: 13.3333330154419px;">Here is the page in the documentation where this is listed.</div>
<div style="font-size: 13.3333330154419px;"><br>
</div>
<div style="font-size: 13.3333330154419px;"><a href="http://swift-lang.org/guides/trunk/userguide/userguide.pdf#page=35" target="_blank" title="http://swift-lang.org/guides/trunk/userguide/userguide.pdf#page=35
Ctrl+Click to follow link">http://swift-lang.org/guides/trunk/userguide/userguide.pdf#page=35</a></div>
<div style="font-size: 13.3333330154419px;"><br>
</div>
<div style="font-size: 13.3333330154419px;">Hope this helps!</div>
<div style="font-size: 13.3333330154419px;"><br>
</div>
<div style="font-size: 13.3333330154419px;">Justin Scherer</div>
<div style="font-size: 13.3333330154419px;">Software Engineer</div>
<div style="font-size: 13.3333330154419px;">630-252-5598</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF641190" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>From:</b> swift-user-bounces@ci.uchicago.edu [swift-user-bounces@ci.uchicago.edu] on behalf of Andrew Stocker [amstocker@dons.usfca.edu]<br>
<b>Sent:</b> Wednesday, April 01, 2015 6:49 PM<br>
<b>To:</b> Swift User<br>
<b>Subject:</b> [Swift-user] Question about connection times<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">Hi All,
<div><br>
</div>
<div>I'm working on a project to develop a small swift cluster at my school.  Our current test setup consists of 4 iMacs connected via a switch.  We're running into a problem where if a job takes too long, one or more of the machines will lose their connection
 to the cluster.</div>
<div><br>
</div>
<div>I'm wondering if there is some configuration which determines the maximum time for a job?  I've looked through the documentation but it's a bit overwhelming for me since I'm new to this.</div>
<div><br>
</div>
<div>Here are the contents of our configuration files;</div>
<div><br>
</div>
<div><br>
</div>
<div>sites.xml:</div>
<div><br>
</div>
<div>
<div><config></div>
<div>  <pool handle="persistent-coasters"></div>
<div>    <execution provider="coaster-persistent"</div>
<div>               url="<a href="http://169.254.100.102:50200" target="_blank">http://169.254.100.102:50200</a>"</div>
<div>               jobmanager="local:local"/></div>
<div>    <profile namespace="globus" key="workerManager">passive</profile></div>
<div>    <profile namespace="globus" key="jobsPerNode">3</profile></div>
<div>    <profile key="jobThrottle" namespace="karajan">.11999</profile></div>
<div>    <profile namespace="karajan" key="initialScore">10000</profile></div>
<div>    <filesystem provider="local" url="none" /></div>
<div>    <workdirectory>/tmp/swift</workdirectory></div>
<div>  </pool></div>
<div></config></div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>cf:</div>
<div><br>
</div>
<div>
<div>use.provider.staging=true</div>
<div>wrapperlog.always.transfer=false</div>
<div>execution.retries=10</div>
<div>provider.staging.pin.swiftfiles=false</div>
<div>sitedir.keep=false</div>
<div>use.wrapper.staging=false</div>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>