Re: [sage-devel] Writing parallel code in Cython

2010-10-21 Thread William Stein
On Thu, Oct 21, 2010 at 4:57 AM, Mitesh Patel wrote: > Are there accepted idioms for writing parallel code in Cython for the > Sage library?  I don't yet have a specific application in mind, but I'm > interested in learning from any examples. I personally think how to write parallel code (or any

Re: [sage-devel] Writing parallel code in Cython

2010-10-21 Thread Tom Boothby
I tend to write code in Cython, and then call it through an @parallel wrapper. This doesn't support mpi or anything fancy, but it's quite effective for what I've needed. On Thu, Oct 21, 2010 at 4:57 AM, Mitesh Patel wrote: > Are there accepted idioms for writing parallel code in Cython for the >

[sage-devel] Writing parallel code in Cython

2010-10-21 Thread Mitesh Patel
Are there accepted idioms for writing parallel code in Cython for the Sage library? I don't yet have a specific application in mind, but I'm interested in learning from any examples. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an em