Erkan Tairi on Thu, 11 Jun 2020 12:39:55 +0200
[Date Prev] [
Date Next
] [Thread Prev] [
Thread Next
] [
Date Index
] [
Thread Index
]
How to use OpenMP with PARI/GP?
To
:
pari-users@pari.math.u-bordeaux.fr
Subject
: How to use OpenMP with PARI/GP?
From
: Erkan Tairi <
erkan.tairi@gmail.com
>
Date
: Thu, 11 Jun 2020 12:39:40 +0200
Delivery-date
: Thu, 11 Jun 2020 12:39:56 +0200
Dkim-signature
: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Zxhw5FfgoxvDVtQq0vPNbg9D8IOU7+oYXJ2jCFJ45lc=; b=MLas37/ELju5Rw9i0eEfNQFHmxv2nE2gZu0oqNsOzSehyjXoizSX4SPIWzHv9mSvEw 5EkIzaJ+S1Giu43vRKXbLuxTW84Vc0pJt6gq1kg3t+EndTygx0XZptIbh3cxalQrCVF0 FPSk3xWLEKDxfrxLwQ13pq+9/QUXJv6x5TVF+4HMRtadAXVajwRCdqkRifhBcVrurmTm afaJ87QdjJondPsFZi7iGW+7ygyaVDddNCMLFnU/ZNle3oka2n491RHy4dq4p+OEpFKA 1tQV6W6C1gYW1LEOH+/bn9qeQMguCi3hnocfD5Bq4+Zu5g0Y47eBRmUZU0G+1DHsm+zO yMJA==
Hi,
I'm interested in parallelizing a for loop that includes some PARI/GP operation using OpenMP. However, this seems a rather non-trivial task, and the closest thing to that is given here:
https://fossies.org/linux/pari/examples/openmp.c
But that uses the "sections" clause from OpenMP. I intend to parallelize a for loop, that's why I'm trying to use the "parallel for" clause. My test code along with the problem description is given here:
https://stackoverflow.com/questions/62322277/how-to-use-openmp-with-pari-gp
Best regards,
Erkan
Follow-Ups
:
Re: How to use OpenMP with PARI/GP?
From:
Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Next by Date:
Re: How to use OpenMP with PARI/GP?
Next by thread:
Re: How to use OpenMP with PARI/GP?
Index(es):
Date
Thread