Bill Allombert on Tue, 08 Sep 2015 18:13:52 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

new parallel polmodular


Dear PARI ddevelopers,

As an experiment, We have added parallel computing support to
polmodular, when using the parallel version of PARI.

For example on my dualcore laptop:

? my(t=getwalltime());polmodular(101);getwalltime()-t
%1 = 2607
? default(nbthreads,1)
? my(t=getwalltime());polmodular(101);getwalltime()-t
%3 = 5537

so the parallel version is about twice faster.

Cheers,
Bill.