Updated response

This commit is contained in:
Gundolf Haase 2025-12-18 13:07:53 +01:00
commit af5a611951
5 changed files with 45 additions and 4 deletions

View file

@ -1,4 +1,15 @@
UPDATE 2025-12-18
Ex2_Second_Attempt:
* Makefile missing [GH: added]
* execution::par : correct results and seems 6x faster on 8 cores.
Ex5_Second_Attempt:
* FEM assembling parallel OK
* no parallelization of GetDiag
* extra _omp version of JacobiSolve and two others
This is not necessary. Parallelize directly in the functions, also in vdop.cpp
See pdf Ex5_Second_Attempt.pdf
----------------------------
Summery of your results?!
g++ -O3 -fopenmp mainEx1.cpp mylib.cpp -o dotprod