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
High Performance Conjugate Gradient 1.2.1
pts/hpcg-1.2.1
- 10 January 2020 -
Add --allow-run-as-root
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.hpcg-benchmark.org/downloads/hpcg-3.1.tar.gz</URL> <MD5>b549e7229827cf221b7d465dc6030152</MD5> <SHA256>33a434e716b79e59e745f77ff72639c32623e7f928eeb7977655ffcaade0f4a4</SHA256> <FileName>hpcg-3.1.tar.gz</FileName> <FileSize>84078</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf hpcg-3.1.tar.gz cd hpcg-3.1 make arch=Linux_MPI echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd hpcg-3.1/bin/ rm -f HPCG-Benchmark*.txt mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ./xhpcg echo \$? > ~/test-exit-status cat HPCG-Benchmark*.txt > \$LOG_FILE" > hpcg chmod +x hpcg
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Final Summary::HPCG result is VALID with a GFLOP/s rating of #_RESULT_#</OutputTemplate> <LineHint>HPCG result is VALID with a GFLOP</LineHint> <TurnCharsToSpace>=</TurnCharsToSpace> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <TestInformation> <Title>High Performance Conjugate Gradient</Title> <AppVersion>3.1</AppVersion> <Description>HPCG is the High Performance Conjugate Gradient and is a new scientific benchmark from Sandia National Lans focused for super-computer testing with modern real-world workloads compared to HPCC.</Description> <ResultScale>GFLOP/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, fortran-compiler, openmpi-development</ExternalDependencies> <EnvironmentSize>2.4</EnvironmentSize> <ProjectURL>http://www.hpcg-benchmark.org/</ProjectURL> <InternalTags>SMP, MPI</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>