Discussion:
newbie
(too old to reply)
rudra
2009-04-13 17:05:06 UTC
Permalink
i am a newbie in distributed parallel programming(but used shared
memory parallalization and comfortable with that ).
can anyone suggest me a good starting point to learn mpi in fortran90?
Jomar Bueyes
2009-04-13 21:41:16 UTC
Permalink
Post by rudra
i am a newbie in distributed parallel programming(but used shared
memory parallalization and comfortable with that ).
can anyone suggest me a good starting point to learn mpi in fortran90?
I'd suggest the combination of two books.
1) Pacheco "Parallel programming with MPI"
2) Gropp, Lusk, and Skjellum. " Using MP".

The former has better explanations, but is mostly C or C++ with a
little bit of Fortran 77 sprinkled here and there. The latter has more
coverage of Fortran.

HTH,

Jomar

Loading...