Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Hierarchical INTegration 1.0.1
pts/hint-1.0.1
- 25 August 2016 -
Update CFLAGS handling
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.6.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/hint-1.0.tar.gz</URL> <MD5>fd6c136d9cef28f4a44f0d0e5ca5ac99</MD5> <SHA256>3788ce59006c33cf3d7f8303a85d411ffdd34f18699272f81cc34e96cc691f75</SHA256> <FileSize>13860</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xzf hint-1.0.tar.gz cd unix if [ "X$CFLAGS_OVERRIDE" = "X" ] then CFLAGS="$CFLAGS -O3 -march=native" else CFLAGS="$CFLAGS_OVERRIDE" fi cc $CFLAGS hint.c hkernel.c -Dunix -DDOUBLE -DIINT -o DOUBLE -lm cc $CFLAGS hint.c hkernel.c -Dunix -DINT -DIINT -o INT -lm cc $CFLAGS hint.c hkernel.c -Dunix -DFLOAT -DIINT -o FLOAT -lm echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd unix/ ./\$@ > \$LOG_FILE 2>&1" > hint chmod +x hint
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.6.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Finished with #_RESULT_# net QUIPs </OutputTemplate> <LineHint>net QUIPs</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.6.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Hierarchical INTegration</Title> <AppVersion>1.0</AppVersion> <Description>This test runs the U.S. Department of Energy's Ames Laboratory Hierarchical INTegration (HINT) benchmark.</Description> <ResultScale>QUIPs</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>0.2</EnvironmentSize> <ProjectURL>http://www.ima.umn.edu/~coult/hint.tar.gz</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>DOUBLE</Name> <Value>DOUBLE</Value> <Message></Message> </Entry> <Entry> <Name>FLOAT</Name> <Value>FLOAT</Value> <Message></Message> </Entry> <Entry> <Name>INT</Name> <Value>INT</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>