test: Parallize composite.c with OpenMP
authorSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 5 Oct 2010 13:49:45 +0000 (09:49 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 11 Oct 2010 16:06:20 +0000 (12:06 -0400)
commit3f7da59352b604bd6974230d0b149e8e7da77b5c
tree38da4ef5230f9543d5b37ef19431563ee2f71c16
parenta10ccc9f303ca6b4577afe68cc6b2d8840de5a27
test: Parallize composite.c with OpenMP

Each test uses the test number as the random number seed; if it
didn't, all the threads would run the same tests since they would all
start from the same seed.
test/composite.c