test: added OpenMP support for better utilization of multiple CPU cores
authorSiarhei Siamashka <siarhei.siamashka@nokia.com>
Tue, 11 May 2010 22:34:57 +0000 (01:34 +0300)
committerSiarhei Siamashka <siarhei.siamashka@nokia.com>
Thu, 13 May 2010 18:04:55 +0000 (21:04 +0300)
commitcfc4e38852dc244198a9bfcab07d9014bba21d53
tree36387a99735e7f180abe5bde1bc8ece5599b2838
parentf905ebb03d8ed8a3ceb76c84a10735aa209168d3
test: added OpenMP support for better utilization of multiple CPU cores

Some of the tests are quite heavy CPU users and may benefit from
using multiple CPU cores, so the programs from 'test' directory
are now built with OpenMP support. OpenMP is easy to use, portable
and also takes care of making a decision about how many threads
to spawn.
configure.ac
test/Makefile.am
test/utils.c
test/utils.h