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
Algebraic Multi-Grid Benchmark 1.0.1
pts/amg-1.0.1
- 04 March 2020 -
Correct Environment Size.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/AMG-20200304.tar.xz</URL> <MD5>aa0b1856f5f2d5c7e9250de8a4ef5084</MD5> <SHA256>918964262a30023b65a1e67efc15ec7e434d48c3e886497d1fb2b2fb131043f8</SHA256> <FileName>AMG-20200304.tar.xz</FileName> <FileSize>1311336</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf AMG-20200304.tar.xz rm -rf AMG-bin mv AMG AMG-bin cd AMG-bin make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~/ cat>amg<<EOT #!/bin/sh cd AMG-bin mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ./test/amg > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x amg
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Figure of Merit (FOM_1): #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <TestInformation> <Title>Algebraic Multi-Grid Benchmark</Title> <Description>AMG is a parallel algebraic multigrid solver for linear systems arising from problems on unstructured grids. The driver provided with AMG builds linear systems for various 3-dimensional problems.</Description> <ResultScale>Figure Of Merit</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Scientific</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>openmpi-development, build-utilities</ExternalDependencies> <EnvironmentSize>10</EnvironmentSize> <ProjectURL>https://github.com/LLNL/AMG</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>