Re: Parallelization on Dell Workstations
- From: Tim Prince <timothyprince@xxxxxxxxxxxxx>
- Date: Tue, 27 Nov 2007 18:28:53 -0800
Sebastian Hanigk wrote:
Tim Prince <timothyprince@xxxxxxxxxxxxx> writes:If the processes on a single node send messages among themselves on
There is a lot of argument about whether hybrid MPI with OpenMP or MPI
alone is ideal for such machines. The optimum, again, depends on
factors which you haven't divulged.
Implicit hybrid programming has been useful on Europe's currently
largest supercomputer, the Mare Nostrum, because the node interconnect
consists of only one Myrinet interface - which caused bandwidth problems
in our code if four MPI processes were to run on each node. The usage of
the multithreaded LAPACK-library with only one MPI-process per node was
in that case faster (which makes it quite obvious that sheer FLOPS count
is worthless without good interconnects).
shared memory, and don't involve more messages to other nodes than in a
hybrid model, there is nothing to be gained in savings on communication.
A random mapping of processes to nodes, evidently, will saturate the
intra-node connection quickly.
We face similar issues in attempting to get good performance with 8-core
nodes, when performance per core is not as high as in 4-core nodes,
additional message traffic among nodes will limit cluster performance at
a smaller number of nodes.
.
- Follow-Ups:
- Re: Parallelization on Dell Workstations
- From: Sebastian Hanigk
- Re: Parallelization on Dell Workstations
- From: Ganesh
- Re: Parallelization on Dell Workstations
- References:
- Parallelization on Dell Workstations
- From: Ganesh
- Re: Parallelization on Dell Workstations
- From: Tim Prince
- Re: Parallelization on Dell Workstations
- From: Sebastian Hanigk
- Parallelization on Dell Workstations
- Prev by Date: Re: C String Prefix Operator Idea (Was: gfortran diagnostics and so on)
- Next by Date: Re: Fortran Error Reporting Requirements (Was: GFORTRAN PROBLEM WITH SAVE STATEMENT)
- Previous by thread: Re: Parallelization on Dell Workstations
- Next by thread: Re: Parallelization on Dell Workstations
- Index(es):