summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/scimark2.xml
blob: d3094ead951dbede2b26bb15ed11b48e581d9994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<PhoronixTestSuite>
	<TestProfile>
		<Version>1.1.1</Version>
		<TestType>Processor</TestType>
		<SoftwareType>Utility</SoftwareType>
		<License>FREE</License>
		<Status>VERIFIED</Status>
		<Maintainer>Michael Larabel</Maintainer>
		<EnvironmentSize>0.04</EnvironmentSize>
                <ExternalDependencies>build-utilities</ExternalDependencies>
		<ProjectURL>http://math.nist.gov/scimark2/</ProjectURL>
	</TestProfile>
	<TestInformation>
		<Title>SciMark</Title>
		<Version>2.0</Version>
		<TimesToRun>4</TimesToRun>
		<ResultScale>Mflops</ResultScale>
		<Proportion>HIB</Proportion>
		<SubTitle>Composite Score</SubTitle>
		<Description>This test runs the ANSI C version of SciMark 2.0, which is a benchmark for scientific and numerical computing developed by programmers at the National Institute of Standards and Technology. This test is made up of Fast Foruier Transform, Jacobi Successive Over-relaxation, Monte Carlo, Sparse Matrix Multiply, and dense LU matrix factorization benchmarks.</Description>
	</TestInformation>
	<TestSettings>
		<Option>
			<DisplayName>Computational Test</DisplayName>
			<Identifier>compute-test</Identifier>
			<ArgumentPrefix>TEST_</ArgumentPrefix>
			<Menu>
				<Entry>
					<Name>Composite</Name>
					<Value>COMPOSITE</Value>
				</Entry>
				<Entry>
					<Name>Fast Fourier Transform</Name>
					<Value>FFT</Value>
				</Entry>
				<Entry>
					<Name>Jacobi Successive Over-Relaxation</Name>
					<Value>SOR</Value>
				</Entry>
				<Entry>
					<Name>Monte Carlo</Name>
					<Value>MONTE</Value>
				</Entry>
				<Entry>
					<Name>Sparse Matrix Multiply</Name>
					<Value>SPARSE</Value>
				</Entry>
				<Entry>
					<Name>Dense LU Matrix Factorization</Name>
					<Value>DENSE</Value>
				</Entry>
			</Menu>
		</Option>
	</TestSettings>
</PhoronixTestSuite>