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
CUDA Mini-Nbody 1.0.0
pts/cuda-mini-nbody-1.0.0
- 10 November 2015 -
CUDA mini Nbody
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m5--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/mini-nbody-20151110.zip</URL> <MD5>42b183b885ad9845a944124a0b331010</MD5> <SHA256>a4ecd7be292ca1f0ec5b443deba1892424d05a8e9b20a6210f96a115043d00cc</SHA256> <FileSize>20808</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o mini-nbody-20151110.zip cd mini-nbody-master/cuda #cc -std=c99 -O3 -fopenmp -DSHMOO -o test-nbody nbody-orig.cu -lm #echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd mini-nbody-master/cuda bash \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > cuda-mini-nbody chmod +x cuda-mini-nbody
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m5--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m5--> <PhoronixTestSuite> <TestInformation> <Title>CUDA Mini-Nbody</Title> <AppVersion>2015-11-10</AppVersion> <Description>The CUDA version of Harrism's mini-nbody tests.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cuda</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>https://github.com/harrism/mini-nbody</ProjectURL> <InternalTags>CUDA</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Original</Name> <Value>shmoo-cuda-nbody-orig.sh</Value> <Message></Message> </Entry> <Entry> <Name>SOA Data Layout</Name> <Value>shmoo-cuda-nbody-soa.sh</Value> <Message></Message> </Entry> <Entry> <Name>Flush Denormals To Zero</Name> <Value>shmoo-cuda-nbody-ftz.sh</Value> <Message></Message> </Entry> <Entry> <Name>Cache Blocking</Name> <Value>shmoo-cuda-nbody-block.sh</Value> <Message></Message> </Entry> <Entry> <Name>Loop Unrolling</Name> <Value>shmoo-cuda-nbody-unroll.sh</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>