[sage-support] Re: Parallel computation in Sage

2018-07-16 Thread Simon King
PS: I don't know if `algorithm='padic'` would use a parallel computation. It would certainly make sense. Am Montag, 16. Juli 2018 18:08:07 UTC+2 schrieb Simon King: > > Hi Chandra, > > Am Montag, 16. Juli 2018 07:33:03 UTC+2 schrieb chandra chowdhury: >> >> I want to calculate the determinant of

[sage-support] Re: Parallel computation in Sage

2018-07-16 Thread Simon King
Hi Chandra, Am Montag, 16. Juli 2018 07:33:03 UTC+2 schrieb chandra chowdhury: > > I want to calculate the determinant of a large matrix > with large entries. So it is taking time. In my machine, > I have 32 CPUs. Is it possible in Sage to use all CPUs > parallelly to find the determinant? >

Re: [sage-support] Parallel computation in Sage

2018-07-16 Thread pc . chandra12
Values are integers. On Monday, July 16, 2018 at 5:30:44 PM UTC+5:30, jori.ma...@uta.fi wrote: > > On Mon, 16 Jul 2018, chandra chowdhury wrote: > > > I want to calculate the determinant of a large matrix > > with large entries. So it is taking time. In my machine, > > I have 32 CPUs. Is it

Re: [sage-support] Parallel computation in Sage

2018-07-16 Thread Jori Mäntysalo
On Mon, 16 Jul 2018, chandra chowdhury wrote: I want to calculate the determinant of a large matrix with large entries. So it is taking time. In my machine, I have 32 CPUs. Is it possible in Sage to use all CPUs parallelly to find the determinant? Are values real number or complex numbers,