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
MandelGPU 1.1.0
pts/mandelgpu-1.1.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/MandelGPU-v1.3pts.zip, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/MandelGPU-v1.3pts.zip</URL> <MD5>5769af86f08af9e0407981756a4d00b5</MD5> <FileSize>16583</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o MandelGPU-v1.3pts.zip cd MandelGPU-v1.3pts/ make echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd MandelGPU-v1.3pts/ ./mandelGPU \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > mandelgpu chmod +x mandelgpu
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>[FINAL] Elapsed Time: 146.311 sec - Sample/sec #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>MandelGPU</Title> <AppVersion>1.3pts</AppVersion> <Description>MandelGPU is an OpenCL benchmark and this test runs with the OpenCL rendering float4 kernel with a maximum of 4096 iterations.</Description> <ResultScale>Samples/sec</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, glut, opencl</ExternalDependencies> <EnvironmentSize>0.1</EnvironmentSize> <ProjectURL>http://davibu.interfree.it/opencl/mandelgpu/mandelGPU.html</ProjectURL> <InternalTags>OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments>rendering_kernel_float4.cl 1024 768 4096</PostArguments> </Default> <Option> <DisplayName>OpenCL Device</DisplayName> <Identifier>cl-device</Identifier> <Menu> <Entry> <Name>CPU</Name> <Value>1 0</Value> </Entry> <Entry> <Name>GPU</Name> <Value>0 1</Value> </Entry> <Entry> <Name>CPU+GPU</Name> <Value>1 1</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>