
Student Support Forum: 'Reap, Sow and ParallelMap' topicStudent Support Forum > General > Archives > "Reap, Sow and ParallelMap"
| Author |
Comment/Response |
Oscar Bravo
|
01/22/12 3:38pm
Hello,
below fn is recursive and Sow's its results. It works fine when run with the traditional Map
Reap[
fn[{#},arg2]&/@alist
]
but with a ParallelMap implementation
Reap[
ParallelMap[
fn[{#},arg2]&, alist
]
]
only Null is Reap'ed.
Any suggestions?
Thanks.
URL: , |
|
| | | |
 | |
|