<div dir="ltr"><div>You can't declare variables inside a multiple return, you'll have to declare them first, then assign them in a separate statement.<br><br>- Tim<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Aug 7, 2013 at 8:03 PM, Ketan Maheshwari <span dir="ltr"><<a href="mailto:ketancmaheshwari@gmail.com" target="_blank">ketancmaheshwari@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>Hi,<br><br></div><div>I am writing some benchmark scripts. One of them is SIMO for single input multiple output for which an app looks as follows:<br><br>app (file _outB1, file _outB2, file _outB3, file _outB4) A (file _inA1){<br>

    "simo.sh" @_inA1 @_outB1 @_outB2 @_outB3 @_outB4;<br>}<br><br></div><div>Wondering if this is the right way to define multiple outputs to an app?<br><br></div><div>I am getting error message when I call the app in main{} as follows:<br>

<br>(file outb1 <outb1>, file outb2 <outb2>, file outb3 <outb3>, file outb4 <outb4>) = A (in_a);<br><br></div><div>The error is:<br><br>simo.swift l.22:9 mismatched input 'outb1' expecting RPAREN<br>

simo.swift l.22:49 no viable alternative at input 'outb3'<br>simo.swift l.22:82 no viable alternative at input ')'<br>simo.swift l.22:86 mismatched input 'A' expecting GT<br>simo.swift l.24:0 mismatched input '}' expecting EOF<br>

Error occurred during parsing.<br></div><div><div><br></div><div>Thanks for suggestions to fix this.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>-- <br>
<font face="'courier new', monospace">Ketan</font><br><br>
</div></font></span></div></div>
<br>_______________________________________________<br>
ExM-user mailing list<br>
<a href="mailto:ExM-user@lists.mcs.anl.gov">ExM-user@lists.mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/exm-user" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/exm-user</a><br>
<br></blockquote></div><br></div>