Andreas Enge on Fri, 04 Nov 2022 19:44:21 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Issue with threading engine
|
- To: Jean-Luc ARNAUD <jl.arnaud@free.fr>
- Subject: Re: Issue with threading engine
- From: Andreas Enge <andreas.enge@inria.fr>
- Date: Fri, 4 Nov 2022 19:43:18 +0100
- Authentication-results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=andreas.enge@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr
- Cc: Pari Users <pari-users@pari.math.u-bordeaux.fr>
- Delivery-date: Fri, 04 Nov 2022 19:44:21 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=9GWOMCETYRhanNnBMY48bd+u/656uGUTtKZJ83F9oRA=; b=fsdPvu655itWUhS1trRL8NJ/v7H8ogD7bwgxfhY1KT+0wCAhKaqvnbfX ProQyhRGYD98//qARjqgKgBs7s8UJrb9stir6fT0YViGCvaE0rfBoxYD+ izQBKybTI7MpbFFp51/kOAm6tn1x8qf2FNlEGUprkmunA7A46kTTd8ygQ M=;
- In-reply-to: <873f3552-352e-0b3c-7899-d59687a61d76@free.fr>
- References: <873f3552-352e-0b3c-7899-d59687a61d76@free.fr>
Hello,
Am Fri, Nov 04, 2022 at 07:31:46PM +0100 schrieb Jean-Luc ARNAUD:
> What can I do to restore threading to pthread, without downgrading to
> 2.13.3?
this is normally just a question of using the right configure flags.
Doing
./Configure --mt=pthread
should be enough.
Andreas