On the Pawsey documentation they refer to the --cpus-per-task as the max number of threads in an OpenMP application
"--cpus-per-task c (or -c c ) specifies the number of cores assigned to each process (or task related to the --ntasks option). For...
Thats not far off the times I'm having as well, I'm under the assumption it is supposed to take quite a long time. Though I could also not be using the optimal algorithm but regardless I'm assuming it will take a long time.
Actually are we supposed to test each schedule and thread count in separate runtimes? And use all the relevant information for each scheduling type, and thread count in our evaluation? If so, in the code we submit do we want it to run the ideal numbe...
Also for task 3
Given "You have to find the number of threads that gives the best performance for each of the three cases" regarding the 0.01, 0.02, 0.05 probabilities, is the code we submit supposed to have the functionality for a defined probabilit...
Hi,
I've got a few questions regarding the first two tasks.
1. How do we prove that both pieces of code work as is asked? Currently I've got it printing out the matrices with smaller sample sizes - like 50 rows and columns, and its providing the correc...
Hi,
Hope everyone is well, I've just noticed that there seems to be a lack of responses int he forum from the teaching staff, despite Amitava stating that the help forum is that main place for help. Several questions remain unanswered, and it's becomi...