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 the 3 articles in this topic
Showing 3 of 148 articles.
Currently 17 other people reading this forum.


 UWA week 37 (2nd semester, week 7) ↓
SVG not supported

Login to reply

👍?
helpful

OpenMP offers five scheduling schemes for the #pragma omp parallel for directive.

However, out of these, only static, dynamic, and guided are the real deal when it comes to scheduling.

The other two, runtime and auto, aren’t true scheduling schemes themselves but just use the others depending on runtime or default settings. They cannot be set with a chunk size, either.

So, it looks like we should focus our testing on static, dynamic, and guided, right?


SVG not supported

Login to reply

👍?
helpful

I think in lecture, it only mentions static, dynamic, guided, runtime. With runtime you can set the chunk size in script. But I am also confused whether I should make runtime as a indepedent strategy.


SVG not supported

Login to reply

👍?
helpful

Yeah I was also using runtime to experiment with different scheduling and chunk sizes.

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