Josh Kupershmidt on Tue, 27 Mar 2007 08:33:27 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: A distributed version of Pari-GP
|
- To: "Loic Grenie" <grenie@matapp.unimib.it>
- Subject: Re: A distributed version of Pari-GP
- From: "Josh Kupershmidt" <schmiddy@gmail.com>
- Date: Tue, 27 Mar 2007 02:26:38 -0400
- Cc: pari-users@list.cr.yp.to
- Delivery-date: Tue, 27 Mar 2007 08:33:27 +0200
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Vu7N2UjcewzaizSf72Sf6NDYjVIIaVNbVqNbWTGMvXFUorMUhxLVQEDYqsuMYXjSeicNiBa0OGcTo7Y26hJwfbAYwiga+3rpGW93AA5LqoLC/pUkNitFk3QzfBowA2WHBvrcSn8S94XwSCBtjonQqlYG4yCRAHaGBTfAftUQ6ik=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HPgICEGpF3l2xk3P27jZ0QEKU4O9/5oQryiWEL0SCK2voAw8sEbmUB4LfAwxMEQlEnz2qP6fcj5vBON5HnSgqIhnG9npx/iXKZlzVKFMaMAA6AX6wthnKXCZTj7g5oofA7K8eMPBGOsj+ReuaJWXBb5DRXvSubrxsoxBra+duBc=
- In-reply-to: <20070327060036.D311715066DF@u53026a.matapp.unimib.it>
- Mailing-list: contact pari-users-help@list.cr.yp.to; run by ezmlm
- References: <4ec1cf760703261626h64aaf23akbceafb0f5bb134c9@mail.gmail.com> <20070327060036.D311715066DF@u53026a.matapp.unimib.it>
The example gp_input.gp file provided is an overly simple gp program
that prints n and prime(n) over a given range of values of n.
Right now, each compute node has to have a local copy of gp_input.gp
that tells it what calculation to perform -- in this case, to print
prime(n) for a given n, with the range of n automatically sent by a
control node. This is probably the least elegant aspect of the
program. Obviously, in order to change the type of computation you're
performing, you have to change the gp_input.gp file on each compute
node.
I'd like to change this so that a control node will send not only the
index range, but also the whole gp_input.gp file to each compute node.
I'll work on this soon, hopefully...
Josh Kupershmidt
On 3/27/07, Loic Grenie <grenie@matapp.unimib.it> wrote:
It would be interesting to see the gp_input.gp: how do the nodes
receive the input from the master ?
Loïc Grenié