It's UWAweek 49

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 1 other person reading this forum.


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

Login to reply

👍?
helpful
2:33pm Sun 13th Oct, Marcell S.

Deciding how to handle this is part of the point of the project. You need to weigh the pros and cons of each approach and justify which you have chosen in your report. 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.

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