<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.<br><br></div><div>-- <br><font face="'courier new', monospace">Ketan</font><br><br>
</div></div></div>