Tests
Suites
Latest Results
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Flexible IO Tester
Blender
John The Ripper
x264
GROMACS
Newest Tests
WebP2 Image Encode
QuantLib
Etcpak
ONNX Runtime
Google SynthMark
Timed Godot Game Engine Compilation
Recently Updated Tests
Open Porous Media Git
ASKAP
Redis
Gcrypt Library
NAS Parallel Benchmarks
New & Recently Updated Tests
Recently Updated Suites
Imaging
Cryptography
Finance
New & Recently Updated Suites
Currently Trending Results
3900XT Mon
Virgl1024x768
8100 Sunday
PTS_fio_run1
virgl-mpolaris1024x768
Gold stuff
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Contact Us
High Performance Conjugate Gradient 1.1.1
pts/hpcg-1.1.1
- 13 October 2017 -
Various cleanups
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.6.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.6.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.6.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> <ResultScale>GFLOP/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</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://www.hpcg-benchmark.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>