Re: [OMPI users] Books/resources to learn (open)MPI from

2020-08-20 Thread John Hearns via users
Thankyou for the reference to the Divakar Viswanath book. It is very generous that it is available online - I just wish it was in ePub format. I guess that is a decision of MIT Press. I would happily pay for an ePub edition. I just cannot justify more shelf space for physical books. On Thu,

Re: [OMPI users] Books/resources to learn (open)MPI from

2020-08-20 Thread Jeff Hammond via users
It's not about Open-MPI but I know of only one book on the internals of MPI: "Inside the Message Passing Interface: Creating Fast Communication Libraries" by Alexander Supalov. I found it useful for understanding how MPI libraries are implemented. It is no substitute for spending hours reading so

Re: [OMPI users] Books/resources to learn (open)MPI from

2020-08-07 Thread Oddo Da via users
On Thu, Aug 6, 2020 at 9:46 AM Bennet Fauber via users < users@lists.open-mpi.org> wrote: > It covers a good deal more than MPI, but there is at least one full > chapter on MPI in > > Scientific Programming and Computer Architecture, Divakar > Viswanath (MIT Press, 2017) > > also available onl

Re: [OMPI users] Books/resources to learn (open)MPI from

2020-08-06 Thread Bennet Fauber via users
It covers a good deal more than MPI, but there is at least one full chapter on MPI in Scientific Programming and Computer Architecture, Divakar Viswanath (MIT Press, 2017) also available online at https://divakarvi.github.io/bk-spca/spca.html https://divakarvi.github.io/bk-spca/spca.

Re: [OMPI users] Books/resources to learn (open)MPI from

2020-08-06 Thread Jeff Squyres (jsquyres) via users
FWIW, we didn't talk too much about the internals of Open MPI -- but it's a good place to start (i.e., you won't understand the internals until you understand the externals). You can find all the videos and slides for all 3 parts here: https://www.open-mpi.org/video/?category=general In additi

Re: [OMPI users] Books/resources to learn (open)MPI from

2020-08-06 Thread Oddo Da via users
Thank you! On Thu, Aug 6, 2020 at 5:26 AM Gilles Gouaillardet via users < users@lists.open-mpi.org> wrote: > You can start with the recent talks given by Jeff Squyres and Ralph > Castain for Easybuild > > EasyBuild Tech Talk I - The ABCs of Open MPI, part 1 (by Jeff Squyres > & Ralph Castain) > h

Re: [OMPI users] Books/resources to learn (open)MPI from

2020-08-06 Thread Gilles Gouaillardet via users
You can start with the recent talks given by Jeff Squyres and Ralph Castain for Easybuild EasyBuild Tech Talk I - The ABCs of Open MPI, part 1 (by Jeff Squyres & Ralph Castain) https://www.youtube.com/watch?v=WpVbcYnFJmQ (there are three parts) Then the source code and interacting with the devel

Re: [OMPI users] Books/resources to learn (open)MPI from

2020-08-06 Thread Oddo Da via users
On Wed, Aug 5, 2020 at 11:06 PM Gilles Gouaillardet via users < users@lists.open-mpi.org> wrote: > Assuming you want to learn about MPI (and not the Open MPI internals), > the books by Bill Gropp et al. are the reference : > https://www.mcs.anl.gov/research/projects/mpi/usingmpi/ > > (Using MPI 3r

Re: [OMPI users] Books/resources to learn (open)MPI from

2020-08-05 Thread Gilles Gouaillardet via users
Assuming you want to learn about MPI (and not the Open MPI internals), the books by Bill Gropp et al. are the reference : https://www.mcs.anl.gov/research/projects/mpi/usingmpi/ (Using MPI 3rd edition is affordable on amazon) Cheers, Gilles

[OMPI users] Books/resources to learn (open)MPI from

2020-08-05 Thread Oddo Da via users
My apologies if this has been asked before, however a Google search on books about (open)MPI returns a bunch of material written between 1990s and early 2000s, it is difficult to find anything "fresh" on (open)MPI programming. In comparison, if someone wants to learn about Spark and distributed com