Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

[Beowulf] How does one calculate the scalability of one's code?

Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.

Search

Greg Lindahl lindahl at pathscale.com
Wed Jun 9 15:58:57 PDT 2004


> 1) Fixed job size
> 
> For Fixed job size, I can use Amdahl's law S = N/ (b * N + (1-b)) and fit
> the curve to find b ( the % of code that is serial)
> 
> Or I could use the Gustafson-Baris Law S = N - b(N - 1) and likewise fit to
> find b

Look at your curve -- I bet that it doesn't really look like either
equation. Both versions leave out the time spent communicating.

-- greg



More information about the Beowulf mailing list