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?
Showing 8 of 148 articles
Showing page 8 of 8⬅ older  |  newer ⮕
Currently no other people reading this forum.


 UWA week 34 (2nd semester, week 5) ↓
SVG not supported 1:19am Sun 25th Aug, ANONYMOUS

Hi, Just wondering if we need to return a 2D array, which kinds of format you will recommend Format 1 int array i j function() Format 2 int function(int row, int column) The first one is returning a static array, and the second o...


SVG not supported 12:58pm Sat 24th Aug, ANONYMOUS

Hi, For the project, I was wondering what form the compressed multiplication result should be in? Should I output a full 100000x100000 matrix or a compressed matrix? Thanks


SVG not supported 6:48pm Fri 23rd Aug, ANONYMOUS

include stdio.h include stdlib.h include string.h include time.h include unistd.h include omp.h define ARRAY LEN 1000000 int main(int argc, char argv ) unsigned int seed 12345; srand(seed); int arr ARRAY LEN ; for(int i 0;i ARRA...


SVG not supported 1:41pm Wed 21st Aug, Abdul M.

Hi, can you give me more details about your implementation? It would be better if you could attach your code. I suspect if you are using the reduction and the number of threads is quite large, it can cause time overhead in the reduction steps.


SVG not supported 1:36pm Wed 21st Aug, Abdul M.

Hi, I assume you are running in Setonix using the batch script. The batch script example shows that you request one server (--node 1) and 28 tasks (--ntasks 28). The ntasks option means you are asking for 28 independent processes with the default numb...


SVG not supported 10:08am Wed 21st Aug, Yao T.

Maybe you could try "omp set num threads" and have a test.


 UWA week 33 (2nd semester, week 4) ↓
SVG not supported 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()); retu...


SVG not supported 2:03pm Fri 16th Aug, ANONYMOUS

In Lab 3, after following the program from the slides, I observed that increasing the number of threads led to an increase in the total running time, which was contrary to my expectations. Could you help me understand if this behavior is normal or if...

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