earlier book, and covers basic MPI.
http://www.amazon.com/Using-MPI-Programming-Message-Passing-Engineering/dp/0262527391/
2. Using Advanced MPI: Modern Features of the Message-Passing Interface
by William Gropp, Torsten Hoefler, Rajeev Thakur, and Ewing Lusk
This is a new book on advanced
In the upcoming 1.0.8 release of MPICH2 (next week or so) we are fixing it
similar to Open MPI, so you shouldn't need to undef anything even in MPICH2.
Rajeev
> Date: Thu, 16 Oct 2008 12:29:01 +0200
> From: Jed Brown
> Subject: [OMPI users] on SEEK_*
> To: us...@open-mpi.org
> Message-ID: <2008
For MPICH2 1.0.7, configure with --with-device=ch3:nemesis. That will use
shared memory within a node unlike ch3:sock which uses TCP. Nemesis is the
default in 1.1a1.
Rajeev
> Date: Wed, 15 Oct 2008 18:21:17 +0530
> From: "Sangamesh B"
> Subject: Re: [OMPI users] Performance: MPICH2 vs OpenMPI