Parallel Programming - Commit before I break things
authorSam Moore <sam@daedalus.(none)>
Tue, 11 Sep 2012 12:01:43 +0000 (20:01 +0800)
committerSam Moore <sam@daedalus.(none)>
Tue, 11 Sep 2012 12:01:43 +0000 (20:01 +0800)
commit83cf58f62ddc5ce9fe44de27327fde27f767ebb6
treeec3edc504d57662a76f67fb078eacabf69f650ce
parent19e590cc4f7dbc186cad9418bf5a2321bfa3fe1a
Parallel Programming - Commit before I break things

Going to try and alter pthreads version so that it doesn't keep respawning threads
IE: The same threads are active for the whole program. See which is faster.
course/semester2/pprog/assignment1/Makefile [new file with mode: 0644]
course/semester2/pprog/assignment1/mthread/nbody.c
course/semester2/pprog/assignment1/mthread/nbody.h
course/semester2/pprog/assignment1/openmp/nbody.c
course/semester2/pprog/assignment1/openmp/nbody.h
course/semester2/pprog/assignment1/single-thread/graphics.c
course/semester2/pprog/assignment1/single-thread/main.c
course/semester2/pprog/assignment1/single-thread/nbody.c
course/semester2/pprog/assignment1/single-thread/nbody.h

UCC git Repository :: git.ucc.asn.au