<div dir="ltr">Hi,<div><br></div><div>Trying to scale up a simple leaf function on Vesta. It seems that the leaf function runs at max 259 times and beyond that either it does not return any results or crash, but I do not see any error messages or other indications either.</div>
<div><br></div><div>On Vesta, an example is at /home/ketan/turbine-output/2014/04/14/23/04/06</div><div><br></div><div>Any clue on this?</div><div><br></div><div>The Swift source looks as follows:</div><div><br></div><div>
<div>import io;</div><div><br></div><div>@dispatch=WORKER</div><div>(int v) leaf_main(string A[]) "leaf_main" "0.0" "leaf_main_wrap";</div><div>main</div><div>{</div><div>  int rc[];</div><div>
  foreach i in [0:9999:1]{</div><div>    rc[i] = leaf_main([fromint(i)]);</div><div>  }</div><div>}</div></div><div><br></div><div><br></div><div>Thanks,</div><div>Ketan</div></div>