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 13 other people reading this forum.


 UWA week 33 (2nd semester, week 4) ↓
SVG not supported

Login to reply

👍?
helpful
4:42pm Sat 17th Aug, Zhipeng W.

In this example (in the slide), int main(int argc, char *argv[]) { printf("Openmp running with %d threads\n", omp_get_max_threads()); #pragma omp parallel { printf("Hello World from thread %d\n", omp_get_thread_num()); } return 0; } I ran this on setonix, but get a result shown below: Openmp running with 1 threads Hello World from thread 0 . . . repeat 28 times... Is it correct? but what I expect is 28 threads, then from thread 1,2,3...

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