2012 22:50
To: tpri...@computer.org; Open MPI Users
Subject: Re: [OMPI users] parallelising ADI
On Tue, Mar 6, 2012 at 16:23, Tim Prince mailto:n...@aol.com>>
wrote:
On 03/06/2012 03:59 PM, Kharche, Sanjay wrote:
Hi
I am working on a 3D ADI solver for the heat equation. I have implemented
On Tue, Mar 6, 2012 at 16:23, Tim Prince wrote:
> On 03/06/2012 03:59 PM, Kharche, Sanjay wrote:
>
>> Hi
>>
>> I am working on a 3D ADI solver for the heat equation. I have implemented
>> it as serial. Would anybody be able to indicate the best and more
>> straightforward way to parallelise it.
On 03/06/2012 03:59 PM, Kharche, Sanjay wrote:
Hi
I am working on a 3D ADI solver for the heat equation. I have implemented it as
serial. Would anybody be able to indicate the best and more straightforward way
to parallelise it. Apologies if this is going to the wrong forum.
If it's to be i
Parallelize in distributed-memory fashion or is multi-threaded good
enough? Anyhow, you should be able to find many resources with an
Internet search. This particular mailing list is more for users of
OMPI, a particular MPI implementation. One approach would be to
distribute only one axis, s
On Mar 6, 2012, at 3:59 PM, Kharche, Sanjay wrote:
>
> Hi
>
> I am working on a 3D ADI solver for the heat equation. I have implemented it
> as serial. Would anybody be able to indicate the best and more
> straightforward way to parallelise it. Apologies if this is going to the
> wrong forum