<div dir="ltr"><div>Hi,<br><br></div><div>I was testing a dummy Swift script with a user with file arrays and noticed that no output files are created in the _concurrent dir after a Swift run completed successfully. <br>Here is the Swift script:<br>
<br>$ cat outfile.swift<br>type file;<br><br>app (file out) A (string in1){<br>  dummyA in1 stdout=@out;<br>}<br><br>file outfileA[];<br><br>foreach i in [0:9]{<br> outfileA[i] = A ("astring");<br> }<br><br></div>
<div>The executable simply sleep a bit and prints date:<br>$ cat da.sh<br>#!/bin/bash<br><br>echo "========"<br>date<br>sleep 5<br>echo "========"<br><br></div><div>I do see outfiles being created when I replace the file outfileA[] with:<br>
<br>file outfileA[]<simple_mapper; location="outdir", prefix="a.",suffix=".out">;<br></div><div><br>This is run under Swift 0.94 swift-r7091 cog-r3789<br></div><div><br></div><div>I think this is a bug but wanted to be sure before filing one.<br>
</div><div><br></div><div>Thanks,<br></div><div>-- <br><font face="'courier new', monospace">Ketan</font><br>
</div></div>