<div dir="ltr">Hi all, <div><br></div><div> I could successfully run swift on my local system. </div><div>Next, I want to use the swift to run some jobs on a cluster.<br></div><div><br></div><div>I followed this tutorial.  (I am using just a simple cluster- I even could not run the job on one remote node of the cluster)  </div>
<div><a href="http://swift-lang.org/tutorials/cloud/tutorial.html">http://swift-lang.org/tutorials/cloud/tutorial.html</a> <br></div><div><br></div><div>But, I get this when I run swift p1.swift or other swift </div><div>
<br></div><div>Swift 0.94.1 swift-r7114 cog-r3803</div><div><br></div><div>RunID: 20140828-1758-ea4phzag</div><div>Progress:  time: Thu, 28 Aug 2014 17:58:15 -0400</div><div>Progress:  time: Thu, 28 Aug 2014 17:58:24 -0400  Submitted:1</div>
<div>Execution failed:</div><div><span class="" style="white-space:pre">    </span>Exception in simulate:</div><div>    Arguments: []</div><div>    Host: remotehost2</div><div>    Directory: p1-20140828-1758-ea4phzag/jobs/7/simulate-7k2fxlvl</div>
<div><br></div><div>Caused by:</div><div><span class="" style="white-space:pre">  </span>Job failed with an exit code of 127</div><div><span class="" style="white-space:pre">        </span>simulation, p1.swift, line 9</div><div><br>
</div><div><br></div><div>--- this is my site.xml file setting </div><div><div><br></div><div>   <pool handle="remotehost2"></div><div>      <execution provider="ssh" jobmanager="ssh:local" url="myclusteturl"/></div>
<div>      <filesystem provider="ssh" url="myclusteturl"/></div><div>      <profile namespace="karajan" key="jobThrottle">0</profile></div><div>      <profile namespace="karajan" key="initialScore">10000</profile></div>
<div>      <workdirectory>/path/to/remote/workdirectory</workdirectory></div><div>   </pool></div></div><div><br></div><div>--- if I use this one </div><div><div><pool handle="persistent-coasters"></div>
<div>    <execution provider="coaster-persistent"</div><div>               url="myclusterurl"</div><div>               jobmanager="local:local"/></div><div>    <profile namespace="globus" key="workerManager">passive</profile></div>
<div>    <profile namespace="globus" key="jobsPerNode">1</profile></div><div>    <profile key="jobThrottle" namespace="karajan">10</profile></div><div>    <profile namespace="karajan" key="initialScore">10000</profile></div>
<div>    <filesystem provider="local" url="none" /></div><div>    <workdirectory>.l</workdirectory></div><div>  </pool></div></div><div>--- then it loops to my localhost and just repeat submitting the jobs </div>
<div><br></div><div>1. Is this a correct setting? </div><div>2. Should I use coaster? I could not understand the description in user guides and documentation about the concepts of coaster and the required setting. Is there any better tutorial which would describe the coaster ? </div>
<div>3. I plan to use the swift later on the cloud (Microsoft Azure). What are the setting required for that? for site.xml and if any other file </div><div><br></div><div><br></div><div>Thanks in Advance. </div><div> </div>
</div>