<div dir="ltr"><div>Thanks, that helps.  CC'ing list again since I dropped it earlier.<br><br></div> - Tim<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 15, 2014 at 9:45 PM, Mihael Hategan <span dir="ltr"><<a href="mailto:hategan@mcs.anl.gov" target="_blank">hategan@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Fri, 2014-08-15 at 19:32 -0500, Tim Armstrong wrote:<br>
> Just checking my understanding...  Do the coaster options you send over the<br>
> wire correspond directly to the options {} dict here:<br>
> <a href="http://swift-lang.org/guides/trunk/userguide/userguide.html#_configuration_file_structure" target="_blank">http://swift-lang.org/guides/trunk/userguide/userguide.html#_configuration_file_structure</a><br>
><br>
> I.e. options in:<br>
><br>
> execution {<br>
>     type: "coaster"<br>
>     jobManager: "local:local"<br>
>     options {<br>
>         maxJobs: 1<br>
>         tasksPerNode: 2<br>
>         workerLoggingLevel: TRACE<br>
>     }<br>
> }<br>
<br>
</div>Yes, except the jobOptions are also flattened and sent along with the<br>
other ones.<br>
<div class=""><br>
><br>
><br>
> Also, how do you set parameters specific to the jobManager, e.g. if you're<br>
> submitting through pbs:local, how do you set the PBS queue?<br>
<br>
</div>Those are attributes. So everything that isn't specifically a coaster<br>
setting will be passed to the job.<br>
<span class="HOEnZb"><font color="#888888"><br>
Mihael<br>
<br>
</font></span></blockquote></div><br></div>