Bill Allombert on Tue, 01 Apr 2025 22:21:26 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: question on build warning
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Re: question on build warning
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Date: Tue, 1 Apr 2025 22:21:19 +0200
- Delivery-date: Tue, 01 Apr 2025 22:21:27 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=math.u-bordeaux.fr; s=2022; t=1743538884; bh=niFLINGu2G4urFgpIwxqso6yQx7CrU3IXj2XfFm9osQ=; h=Date:From:To:Subject:References:In-Reply-To:From; b=NN2nl4NVTIerMEK2EseuAxvfkhDOaIvvgorF2m/a7jIn+nWhOW/dmEb4I+AMe4UeR 155neOyTuGsSZddrJJrtTyaJ3LZ68iDQWH25FZeggTU22dHupum5CHvbe84bTNqN21 BIuDjO+D0cHNn63k16PXR96v9H/MC1Sum7k2b2Ps/isYsbSm3zRAppA9s09y0kgqS+ L+2xuWdlTFXIq1xcCf3BKPP0DQk0uCOR3tssTCqdSblQ/4vRYDpaWJs5tKV3PJJUbA fNnnPMlvQpbf1hyOei4G+jJZdhlK8YC/2NXvkx6WDM25BEh9kwbuKJjW4dsHmmqprg qyu9H33UHuQrUaBZ+C9z9RpbIxyYzYT83e3cVn9w2ukqXo/37ucHHcW6KHrD8j1eNw OAX0EdUSnMrR1J7aeMFI9k6O9TNxEjHikAd8HV4GHIIM1qN0Ggoi0RF4MbXk69ZSX5 mdTSjP/SUFZkOvCBA68cBwOING5iJN9gPeYAwh6CZJhjXFwpeJoYRjPuZiePvgs08m adYZiRERZee3HGDo62d9rpg45qaDfxDOrgo15QqNlyFsp8ud3saPRes+7X28M/16ek w0q/nA1U2iyQABhME7X/0tSYWBnb08tkfMLAxODz4V6fhEe27H3MlLDKGrMHxlvIGz AHDgOlZ5uXgFVba3MBPYFAGA=
- In-reply-to: <ad827b5f-d2cf-4b9a-bea3-2067cb2ca888@gmail.com>
- Mail-followup-to: pari-users@pari.math.u-bordeaux.fr
- References: <ad827b5f-d2cf-4b9a-bea3-2067cb2ca888@gmail.com>
On Tue, Apr 01, 2025 at 12:58:51PM -0700, American Citizen wrote:
> Is this warning something to be concerned about?
>
> I built using the --time=ftime option on the Configure line in the root
> folder /home/owner/math/pari-2.18.0-251-g5d3c5ac62a/
>
> % ./Configure --tune --mt=pthread --time=ftime --with-gmp --with-readline
I suggest you do not set --time=ftime and use getwalltime() in GP instead.
Cheers,
Bill