Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Llama.cpp
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
OpenRadioss
QuantLib
GROMACS
AOM AV1
FLAC Audio Encoding
FluidX3D
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
GMPbench 1.1.0
pts/gmpbench-1.1.0
- 29 January 2012 -
Update against upstream GMP 5.0.3 library and gmpbench 0.2.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.8.0m1 (Bygland)--> <PhoronixTestSuite> <Downloads> <Package> <URL>ftp://ftp.gmplib.org/pub/gmp-5.0.3/gmp-5.0.3.tar.bz2, http://ftp.gnu.org/gnu/gmp/gmp-5.0.3.tar.bz2</URL> <MD5>8061f765cc86b9765921a0c800615804</MD5> <FileName>gmp-5.0.3.tar.bz2</FileName> <FileSize>2010173</FileSize> </Package> <Package> <URL>ftp://ftp.gmplib.org/pub/misc/gmpbench-0.2.tar.bz2</URL> <MD5>5437655d34cc81663d080c3bbbb22139</MD5> <FileName>gmpbench-0.2.tar.bz2</FileName> <FileSize>19992</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/gexpr.c.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/gexpr.c.tar.gz</URL> <MD5>ee936a79be9f00de7e8ea2b55171167d</MD5> <FileName>gexpr.c.tar.gz</FileName> <FileSize>2367</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/gmp_ tar -jxvf gmp-5.0.3.tar.bz2 cd gmp-5.0.3/ ./configure --prefix=$HOME/gmp_ make -j $NUM_CPU_JOBS make install cd .. rm -rf gmp-5.0.3/ tar -jxvf gmpbench-0.2.tar.bz2 tar -xvzf gexpr.c.tar.gz mv gexpr.c gmpbench-0.2/ cp gmp_/include/gmp.h gmpbench-0.2/ cd gmpbench-0.2/ cc gexpr.c -o gexpr -lm LIBS=$HOME/gmp_/lib/libgmp.so PATH=.:$PATH ./runbench echo $? > ~/install-exit-status cd .. echo "#!/bin/sh cd gmpbench-0.2/ LIBS=$HOME/gmp_/lib/libgmp.so PATH=.:$PATH ./runbench -n > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > gmpbench chmod +x gmpbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.8.0m1 (Bygland)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>GMPbench: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.8.0m1 (Bygland)--> <PhoronixTestSuite> <TestInformation> <Title>GMPbench</Title> <AppVersion>0.2</AppVersion> <Description>GMPbench is a test of the GMP 5.0.3 math library.</Description> <ResultScale>GMPbench Score</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Total Time</SubTitle> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>4</EnvironmentSize> <ProjectURL>http://www.gmplib.org/gmpbench.html</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>