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
ASKAP 2.0.0
pts/askap-2.0.0
- 18 October 2019 -
Add MPI, OpenMP, OpenCL tests and other improvements.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/askap-benchmarks-20180423.tar.xz</URL> <MD5>6a3ad3da88fadab821251f01a9976cd6</MD5> <SHA256>2e64604abfbb3442e21830eff372f7c6aa21e4e355e2454a134426f23ef368bb</SHA256> <FileName>askap-benchmarks-20180423.tar.xz</FileName> <FileSize>15828836</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf askap-benchmarks-20180423.tar.xz cd ~/askap-benchmarks/tConvolveOpenCL make cd ~/askap-benchmarks/tConvolveCuda make cd ~/askap-benchmarks/tConvolveMPI make cd ~/askap-benchmarks/tConvolveOMP make cd ~/askap-benchmarks/tConvolveMT make echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd askap-benchmarks/ case \"\$1\" in \"tConvolveOpenCL\") cd tConvolveOpenCL ./tConvolveOpenCL > \$LOG_FILE ;; \"tConvolveCuda\") cd tConvolveCuda ./tConvolveCuda > \$LOG_FILE ;; \"tConvolveMPI\") cd tConvolveMPI mpirun -np \$NUM_CPU_PHYSICAL_CORES ./tConvolveMPI > \$LOG_FILE ;; \"tConvolveOMP\") cd tConvolveOMP OMP_NUM_THREADS=\$NUM_CPU_PHYSICAL_CORES ./tConvolveOMP > \$LOG_FILE ;; \"tConvolveMT\") cd tConvolveMT ./tConvolveMT \$NUM_CPU_PHYSICAL_CORES > \$LOG_FILE ;; esac echo \$? > ~/test-exit-status" > askap chmod +x askap
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Gridding rate #_RESULT_#</OutputTemplate> <AppendToArgumentsDescription>Gridding</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Degridding rate #_RESULT_#</OutputTemplate> <AppendToArgumentsDescription>Degridding</AppendToArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m0--> <PhoronixTestSuite> <TestInformation> <Title>ASKAP</Title> <AppVersion>2018-11-10</AppVersion> <Description>This is a CUDA benchmark of ATNF's ASKAP Benchmark with currently using the tConvolveCuda sub-test.</Description> <ResultScale>Million Grid Points Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cuda, opencl, openmpi-development</ExternalDependencies> <EnvironmentSize>35</EnvironmentSize> <ProjectURL>https://github.com/ATNF/askap-benchmarks</ProjectURL> <InternalTags>CUDA, SMP, MPI, OpenMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>tConvolve OpenCL</Name> <Value>tConvolve OpenCL</Value> </Entry> <Entry> <Name>tConvolve CUDA</Name> <Value>tConvolveCuda</Value> </Entry> <Entry> <Name>tConvolve MPI</Name> <Value>tConvolveMPI</Value> </Entry> <Entry> <Name>tConvolve OpenMP</Name> <Value>tConvolveOMP</Value> </Entry> <Entry> <Name>tConvolve MT</Name> <Value>tConvolveMT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>