Bill Allombert on Wed, 07 Apr 2021 10:05:05 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: pari_thread_sync missing in PARI/GP 2.13.0 |
On Wed, Apr 07, 2021 at 03:01:19AM -0400, Jeffrey Walton wrote: > Hi Everyone, > > I'm using PARI/GP 2.13.0. I'm trying to build Jancar's ecgen. The > build is failing due to a missing pari_thread_sync . > > I looked in the developer guide [1] but I don't see the replacement or > what should be used nowadays. See COMPAT: - pari_thread_sync is not needed anymore and has been removed. Just remove the call. Synchronization is done automatically by pari_thread_alloc/pari_thread_start now. Sorry for the trouble, Bill