Hi I just would like a little clarification on what the output file should be. The instructions initially say:
- The script should store calculation in a table of thread numbers & corresponding runtimes
But later it says we need to submit:
- The timing results of the parallelized code as a function of the number of threads, and the corresponding speed-ups.
I'm just wondering if we are mean to include runtimes (i.e. raw wall clock time) or speed ups (i.e. serial time / parallel time) in our results.txt file? That is, which one of the following would be the correct output file format?
- # of Threads | Runtime
- # of Threads | Speed up
- # of Threads | Runtime | Speed up