[sage-support] Number of CPUs?

2010-09-03 Thread Simon King
Hi! I have a list of computations (in fact, a test suite), and I'd like to do them in parallel. Of course, I could use @parallel, but: 1) each computation uses 3 processes (Sage, GAP, Singular) 2) it is probably not nice to other users if parallel computation uses all available CPUs. I'd

Re: [sage-support] Number of CPUs?

2010-09-03 Thread didier deshommes
On Fri, Sep 3, 2010 at 12:47 PM, Simon King simon.k...@nuigalway.ie wrote: Hi! I have a list of computations (in fact, a test suite), and I'd like to do them in parallel. Of course, I could use @parallel, but:  1) each computation uses 3 processes (Sage, GAP, Singular)  2) it is probably not

Re: [sage-support] Number of CPUs?

2010-09-03 Thread Robert Bradshaw
On Fri, Sep 3, 2010 at 10:47 AM, Simon King simon.k...@nuigalway.ie wrote: Hi! I have a list of computations (in fact, a test suite), and I'd like to do them in parallel. Of course, I could use @parallel, but:  1) each computation uses 3 processes (Sage, GAP, Singular)  2) it is probably not

Re: [sage-support] Number of CPUs?

2010-09-03 Thread didier deshommes
On Fri, Sep 3, 2010 at 12:47 PM, Simon King simon.k...@nuigalway.ie wrote: Hi! I have a list of computations (in fact, a test suite), and I'd like to do them in parallel. Of course, I could use @parallel, but:  1) each computation uses 3 processes (Sage, GAP, Singular)  2) it is probably not