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
Graph500 1.0.0
pts/graph500-1.0.0
- 28 January 2022 -
Initial commit of Graph500, long overdue...
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/graph500/graph500/archive/graph500-3.0.0.tar.gz</URL> <MD5>a2ebb4783b21e2d86387a217776395e3</MD5> <SHA256>887dcff56999987fba4953c1c5696d50e52265fe61b6ffa8bb14cc69ff27e8a0</SHA256> <FileName>graph500-graph500-3.0.0.tar.gz</FileName> <FileSize>340551</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf graph500-graph500-3.0.0.tar.gz cd graph500-graph500-3.0.0/src # Needed for GCC 10+ compiler support nicely building sed -i 's/CFLAGS = /CFLAGS = -fcommon /g' Makefile make echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd graph500-graph500-3.0.0/src mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ./graph500_reference_bfs_sssp \$1 > \$LOG_FILE echo \$? > ~/test-exit-status" > graph500 chmod +x graph500
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>bfs median_TEPS: #_RESULT_#</OutputTemplate> <LineHint>bfs median_TEPS</LineHint> <ResultScale>bfs median_TEPS</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>bfs max_TEPS: #_RESULT_#</OutputTemplate> <LineHint>bfs max_TEPS</LineHint> <ResultScale>bfs max_TEPS</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>sssp median_TEPS: #_RESULT_#</OutputTemplate> <LineHint>sssp median_TEPS</LineHint> <ResultScale>sssp median_TEPS</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>sssp max_TEPS: #_RESULT_#</OutputTemplate> <LineHint>sssp max_TEPS</LineHint> <ResultScale>sssp max_TEPS</ResultScale> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.1--> <PhoronixTestSuite> <TestInformation> <Title>Graph500</Title> <AppVersion>3.0</AppVersion> <Description>This is a benchmark of the reference implementation of Graph500, an HPC benchmark focused on data intensive loads and commonly tested on supercomputers for complex data problems. Graph500 primarily stresses the communication subsystem of the hardware under test.</Description> <ResultScale>BFS median_TEPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, openmpi-development</ExternalDependencies> <EnvironmentSize>3</EnvironmentSize> <ProjectURL>http://graph500.org/</ProjectURL> <RepositoryURL>https://github.com/graph500/graph500</RepositoryURL> <InternalTags>SMP, MPI</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Scale</DisplayName> <Identifier>scale</Identifier> <Menu> <Entry> <Name>26</Name> <Value>26</Value> <Message>Smallest, requires ~18GB of RAM</Message> </Entry> <Entry> <Name>29</Name> <Value>29</Value> <Message>Requires ~138GB of RAM</Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>