pmap and @parallel have slightly different behaviour #3654
Labels
breaking
This change will break code
needs decision
A decision on this change is needed
parallelism
Parallel or distributed computation
Currently,
@parallel
schedules work on all processors including myid 1, whereaspmap
schedules jobs on all but myid 1. It would be nice to have@parallel
do the same thing aspmap
, where myid 1 is not used for computation.The text was updated successfully, but these errors were encountered: