.
This commit is contained in:
parent
423776d071
commit
330a304f76
5 changed files with 4 additions and 7 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,16 +1,13 @@
|
||||||
Good summary of results.
|
Results in *.txt files
|
||||||
|
|
||||||
1: OK
|
1: OK
|
||||||
|
|
||||||
2: OK
|
2: OK
|
||||||
|
|
||||||
3: OK
|
3: OK
|
||||||
task3.cpp:32
|
bsp_5_3_lib.cpp:34ff
|
||||||
non initialzed memory for thread 0 (and the other threads)
|
vector primes is ordered: better use std::lower_bound and std::distance
|
||||||
|
--> https://en.cppreference.com/w/cpp/algorithm/lower_bound.html
|
||||||
|
|
||||||
4: OK
|
4: OK
|
||||||
|
|
||||||
5:
|
|
||||||
CRS_Matrix::GetDiag non parallel
|
|
||||||
CRS_Matrix::CalculateLaplace:
|
|
||||||
"omp critical" is slower than an "omp atomic" for the += [worth to test that]
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue