Bill Allombert on Thu, 19 Sep 2024 23:31:51 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: concurrent computation of a function
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Re: concurrent computation of a function
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Date: Thu, 19 Sep 2024 23:31:47 +0200
- Delivery-date: Thu, 19 Sep 2024 23:31:51 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=math.u-bordeaux.fr; s=2022; t=1726781509; bh=5KAM4NLVwfIm/owkxGLb56Wof1h9dqbB5qNIrU8CzZA=; h=Date:From:To:Subject:References:In-Reply-To:From; b=YUgiKRXq8ZikzND+c8ZaxU9owQQcVs+503yiNLPs/hE/ldB7IeBoitVUwmd+UEm7E hEs+rCXb4ANmzE5sHayppT0f2YMjtHDquWDM3S5hVe5CTLH7WGUff2mSlGSYOkFZme lfEV3EQvJPbXiE/9eU2bvCEOWrp2NtRfrbxolPFnYx8OgCCb2pZKvjxIwJ+M3nhLjd tNX+O2V/9/wcJ/yVwM9VNNqxC+vyzdaXCeuUOIEaWjUjwe0JFsmDNe3vw9oyihy4hw LiVcQlgRmNocnRUzoZr4ND3nNjH7JQcYXuuVa44/vlEQgdUKN+7Y9r8stXKfcKiYnY z1nr+EaQW9m/MbuWAfVvAv9OMxTxU0gGSkzwZMMQt6Q0/RF1TmUdq5inQGYk1r3BUn HPVXywhrFMGHQJ3Xads0u/AQkp7zHcf8ArIGUyEheu/NoZW+4LerpvQ81GQtLG4E2X Id9kfls7bEjr7XvjWpjOgFWVeuKqf7FCP2dzO4YGFnHdMhv8hEEDyrt0MZcX8YFtPG HvChgkEM5M73DzXqaMMK+r4fMiXaQ0jjqig2nuEzaU8VEN0vdkaKdyIskBHKxvtQb7 90U30kLFf+huTZMRTiykGMxfHL1Kox1FceO8kDvIRSHXSmZvqcFaUmYrBvoVpXlCC3 61b35bUwsU8DZbVxCfskx9R0=
- In-reply-to: <CAJkPp5N1zv1n0LAVveURTi_=6Bh7pCLzj0y97dFJuKjTCJCm+w@mail.gmail.com>
- Mail-followup-to: pari-users@pari.math.u-bordeaux.fr
- References: <CAJkPp5NVqG51fQ_UiGFc1MbVLUiV6QhY5fCg1O67R-SkhhG-5g@mail.gmail.com> <ZuxJ2hm6tHJAMZQ3@seventeen> <CAJkPp5MMFr=AG2=fOhrhX-DvdAnwstQg9VOAh3eMxnauvKvf+g@mail.gmail.com> <Zuxk_vOhqiPA13X6@seventeen> <CAJkPp5NVHHuumcKbfNjf2RnsTQVB6GbanfXp7_NtxGriGsJ5RA@mail.gmail.com> <ZuyIFgCxt6ZNkeV2@seventeen> <CAJkPp5N1zv1n0LAVveURTi_=6Bh7pCLzj0y97dFJuKjTCJCm+w@mail.gmail.com>
On Thu, Sep 19, 2024 at 05:13:02PM -0400, Max Alekseyev wrote:
> Hi Bill,
>
> I'm also looking at using extern(). How can one perform necessary process
> control from inside the GP?
> I'd like to perform the following actions:
> * to run two other GP scripts with extern();
> * get a result from whoever first produces it;
> * kill the remaining GP rocess.
> Does GP have a suitable functionality for that?
No, but the shell does. Since you are using extern, you need to use
the shell anyway.
Cheers,
Bill.