Then @parallel will almost certainly satisfy:
@parallel(16)
def embarrassing(x):
return factor(x)
for args, fac in embarrassing(range(1,200)):
print args[0], fac
On Wed, Dec 2, 2009 at 9:23 PM, Ethan Van Andel <[email protected]> wrote:
> I was basically thinking that my project, which uses a lot of
> numerical array computing is what my prof would call "an
> embarrassingly parallel problem"
>
> Ethan
>
> --
> To post to this group, send an email to [email protected]
> To unsubscribe from this group, send an email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/sage-devel
> URL: http://www.sagemath.org
--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org