[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.
Greg Lindahl lindahl at pathscale.comWed Jun 9 15:58:57 PDT 2004
- Previous message: [Beowulf] How does one calculate the scalability of one's code?
- Next message: [Beowulf] How does one calculate the scalability of one's code?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message: [Beowulf] How does one calculate the scalability of one's code?
- Next message: [Beowulf] How does one calculate the scalability of one's code?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
