• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1NAME = "NAS Parallel Benchmarks"
2AUTHOR = "Cao, Chen <kcao@redhat.com>"
3TEST_TYPE = "CLIENT"
4TEST_CLASS = "HARDWARE"
5TEST_CATEGORY = "BENCHMARK"
6TIME = "MEDIUM"
7DOC = """\
8Using NPB, OpenMP implementation.
9
10See http://www.nas.nasa.gov/Software/NPB/
11"""
12
13# Supported tests (benchmarks):
14#   bt.A bt.B bt.C bt.D bt.E bt.S bt.W
15#   cg.A cg.B cg.C cg.S cg.W
16#   dc.A dc.B dc.S dc.W
17#   ep.A ep.B ep.C ep.D ep.E ep.S ep.W
18#   ft.A ft.B ft.S ft.W
19#   is.A is.B is.C is.S is.W
20#   lu.A lu.B lu.C lu.S lu.W
21#   mg.A mg.B mg.S mg.W
22#   sp.A sp.B sp.C sp.D sp.E sp.S sp.W
23#   ua.A ua.B ua.C ua.S ua.W
24#
25# Please refer to npb.py for more infomation about
26# the arguments.
27job.run_test(url='npb', tests='ep.A ep.B bt.S bt.W')
28
29