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, solve locally, and transpose axes as necessary. But, I see Gus also just provided an answer... :^)

On 3/6/2012 12:59 PM, Kharche, Sanjay wrote:
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.

Reply via email to