[Fwd: 8 node cluster help!]

Patrick Geoffray patrick at myri.com
Mon Mar 5 08:54:24 PST 2001


nate fuhriman wrote:
 
> This is the result with a data size of 4000. 8000 crashed the machine.
> Remember this is with HEAVY swapping because it was on a single machine.
> (hd light was constant)

> W00L2L2         4000     1     2     2           52143.23          8.187e-04

If it's swapping, it's normal that the performance is bad, like
everywhere in the HPC world. A matrix of 4000 needs (4000*4000*8) = 125
MB at the application level. 
The benchmark uses also 4 processes (2x2) : if it's on a single machine,
I hope you have 4 processors in the box ;-)

To forecast the result of HPL (High perf Linpack), you can take the peak
of DGEMM reported by ATLAS, multiply it by the number of processors and
then multiply by 0.75 (rough efficiency of 75 %, may be 50 % for cheap
interconnect) to get the total performance. So 8 nodes with a Pentium
III at 550 MHz, assuming that your are using ATLAS to generate the BLAS
and you have enough memory in each boxe to reach a point close of the
DGEMM peak, should get something between 4 and 6 GFlops.

If any machine swaps, the performance goes to the toilettes :-))

Hope it helps.

-- 
Patrick Geoffray

---------------------------------------------------------------
|      Myricom Inc       |  University of Tennessee - CS Dept |
| 325 N Santa Anita Ave. |   Suite 203, 1122 Volunteer Blvd.  |
|   Arcadia, CA 91006    |      Knoxville, TN 37996-3450      |
|     (626) 821-5555     |      Tel/Fax : (865) 974-0482      |
---------------------------------------------------------------





More information about the Beowulf mailing list