Re: [sage-support] Re: using parallel & fork decorators with timeout

2018-10-26 Thread John Cremona
Thanks Nils. (In case you were wondering, I am using pari/gp to compute spaces of modular forms). I'll do some experiments: I have examples where one method takes 10s of hours while another only a few minutes, but other examples where it is the other way round! and I have not yet been able to wo

[sage-support] Re: using parallel & fork decorators with timeout

2018-10-25 Thread Nils Bruin
On Thursday, October 25, 2018 at 9:12:56 AM UTC-7, Nils Bruin wrote: > > On Thursday, October 25, 2018 at 7:13:26 AM UTC-7, John Cremona wrote: >> >> sage: for res in apply([f,g]): print res; break >> (((,), {}), 3^2 * 12248508919 * >> 263416276811813669131602539468011) >> >> The first bit of the

[sage-support] Re: using parallel & fork decorators with timeout

2018-10-25 Thread Nils Bruin
On Thursday, October 25, 2018 at 7:13:26 AM UTC-7, John Cremona wrote: > > sage: for res in apply([f,g]): print res; break > (((,), {}), 3^2 * 12248508919 * > 263416276811813669131602539468011) > > The first bit of the output shows that it is f which returns the result. > But I don't know if g s