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

2020-08-06 Thread Prentice Bisbal via users
The reason there aren't a lot of "new" books on MPI programming is because the standard is pretty stable and the paradigm hasn't really changed since the first version of the standard came out in the mid-90s. I believe newer versions of the MPI standard have added new features, but haven't real

[OMPI users] OMPI 4.0.4 crashes (or hangs) with dynamically processes allocation. OMPI 4.0.1 don't.

2020-08-06 Thread Martín Morales via users
Hello people! I'm using OMPI 4.0.4 in a very simple scenario. Just 2 machines, one "master", one "worker" on a Ethernet LAN. Both with Ubuntu 18.04.I builded OMPI just like this: ./configure --prefix=/usr/local/openmpi-4.0.4/bin/ My hostfile is this: master slots=2 worker slots=2 I'm trying

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

[OMPI users] Differences 4.0.3 -> 4.0.4 (Regression?)

2020-08-06 Thread Michael Fuckner via users
Hi, I have a small setup with one headnode and two compute nodes connected via IB-QDR running CentOS 8.2 and Mellanox OFED 4.9 LTS. I installed openmpi 3.0.6, 3.1.6, 4.0.3 and 4.0.4 with identical configuration (configure, compile, nothing configured in openmpi-mca-params.conf), the output fr

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