]> git.somenet.org - pub/astra/parallel.git/blob - _abgabe/prefix.txt
start _abgabe/prefix
[pub/astra/parallel.git] / _abgabe / prefix.txt
1 im prinzip algorithmus name\nwhat have i done\n what have i not done\nwhat does not work\nwhat i wanted to show
2
3 Shared-memory programming, OpenMP
4
5 Exercise 1: OpenMP
6
7 Required algorithms
8 * Recursive parallel prefix with auxiliary array y
9 * In-place iterative algorithm
10 * O(nlog n) work algorithm (Hillis-Steele)
11
12 Additional algorithms