1 NAME = "NAS Parallel Benchmarks" 2 AUTHOR = "Cao, Chen <kcao (a] redhat.com>" 3 TEST_TYPE = "CLIENT" 4 TEST_CLASS = "HARDWARE" 5 TEST_CATEGORY = "BENCHMARK" 6 TIME = "MEDIUM" 7 DOC = """\ 8 Using NPB, OpenMP implementation. 9 10 See 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. 27 job.run_test(url='npb', tests='ep.A ep.B bt.S bt.W') 28 29