From 5f7c43e5a421ba85f024e4da462e6bf59c33dbf1 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Mon, 30 Jan 2012 20:33:51 +0100 Subject: [PATCH] start _abgabe/prefix --- _abgabe/prefix.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _abgabe/prefix.txt diff --git a/_abgabe/prefix.txt b/_abgabe/prefix.txt new file mode 100644 index 0000000..eaa6c2e --- /dev/null +++ b/_abgabe/prefix.txt @@ -0,0 +1,12 @@ +im prinzip algorithmus name\nwhat have i done\n what have i not done\nwhat does not work\nwhat i wanted to show + +Shared-memory programming, OpenMP + +Exercise 1: OpenMP + +Required algorithms +* Recursive parallel prefix with auxiliary array y +* In-place iterative algorithm +* O(nlog n) work algorithm (Hillis-Steele) + +Additional algorithms -- 2.43.0