... | @@ -50,6 +50,6 @@ A test has been run using openmp and extrae, with 2 threads and 2 cpus on one si |
... | @@ -50,6 +50,6 @@ A test has been run using openmp and extrae, with 2 threads and 2 cpus on one si |
|
|
|
|
|

|
|

|
|
|
|
|
|
As we see, the time taken for each iteration is 7 seconds on average. However, on another test, which runtime is shown just below, we see that when using one single CPU, our average runtime is 41 seconds. This is unexpected, as in theory the runtime should not be higher than
|
|
As we see, the time taken for each iteration is 7 seconds on average. However, on another test, which runtime is shown just below, we see that when using one single CPU (but still using OpenMP), our average runtime is 41 seconds. This is unexpected, as in theory the runtime for 2 cpu should be twice the runtime for 1 cpu (at most).
|
|
|
|
|
|
 |
|
 |
|
|
|
\ No newline at end of file |