Charles Greathouse on Tue, 29 Aug 2023 21:20:19 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- To: jl.arnaud@free.fr
- Subject: Re: Pi with MT
- From: Charles Greathouse <crgreathouse@gmail.com>
- Date: Tue, 29 Aug 2023 15:15:24 -0400
- Cc: pari-users@pari.math.u-bordeaux.fr
- Delivery-date: Tue, 29 Aug 2023 21:20:19 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693336535; x=1693941335; darn=pari.math.u-bordeaux.fr; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=pQnn62/rpkDM6uPT6AkpBoUcOlFEpqRHCtzp6EPkXpk=; b=YpmsBCFBwBMHcoXAn6HFGV/t6lcxljjTR2TwywP76pj3HukpDZJX8FgQeIoM1w+bUq kKQz7/JPCFTstI0psoBzBJmiFnWm1ip4KujSEmt7Kq2lKUZL2QadSW5ryK0GIcJ0zQX9 /IUN7T2X1KhmmjaEOem7U0HZp/XCmjLe9gLqmvBsCsIqqyLePNmryVSKw1TSyUg4tgBJ 3AG7ZEDgYM3891rgEYLhPT/lruSztBaGYIfsMPa7wl0xdemJrrv5iGtp8+lOHJpVqHwd YVsfn3iikdPNWBHLQr2Rn1PjivnnayaNVyF9uJfSshOVaoffs5NfVoRcoStcAXKRyOex +ALw==
- In-reply-to: <e2980dfe-4d2d-ef7e-49bf-953b6113b0bb@free.fr>
- References: <c0983d73-79de-afc4-51c1-9ad1a3136e1e@free.fr> <e2980dfe-4d2d-ef7e-49bf-953b6113b0bb@free.fr>
As far as I know, there’s only one high-performance program for Pi computation out there, gamma-cruncher:
It is indeed multithreaded and has extensive support for our-of-memory computation.
Le 28/08/2023 à 23:51, Jean-Luc ARNAUD a écrit :
> I'm interested in a Pi function using MT.
>
> Pari/GP Pi is very fast but does not use MT.
>
> Did anyone code this Pi function in MT and would be so kind as to
> share his/her code?
>
> Thanks in advance.
>
It seems (thanks to Ruud) that my question is not clear...
So I have to rewrite it.
I'm interested in a Pi function using MultiThreading.
Pari/GP Pi is very fast but it's a constant, not a function (thanks
again, Ruud 😉).
Did anyone code a Pi function calculating a huge number of π decimals
with MultiThreading very quickly and would be so kind as to share
his/her code
TIA
--
Jean-Luc Arnaud