• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..25-Jul-201939

c_print_results.cH A D25-Jul-20192.8 KiB

c_randdp.cH A D25-Jul-20195.3 KiB

c_timers.cH A D25-Jul-20191.5 KiB

cg.cH A D25-Jul-201928.6 KiB

ep.cH A D25-Jul-20197.3 KiB

ft.cH A D25-Jul-201934.7 KiB

global.hH A D25-Jul-20192.3 KiB

HakefileH A D25-Jul-20191.6 KiB

is.cH A D25-Jul-201921.5 KiB

lock_scalability.cH A D25-Jul-20192 KiB

MakefileH A D25-Jul-20191.8 KiB

npb-C.hH A D25-Jul-20191.3 KiB

npbparams.hH A D25-Jul-2019829

READMEH A D25-Jul-2019594

run-benchmark.shH A D25-Jul-2019861

scalability.cH A D25-Jul-20191.1 KiB

wtime.cH A D25-Jul-2019815

wtime.hH A D25-Jul-2019208

README

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