Michael, If you're doing everything on a local mutli-core machine (i.e. shared memory), you should probably be using pyprocessing at the momement. If you're going to be using a cluster of some sort, then dsage is the way to go.
Cheers, Yi http://yiqiang.org On Thu, Jul 10, 2008 at 3:59 AM, Michael Mardaus < [EMAIL PROTECTED]> wrote: > > Yes your right, factoring integers was only a simple example to make > my point. > Actually I'm working together with a fellow student (Tobias Nagel) on > the project "Computing integral points on elliptic curves" (as diploma > thesis supervised by Stefan Mueller-Stach (Uni-Mainz, Germany)). > We just finished programming the function (working over QQ) and now > starting our tests. Therefore we want to test our function also on > curves with high rank, which increases the computation time extremly. > But as far as the process can be split up into several independent > parts, we tried to do that and in this process the first post was > written. > After our post we also figured out how to use dsage to help us with > the problem. But now with thanks to Martin we have another option -> > @parralel(). > Which one would you advise? Which one is suitable for what kinds of > problems. > > We hope we don't find any bugs in order to send you the file in the > next weeks. > > Greetings > Michael > > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
