Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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.2.2
pts/rodinia-1.2.2
- 08 October 2015 -
Rodinia works on BSD.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.cs.virginia.edu/~kw5na/lava/Rodinia/Packages/Current/rodinia_2.4.tar.bz2</URL> <MD5>4aba3e99b9b217909f6a7ec3bfd4a303</MD5> <SHA256>e48a51210e19fa97f920f218b6083856ba4c5751b4bf17bf68578ed8f32f90cc</SHA256> <FileSize>300454641</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -jxvf rodinia_2.4.tar.bz2 cd ~/rodinia_2.4/openmp/cfd; make; cd ~/rodinia_2.4/openmp/lavaMD; make; cd ~/rodinia_2.4/openmp/leukocyte; make; cd ~/rodinia_2.4/openmp/streamcluster; make; echo \$? > ~/install-exit-status cd ~/rodinia_2.4/opencl/lavaMD; make; cd ~/rodinia_2.4/opencl/leukocyte; make; cd ~/rodinia_2.4/opencl/heartwall; make; cd ~/rodinia_2.4/opencl/myocyte; make; cd ~/rodinia_2.4/opencl/particlefilter; make; cd ~/ echo "#!/bin/sh export OMP_NUM_THREADS=\$NUM_CPU_CORES case \$@ in \"OMP_CFD\") cd ~/rodinia_2.4/openmp/cfd ./euler3d_cpu_double ../../data/cfd/missile.domn.0.2M > \$LOG_FILE ;; \"OMP_LAVAMD\") cd ~/rodinia_2.4/openmp/lavaMD ./lavaMD -cores \$NUM_CPU_CORES -boxes1d 48 > \$LOG_FILE ;; \"OMP_LEUKOCYTE\") cd ~/rodinia_2.4/openmp/leukocyte ./OpenMP/leukocyte 60 \$NUM_CPU_CORES ../../data/leukocyte/testfile.avi > \$LOG_FILE ;; \"OMP_STREAMCLUSTER\") cd ~/rodinia_2.4/openmp/streamcluster ./sc_omp 10 30 512 65536 65536 2000 none output.txt \$NUM_CPU_CORES > \$LOG_FILE ;; \"OCL_LAVAMD\") cd ~/rodinia_2.4/opencl/lavaMD ./lavaMD -boxes1d 48 > \$LOG_FILE ;; \"OCL_LEUKOCYTE\") cd ~/rodinia_2.4/opencl/leukocyte/OpenCL ./leukocyte ../../../data/leukocyte/testfile.avi 590 > \$LOG_FILE ;; \"OCL_HEARTWALL\") cd ~/rodinia_2.4/opencl/heartwall ./heartwall 100 > \$LOG_FILE echo 0 > ~/test-exit-status ;; \"OCL_MYOCYTE\") cd ~/rodinia_2.4/opencl/myocyte ./myocyte.out -time 8000 > \$LOG_FILE ;; \"OCL_PARTICLEFILTER\") cd ~/rodinia_2.4/opencl/particlefilter ./OCL_particlefilter_double -x 128 -y 128 -z 10 -np 400000 > \$LOG_FILE ;; esac echo \$? > ~/test-exit-status" > rodinia chmod +x rodinia
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Rodinia</Title> <AppVersion>2.4</AppVersion> <Description>Rodinia is a suite focused upon accelerating compute-intensive applications with accelerators. CUDA, OpenMP, and OpenCL parallel models are supported by the included applications. This profile utilizes the OpenCL and OpenMP test binaries at the moment.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.2</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, openmpi-development, opencl</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> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>OpenMP CFD Solver</Name> <Value>OMP_CFD</Value> <Message></Message> </Entry> <Entry> <Name>OpenMP LavaMD</Name> <Value>OMP_LAVAMD</Value> <Message></Message> </Entry> <Entry> <Name>OpenMP Leukocyte</Name> <Value>OMP_LEUKOCYTE</Value> <Message></Message> </Entry> <Entry> <Name>OpenMP Streamcluster</Name> <Value>OMP_STREAMCLUSTER</Value> <Message></Message> </Entry> <Entry> <Name>OpenCL LavaMD</Name> <Value>OCL_LAVAMD</Value> <Message></Message> </Entry> <Entry> <Name>OpenCL Leukocyte</Name> <Value>OCL_LEUKOCYTE</Value> <Message></Message> </Entry> <Entry> <Name>OpenCL Heartwall</Name> <Value>OCL_HEARTWALL</Value> <Message></Message> </Entry> <Entry> <Name>OpenCL Myocyte</Name> <Value>OCL_MYOCYTE</Value> <Message></Message> </Entry> <Entry> <Name>OpenCL Particle Filter</Name> <Value>OCL_PARTICLEFILTER</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>