[sage-devel] More RAM trouble on sage.math

2008-06-22 Thread mabshoff
Hello folks, somebody we all know and bought sage.math had a couple jobs running there which ended up sucking up all the RAM. I killed some of them just in time before the box could lock up again ;), added more swap space, but it seems that now a large number of jobs are hanging [i.e. 0% CPU], so

[sage-devel] Sage 3.0.3 coercion branch vs. libSingular

2008-06-22 Thread mabshoff
After pulling in today's coercion branch I get libSingular related segfaults. Valgrind points at /* "/scratch/mabshoff/release-cycle/sage-3.0.3-vg/devel/sage-main/ sage/rings/polynomial/multi_polynomial_libsingular.pyx":267 * raise NotImplementedError, "Only GF(q) and QQ are suppor

[sage-devel] Re: Compilation failure

2008-06-22 Thread mabshoff
On Jun 22, 2:30 am, Amir Saffari <[EMAIL PROTECTED]> wrote: > Hi, Hi Amir, > First of all, thanks for developing this great package. I am trying to > build the sage from source on my machine at work and it seems that > there is some problem with "gmp" installation. I'm installing it on my > ho

[sage-devel] Re: pyprocessing

2008-06-22 Thread Harald Schilly
On Jun 22, 10:00 am, "William Stein" <[EMAIL PROTECTED]> wrote: > So please vote for or against this proposal, or raise questions, etc. +1 from me, too. Just one question, there is a section in the documentation about client/server communications. could this be used to simplify some code in dsag

[sage-devel] Re: pyprocessing

2008-06-22 Thread mabshoff
+1 Cheers, 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://w

[sage-devel] Re: pyprocessing

2008-06-22 Thread Craig Citro
+1. --~--~-~--~~~---~--~~ 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

[sage-devel] Re: pyprocessing

2008-06-22 Thread David Joyner
+1 On Sun, Jun 22, 2008 at 4:00 AM, William Stein <[EMAIL PROTECTED]> wrote: > > Hello, > > I would like to propose adding pyprocessing as a standard spkg to Sage. > http://pyprocessing.berlios.de/ > > This is *by far* the best tool I've ever seen for making use of multiple > processors on a

[sage-devel] Compilation failure

2008-06-22 Thread Amir Saffari
Hi, First of all, thanks for developing this great package. I am trying to build the sage from source on my machine at work and it seems that there is some problem with "gmp" installation. I'm installing it on my home machine which is going well so far. Any feedback is welcome. Best Regards Amir

[sage-devel] pyprocessing

2008-06-22 Thread William Stein
Hello, I would like to propose adding pyprocessing as a standard spkg to Sage. http://pyprocessing.berlios.de/ This is *by far* the best tool I've ever seen for making use of multiple processors on a single SMP machine from Python. I'm extremely thankful to Mike Hansen for bringing it to