It's UWAweek 47

help5507

This forum is provided to promote discussion amongst students enrolled in CITS5507 High Performance Computing.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.

How do I ask a good question?
Displaying selected article
Showing 1 of 148 articles.
Currently 14 other people reading this forum.


 UWA week 41 (2nd semester, week 11) ↓
SVG not supported

Login to reply

👍?
helpful
2:48pm Sun 13th Oct, ANONYMOUS

> Broadly, you have two options: > - You generate the matrix only at the root process. This may make your code simpler, e.g. implementing writing the matrix to a file is trivial (writing does not have to be done in parallel), but your other processes will be sitting idle until you finished generating the matrices. > > - You can generate parts of the matrix in different processes. You may have to design your program more carefully, but your worker processes won't be sitting idle while a single process generates the matrix.
Thank you for your response; I appreciate it. I didn’t expect to see staff available on such a weekend. I believe I have a third option: fully generating the operands for all processes while ensuring that the results are consistent across them. This approach is similar to option two but eliminates the communication cost by avoiding the need to broadcast to other processes. Is this allowed?

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy