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
Himeno Benchmark 1.1.0
pts/himeno-1.1.0
- 07 December 2011 -
Use -O3 cc flag by default and add CFLAGS var.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.6.0m3 (Arendal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/himenobmtxpa.tar.bz2, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/himenobmtxpa.tar.bz2</URL> <MD5>a0d5a7edc30463af06762e475af43c49</MD5> <FileName>himenobmtxpa.tar.bz2</FileName> <FileSize>3106</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -jxf himenobmtxpa.tar.bz2 cc himenobmtxpa.c -O3 $CFLAGS -o himenobmtxpa echo "#!/bin/sh ./himenobmtxpa s > \$LOG_FILE 2>&1" > himeno chmod +x himeno
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.6.0m3 (Arendal)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> MFLOPS measured : #_RESULT_# cpu : 59.868463</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.6.0m3 (Arendal)--> <PhoronixTestSuite> <TestInformation> <Title>Himeno Benchmark</Title> <AppVersion>3.0</AppVersion> <Description>The Himeno benchmark is a linear solver of pressure Poisson using a point-Jacobi method.</Description> <ResultScale>MFLOPS</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Poisson Pressure Solver</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>0.05</EnvironmentSize> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>