]> git.somenet.org - pub/jan/parprog.git/commit
rewrote prefix sums (seqential, recursive and dataparallel) - now more modular and...
authorsomeone <someone@somenet.org>
Mon, 16 Jan 2012 17:53:03 +0000 (18:53 +0100)
committersomeone <someone@somenet.org>
Mon, 16 Jan 2012 17:53:03 +0000 (18:53 +0100)
commit78db55fc965bbb9b1911904075c4da58adb23d6e
treefffd9e78b9d55e1c14ca5efa86689bd1c546956b
parent04137688c766b7c548fa93cd7c60a3afda8a66a1
rewrote prefix sums (seqential, recursive and dataparallel) - now more modular and out-of-source building.
16 files changed:
.gitignore
openmp/prefix/Makefile
openmp/prefix/algorithm_2.c [deleted file]
openmp/prefix/algorithm_2.h [deleted file]
openmp/prefix/algorithm_3.c [deleted file]
openmp/prefix/datapar.c [new file with mode: 0644]
openmp/prefix/datapar.h [new file with mode: 0644]
openmp/prefix/hillis.c [new file with mode: 0644]
openmp/prefix/hillis.h [moved from openmp/prefix/algorithm_3.h with 57% similarity]
openmp/prefix/prefix.c
openmp/prefix/prefix.h
openmp/prefix/recurse.c [moved from openmp/prefix/algorithm_1.c with 73% similarity]
openmp/prefix/recurse.h [moved from openmp/prefix/algorithm_1.h with 59% similarity]
openmp/prefix/runAll.sh [new file with mode: 0755]
openmp/prefix/seq.c [new file with mode: 0644]
openmp/prefix/seq.h [new file with mode: 0644]