This commit is contained in:
Gundolf Haase 2025-12-11 17:11:05 +01:00
commit fcf50ba5f7

View file

@ -10,12 +10,13 @@ Using clang++
> make run EX=Ex5 COMPILER=CLANG_ > make run EX=Ex5 COMPILER=CLANG_
Added Added
#include "algorithm" // GH: transform() #include <algorithm> // GH: transform()
in mylib.pp:2 in mylib.pp:2
1: 1:
no scheduling tested no scheduling tested
no functionality as reduction_append implemented reduction_vec_append() implemented but never tested.
2: mainEx2.cpp 2: mainEx2.cpp
no parallelization at all. neighter OpenMP nor C++ execution policies no parallelization at all. neighter OpenMP nor C++ execution policies