Difference between revisions of "CSC352 Homework 3 2017"
(→Question) |
(→Additional Information) |
||
Line 17: | Line 17: | ||
==Additional Information== | ==Additional Information== | ||
<br /> | <br /> | ||
− | You may find this [[ | + | You may find this [[Game_of_Life_in_C_and_MPI| 2-Node, Game of Life, MPI code useful to get started. |
<br /> | <br /> | ||
+ | |||
==The dish array== | ==The dish array== | ||
<br /> | <br /> |
Revision as of 15:27, 5 April 2017
--D. Thiebaut (talk) 15:26, 5 April 2017 (EDT)
Game of Life on MPI
Question
How big an MPI cluster do you need on AWS to gain a speedup greater than 1.0 for a dish of 10,000 lines, where each line is 80 characters long?
Test your program(s) on AWS for various size clusters, and submit a zip file containing:
- the C and MPI programs you will have written,
- any shell file you will have written to help answer the question,
- and a pdf showing the details of your analysis, including the timing of your code AWS.
Additional Information
You may find this [[Game_of_Life_in_C_and_MPI| 2-Node, Game of Life, MPI code useful to get started.
The dish array