Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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
IOR 1.1.0
pts/ior-1.1.0
- 18 January 2021 -
Update against IOE 3.3 upstream, expose more test options.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/hpc/ior/releases/download/3.3.0/ior-3.3.0.tar.gz</URL> <MD5>ef78a6106c4febfa8ba13fc7b26aa2a6</MD5> <SHA256>94df708a7b9dd804bbcaee24dbee76939ed572e8950c7c766aee7609d51e75e2</SHA256> <FileName>ior-3.3.0.tar.gz</FileName> <FileSize>308331</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf ior-3.3.0.tar.gz cd ior-3.3.0 ./configure make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd ior-3.3.0 mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ./src/ior \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > ~/ior chmod +x ~/ior
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>write #_MAX_RESULT_# #_MIN_RESULT_# #_RESULT_# 59.66 0.00344 0 1 1 100 0 0 1 0 0 1 1048576 262144 1048576 POSIX 0</OutputTemplate> <LineHint>write</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <TestInformation> <Title>IOR</Title> <AppVersion>3.3.0</AppVersion> <Description>IOR is a parallel I/O storage benchmark making use of MPI with a particular focus on HPC (High Performance Computing) systems. IOR is developed at the Lawrence Livermore National Laboratory (LLNL).</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, openmpi-development</ExternalDependencies> <EnvironmentSize>3</EnvironmentSize> <ProjectURL>https://github.com/hpc/ior</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-v -w -r -i 100 -e -q</Arguments> </Default> <Option> <DisplayName>Block Size</DisplayName> <Identifier>size</Identifier> <ArgumentPrefix>-b </ArgumentPrefix> <Menu> <Entry> <Name>2MB</Name> <Value>2m</Value> </Entry> <Entry> <Name>4MB</Name> <Value>4m</Value> </Entry> <Entry> <Name>8MB</Name> <Value>8m</Value> </Entry> <Entry> <Name>16MB</Name> <Value>16m</Value> </Entry> <Entry> <Name>32MB</Name> <Value>32m</Value> </Entry> <Entry> <Name>64MB</Name> <Value>64m</Value> </Entry> <Entry> <Name>256MB</Name> <Value>256m</Value> </Entry> <Entry> <Name>512MB</Name> <Value>512m</Value> </Entry> <Entry> <Name>1024MB</Name> <Value>1024m</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Disk Target</DisplayName> <Identifier>auto-disk-mount-points</Identifier> </Option> </TestSettings> </PhoronixTestSuite>