In some cases argument distribution to user-provided functions can be quite tricky. The possibility to test-drive ACME's automatically generated argument lists prior to the actual concurrent computation might be helpful in these situations: add a Boolean keyword dryrun to ParallelMap which performs a (sequential) call of func using pmap.argv[0]
In some cases argument distribution to user-provided functions can be quite tricky. The possibility to test-drive ACME's automatically generated argument lists prior to the actual concurrent computation might be helpful in these situations: add a Boolean keyword
dryrun
toParallelMap
which performs a (sequential) call offunc
usingpmap.argv[0]