summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/scimark2.xml
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-26 13:44:50 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-26 13:44:50 -0400
commit5b30b8af801ca001de98829023722b74d7c8ef3f (patch)
treedf50ab79f690e1056f2e72bbfdba1800b319fcbe /pts/test-profiles/scimark2.xml
parentb42d37270c2d45ac5d119431ddcb971b9b21a7cf (diff)
downloadphoronix-test-suite-upstream-5b30b8af801ca001de98829023722b74d7c8ef3f.tar.gz
phoronix-test-suite-upstream-5b30b8af801ca001de98829023722b74d7c8ef3f.tar.xz
phoronix-test-suite-upstream-5b30b8af801ca001de98829023722b74d7c8ef3f.zip
All test suites updated against latest available tests and Add
(missing) options to scimark2 and quite a bit of other test profile and test suite work...
Diffstat (limited to 'pts/test-profiles/scimark2.xml')
-rw-r--r--pts/test-profiles/scimark2.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/pts/test-profiles/scimark2.xml b/pts/test-profiles/scimark2.xml
index b08930b..5d05906 100644
--- a/pts/test-profiles/scimark2.xml
+++ b/pts/test-profiles/scimark2.xml
@@ -19,4 +19,37 @@
<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>
<ExternalDependencies>build-utilities</ExternalDependencies>
</TestInformation>
+ <TestSettings>
+ <Option>
+ <DisplayName>Computational Test</DisplayName>
+ <Identifier>compute-test</Identifier>
+ <ArgumentName>TEST_</ArgumentName>
+ <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>