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?
14 articles posted by this ANONYMOUS person
Showing 14 of 148 articles.
Currently 15 other people reading this forum.


 UWA week 42 (2nd semester, week 12) ↓
SVG not supported 8:50am Fri 18th Oct, ANONYMOUS

Yesterday everything works well, however today when I tried to so submit a job, it just put it into the queue and do nothing. I haven't reached the limitation of usage. By "squeue --m" the message looks "Priority 12 49 22 TIME LEFT 10 00", the time l...


 UWA week 38 (2nd semester, week 8) ↓
SVG not supported 8:35pm Mon 16th Sep, ANONYMOUS

The speed of writing the result matrix B and C to file is extremely slow. The reason is the result matrix of B and C has column number nearly 100000 so it is very big. Can I write binary format to the file instead? I've tested it is much faster than w...


SVG not supported 8:10pm Mon 16th Sep, ANONYMOUS

Thanks, probably this is the reason why it get killed. However the tricky part is that if I run it without script, just . project. It can run sucessfully sometimes.


SVG not supported 5:46pm Mon 16th Sep, ANONYMOUS

I understand that but I dont think virual memeory management would affect the use of memory, this is what operation system and c library should gurantee. If malloc return sucess I should be able to use it freely. In fact I have run my program on my la...


SVG not supported 3:54pm Mon 16th Sep, ANONYMOUS

when I tried to alloc some memory on setonix, with script bin bash SBATCH --nodes 1 SBTACH --ntasks 28 SBATCH --partition work SBATCH --account courses0101 SBATCH --mem 200G export OMP SCHEDULE "static,3125" gcc -m64 -fopenmp -o project . project.c s...


 UWA week 37 (2nd semester, week 7) ↓
SVG not supported 9:56pm Thu 12th Sep, ANONYMOUS

In mid test, Q12 it use private(k) so k is not initialized. That means it can be any value. So all the answers are possible. If I misunderstand something pls tell me.


SVG not supported 9:49pm Thu 12th Sep, ANONYMOUS

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.


 UWA week 36 (2nd semester, mid-semester break) ↓
SVG not supported 2:13pm Wed 4th Sep, ANONYMOUS

To clarify, I mean no matter how many threads I set, e.g. from 1 to 128, the running time is always longer than the running time of 1 thread.


 UWA week 35 (2nd semester, week 6) ↓
SVG not supported 9:29am Sun 1st Sep, ANONYMOUS

I realize it is about writing matrices B and C to different files, but is there any format requirement?


SVG not supported 1:35pm Sat 31st Aug, ANONYMOUS

The project mentions to write the results for the B and C matrices to different file. I am confused what it means the final results for B and C. for example, I have three pair X1,Y1; X2,Y2; X3,Y3; for pair1 I have X1B X1C, Y1B,Y1C; for pair2... and I ...


SVG not supported 1:05pm Sat 31st Aug, ANONYMOUS

The project said there should be two consective zero in B and C if A has no non-zero elements. But what's the point of that? Since for B it only contains non-zero elements, that simply means all the zero are used for representing null. So one zero is ...


SVG not supported 1:13pm Wed 28th Aug, ANONYMOUS

um.... so what is suitable number to achieve a speedup, it seems I can't find that number.


 UWA week 34 (2nd semester, week 5) ↓
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...


 UWA week 33 (2nd semester, week 4) ↓
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