.
This commit is contained in:
parent
707707a4a3
commit
fcf50ba5f7
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue