Hi,

I would like to use sage for a computation with a long for loop. And
it takes forever on my machine (15 mins). So i tried to speed it up
with a server in the university (with 8 Xeon cores). But i found out
when I run the program, the cpu usage is at 12,5%. Which lets me guess
that only one cpu is working.

Now how can I make sage use all cpus in a machine.

For example:
for i in range(80000):
    print factor(i)

I heard of pyprocessing, but how can I use that here.

Greetings
Michael

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to