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
Intel MPI Benchmarks 1.0.1
pts/intel-mpi-1.0.1
- 09 March 2020 -
Average usec should be shown as LIB.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://github.com/intel/mpi-benchmarks/archive/IMB-v2019.3.tar.gz</URL> <MD5>fe27a312ebc7f97ac233bfcea7cb62c0</MD5> <SHA256>4f256d11bfed9ca6166548486d61a062e67be61f13dd9f30690232720e185f31</SHA256> <FileName>mpi-benchmarks-IMB-v2019.3.tar.gz</FileName> <FileSize>209468</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf mpi-benchmarks-IMB-v2019.3.tar.gz cd mpi-benchmarks-IMB-v2019.3/ CC=mpicc CXX=mpic++ make echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd mpi-benchmarks-IMB-v2019.3/ mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES \$@ -iter 1000000 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > intel-mpi chmod +x intel-mpi
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> 131072 320 19.17 #_RESULT_#</OutputTemplate> <MatchToTestArguments>IMB-MPI1 PingPong</MatchToTestArguments> <LineHint>0</LineHint> <MultiMatch>AVERAGE</MultiMatch> <ResultScale>Average Mbytes/sec</ResultScale> <ResultProportion>HIB</ResultProportion> <DeleteOutputBefore># Benchmarking PingPong</DeleteOutputBefore> </ResultsParser> <ResultsParser> <OutputTemplate> 2 1000 1.72 1.72 1.72 #_RESULT_#</OutputTemplate> <MatchToTestArguments>IMB-MPI1 Sendrecv</MatchToTestArguments> <LineHint>0</LineHint> <MultiMatch>AVERAGE</MultiMatch> <ResultScale>Average Mbytes/sec</ResultScale> <ResultProportion>HIB</ResultProportion> <DeleteOutputBefore># Benchmarking Sendrecv</DeleteOutputBefore> </ResultsParser> <ResultsParser> <OutputTemplate> 2 1000 #_MIN_RESULT_# #_MAX_RESULT_# #_RESULT_# 2.33</OutputTemplate> <MatchToTestArguments>IMB-MPI1 Sendrecv</MatchToTestArguments> <LineHint>0</LineHint> <MultiMatch>AVERAGE</MultiMatch> <ResultScale>Average usec</ResultScale> <ResultProportion>LIB</ResultProportion> <DeleteOutputBefore># Benchmarking Sendrecv</DeleteOutputBefore> </ResultsParser> <ResultsParser> <OutputTemplate> 2 1000 1.72 1.72 1.72 #_RESULT_#</OutputTemplate> <MatchToTestArguments>IMB-MPI1 Exchange</MatchToTestArguments> <LineHint>0</LineHint> <MultiMatch>AVERAGE</MultiMatch> <ResultScale>Average Mbytes/sec</ResultScale> <ResultProportion>HIB</ResultProportion> <DeleteOutputBefore># Benchmarking Exchange</DeleteOutputBefore> </ResultsParser> <ResultsParser> <OutputTemplate> 2 1000 #_MIN_RESULT_# #_MAX_RESULT_# #_RESULT_# 2.33</OutputTemplate> <MatchToTestArguments>IMB-MPI1 Exchange</MatchToTestArguments> <LineHint>0</LineHint> <MultiMatch>AVERAGE</MultiMatch> <ResultScale>Average usec</ResultScale> <ResultProportion>LIB</ResultProportion> <DeleteOutputBefore># Benchmarking Exchange</DeleteOutputBefore> </ResultsParser> <ResultsParser> <OutputTemplate> 1 100000 0.31 12.72 #_RESULT_#</OutputTemplate> <MatchToTestArguments>IMB-P2P PingPong</MatchToTestArguments> <LineHint>0</LineHint> <MultiMatch>AVERAGE</MultiMatch> <ResultScale>Average Msg/sec</ResultScale> <ResultProportion>HIB</ResultProportion> <DeleteOutputBefore># Benchmarking PingPong</DeleteOutputBefore> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <TestInformation> <Title>Intel MPI Benchmarks</Title> <AppVersion>2019.3</AppVersion> <Description>Intel MPI Benchmarks for stressing MPI implementations. At this point the test profile aggregates results for some common MPI functionality.</Description> <ResultScale>Mbytes/sec</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, openmpi-development</ExternalDependencies> <EnvironmentSize>31</EnvironmentSize> <ProjectURL>https://github.com/intel/mpi-benchmarks</ProjectURL> <InternalTags>SMP, MPI</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>IMB-MPI1 PingPong</Name> <Value>IMB-MPI1 PingPong</Value> </Entry> <Entry> <Name>IMB-MPI1 Sendrecv</Name> <Value>IMB-MPI1 Sendrecv</Value> </Entry> <Entry> <Name>IMB-MPI1 Exchange</Name> <Value>IMB-MPI1 Exchange</Value> </Entry> <Entry> <Name>IMB-P2P PingPong</Name> <Value>IMB-P2P PingPong</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>