Control: tags -1 + unreproducible moreinfo * Rafael Laboissière <[email protected]> [2016-08-08 16:29]:
Could you please provide a script that triggers the bug, as I asked in a previous message?
I cannot reproduce the bug. The simple example below works for me with the versions currently in unstable (octave 4.0.3-1 and octave-parallel 3.1.0-1):
octave:1> pkg load parallel
octave:2> parcellfun (2, @(x) x^2, {1, 2})
parcellfun: 2/2 jobs done
Does it work for you?
Rafael Laboissière

