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
High Performance Conjugate Gradient 1.1.0
pts/hpcg-1.1.0
- 12 August 2017 -
Rework, update to v3.0 upstream test
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.hpcg-benchmark.org/downloads/hpcg-3.0.tar.gz</URL> <MD5>82d9c4dfdb719a1b8f6e5cd2d2e23b04</MD5> <SHA256>e2b9bb6e0e83c3a707c27e92a6b087082e6d7033f94c000a40aebf2c05881519</SHA256> <FileSize>79382</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf hpcg-3.0.tar.gz cd hpcg-3.0 make arch=GCC_OMP echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd hpcg-3.0/bin/ rm -f *.yaml ./xhpcg echo \$? > ~/test-exit-status cat *.yaml > \$LOG_FILE rm -f *.yaml" > hpcg chmod +x hpcg
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>HPCG result is VALID with a GFLOP/s rating of: #_RESULT_#</OutputTemplate> <LineHint>HPCG result is VALID with</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>High Performance Conjugate Gradient</Title> <AppVersion>3.0</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> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>Supported install-time optional variables include $MPI_PATH, $MPI_INCLUDE, $MPI_CC, $MPI_LIBS, $CFLAGS, $LD_FLAGS, and $MPI_LD</PreInstallMessage> <PostInstallMessage>Supported run-time optional environment variables include $MPI_NUM_THREADS, $HOSTFILE</PostInstallMessage> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, fortran-compiler</ExternalDependencies> <EnvironmentSize>2.4</EnvironmentSize> <ProjectURL>http://software.sandia.gov/hpcg/default.php</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>