Re: [julia-users] One line nested loop and @parallel macro

2015-04-27 Thread Kevin Squire
If this is something you think you'd use, it would be good to bump that issue, so that it gets some attention. On Monday, April 27, 2015, Nils Gudat wrote: > Your suggestion brought me to issue #10109 > , which seems to be > exactly the problem I'

[julia-users] One line nested loop and @parallel macro

2015-04-27 Thread Toivo Henningsson
That syntax used to be just syntactic asiat for nested for loops, but it was changed so that break would break all of the loops at once, and given its own format in the AST. I believe the @parallel macro has just not been updated to match, eg it's a bug. Would you mind opening an issue?

[julia-users] One line nested loop and @parallel macro

2015-04-27 Thread Nils Gudat
I've just discovered that multiple nested loops can be written in one line, as described here in the manual . One thing that slightly threw me off is that this doesn't seem to work with the @parallel macro: