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 24 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?

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