Changes between Version 3 and Version 4 of u/erica/ScalingBluestreak
- Timestamp:
- 02/23/14 10:30:40 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/ScalingBluestreak
v3 v4 1 = '''Scaling on Bluestreak''' = 1 2 2 3 == '''Intro:''' == … … 15 16 In the table, I do not include the first frame when averaging the run time as it seems unusually slow given the additional time to reload the frames upon restart. 16 17 17 '''Note that as I increase the number of nodes, the time to write to file increases as well.''' So to get an estimate of the time to write one frame, we need to be careful to remove the write time before multiplying by 10, and only after add it on.18 '''Note that as I increase the number of nodes, the time to write to file increases as well.''' Therefore, to get a truer estimate of the run-time for one frame, we need to be careful to remove the ''write-''time before multiplying by 10, and only add it after (see next section). 18 19 19 20 … … 30 31 31 32 == '''Choosing the best set of runs:''' == 32