This commit is contained in:
Gundolf Haase 2025-12-11 14:07:35 +01:00
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.

View file

@ -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]