Differences between revisions 1 and 2
Revision 1 as of 2007-01-21 04:15:36
Size: 157
Editor: wstein
Comment:
Revision 2 as of 2007-01-21 04:17:56
Size: 551
Editor: wstein
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= Problem: = Problem: Implementation in SAGE parallel computation of elliptic curve a_p for all p up to some bound =
Line 5: Line 5:
In the abstract the problem of point counting modulo p, for lots of different p, is an "embarassingly parallelize -- just do each p separately. The challenge here is *not* coming up with an algorithm, but figuring out how to implement something very efficient in SAGE that uses the PARI C library.

Describe msri07/anlist here.

Problem: Implementation in SAGE parallel computation of elliptic curve a_p for all p up to some bound

In the abstract the problem of point counting modulo p, for lots of different p, is an "embarassingly parallelize -- just do each p separately. The challenge here is *not* coming up with an algorithm, but figuring out how to implement something very efficient in SAGE that uses the PARI C library.

See [:msri07/threadsafety: Thread Safety of the SAGE Libraries] for information about PARI thread safety.

msri07/anlist (last edited 2008-11-14 13:42:00 by anonymous)