1libbomp Benchmarks
2==================
3
4This is a subset of the benchmarks contained in the "NAS Parallel
5Benchmarks 2.3 OpenMP C version" benchmark suite (see
6http://www.nas.nasa.gov/NAS/NPB/).
7
8The EP, BT, LU, MG and SP benchmarks are currently excluded because
9they use features not currently supported by libbomp or Barrelfish
10(like Thread-Local Storage or file operations).
11
12Linux Version
13=============
14
15A Linux Makefile is provided to easily build the benchmarks using both
16libGOMP and libbomp for easy cross-comparison of benchmark results
17between libGOMP, libbomp, Linux and Barrelfish.
18