Re: [OMPI users] parallelising ADI

2012-03-07 Thread Kharche, Sanjay
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

Re: [OMPI users] parallelising ADI

2012-03-06 Thread Jed Brown
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.

Re: [OMPI users] parallelising ADI

2012-03-06 Thread Tim Prince
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

Re: [OMPI users] parallelising ADI

2012-03-06 Thread Eugene Loh
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

Re: [OMPI users] parallelising ADI

2012-03-06 Thread Gustavo Correa
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