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
Rodinia 1.0.0
pts/rodinia-1.0.0
- 23 January 2013 -
Publish Rodinia 2.2 accelerator benchmarks.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m0 (Forsand)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.cs.virginia.edu/~kw5na/lava/Rodinia/Packages/Current/rodinia_2.2.tar.bz2</URL> <MD5>e24eb465a269e961e2c33a4abea72748</MD5> <FileSize>301464810</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -jxvf rodinia_2.2.tar.bz2 cd ~/rodinia_2.2/ cd ~/rodinia_2.2/openmp/cfd; make; cd ~/rodinia_2.2/openmp/lavaMD; make; cd ~/rodinia_2.2/openmp/leukocyte; make; cd ~/rodinia_2.2/openmp/streamcluster; make; echo \$? > ~/test-exit-status cd ~/ echo "#!/bin/sh export OMP_NUM_THREADS=\$NUM_CPU_CORES case \$@ in \"OMP_CFD\") cd ~/rodinia_2.2/openmp/cfd ./euler3d_cpu_double ../../data/cfd/missile.domn.0.2M > \$LOG_FILE ;; \"OMP_LAVAMD\") cd ~/rodinia_2.2/openmp/lavaMD ./lavaMD -cores \$NUM_CPU_CORES -boxes1d 48 > \$LOG_FILE ;; \"OMP_LEUKOCYTE\") cd ~/rodinia_2.2/openmp/leukocyte ./OpenMP/leukocyte 60 \$NUM_CPU_CORES ../../data/leukocyte/testfile.avi > \$LOG_FILE ;; \"OMP_STREAMCLUSTER\") cd ~/rodinia_2.2/openmp/streamcluster ./sc_omp 10 30 512 65536 65536 2000 none output.txt \$NUM_CPU_CORES > \$LOG_FILE ;; esac echo \$? > ~/test-exit-status" > rodinia chmod +x rodinia
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m0 (Forsand)--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.4.0m0 (Forsand)--> <PhoronixTestSuite> <TestInformation> <Title>Rodinia</Title> <AppVersion>2.2</AppVersion> <Description>Rodinia is a suite from the University of Virginia that is focused upon accelerating compute-intensive applications with accelerators. CUDA, OpenMP, and OpenCL parallel models are supported by the included applications.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, openmpi-development</ExternalDependencies> <EnvironmentSize>1100</EnvironmentSize> <ProjectURL>http://lava.cs.virginia.edu/Rodinia/</ProjectURL> <InternalTags>SMP, OpenMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <Menu> <Entry> <Name>OpenMP CFD Solver</Name> <Value>OMP_CFD</Value> </Entry> <Entry> <Name>OpenMP LavaMD</Name> <Value>OMP_LAVAMD</Value> </Entry> <Entry> <Name>OpenMP Leukocyte</Name> <Value>OMP_LEUKOCYTE</Value> </Entry> <Entry> <Name>OpenMP Streamcluster</Name> <Value>OMP_STREAMCLUSTER</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>