Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Stockfish
7-Zip Compression
SVT-AV1
PostgreSQL
FFmpeg
Newest Tests
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
GROMACS
Recently Updated Tests
CP2K Molecular Dynamics
Apache CouchDB
PostgreSQL
NAMD
Apache Cassandra
Opus Codec Encoding
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.1.0
pts/askap-2.1.0
- 24 January 2021 -
Update against ASKAP 1.0 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ATNF/askap-benchmarks/archive/v1.0.tar.gz</URL> <MD5>4155097c3b7f32002f97be4abf078bb9</MD5> <SHA256>25ec60886de40d27c6100324224c724b3a0d3847d1f619f8aab45866d9cf857b</SHA256> <FileName>askap-benchmarks-1.0.tar.gz</FileName> <FileSize>129002812</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf askap-benchmarks-1.0.tar.gz cd ~/askap-benchmarks-1.0/attic/tConvolveOpenCL/ make cd ~/askap-benchmarks-1.0/attic/tConvolveCuda make cd ~/askap-benchmarks-1.0/current/tConvolveMPI sed -i 's/CXX=CC/CXX=mpic++/g' Makefile make cd ~/askap-benchmarks-1.0/attic/tConvolveOMP make cd ~/askap-benchmarks-1.0/attic/tConvolveMT make cd ~/askap-benchmarks-1.0/current/tHogbomCleanOMP cp ../../data/dirty_4096.img dirty.img cp ../../data/psf_4096.img psf.img make echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd askap-benchmarks-1.0/ case \"\$1\" in \"tConvolveOpenCL\") cd attic/tConvolveOpenCL ./tConvolveOpenCL > \$LOG_FILE ;; \"tConvolveCuda\") cd attic/tConvolveCuda ./tConvolveCuda > \$LOG_FILE ;; \"tConvolveMPI\") cd current/tConvolveMPI mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ./tConvolveMPI > \$LOG_FILE ;; \"tConvolveOMP\") cd attic/tConvolveOMP OMP_NUM_THREADS=\$NUM_CPU_CORES ./tConvolveOMP > \$LOG_FILE ;; \"tConvolveMT\") cd attic/tConvolveMT ./tConvolveMT \$NUM_CPU_CORES > \$LOG_FILE ;; \"tHogbomCleanOMP\") cd current/tHogbomCleanOMP ./tHogbomCleanOMP > \$LOG_FILE ;; esac echo \$? > ~/test-exit-status" > askap chmod +x askap
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Gridding rate #_RESULT_#</OutputTemplate> <ResultScale>Million Grid Points Per Second</ResultScale> <AppendToArgumentsDescription>Gridding</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Degridding rate #_RESULT_#</OutputTemplate> <ResultScale>Million Grid Points Per Second</ResultScale> <AppendToArgumentsDescription>Degridding</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate> Degridding rate (total) #_RESULT_# (Mpix/sec)</OutputTemplate> <LineHint>Degridding rate (total)</LineHint> <ResultScale>Mpix/sec</ResultScale> <AppendToArgumentsDescription>Degridding</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate> Gridding rate (total) #_RESULT_# (Mpix/sec)</OutputTemplate> <LineHint>Gridding rate (total</LineHint> <ResultScale>Mpix/sec</ResultScale> <AppendToArgumentsDescription>Gridding</AppendToArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate> Cleaning rate #_RESULT_# (iterations per second)</OutputTemplate> <ResultScale>Iterations Per Second</ResultScale> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <TestInformation> <Title>ASKAP</Title> <AppVersion>1.0</AppVersion> <Description>ASKAP is a set of benchmarks from the Australian SKA Pathfinder. The principal ASKAP benchmarks are the Hogbom Clean Benchmark (tHogbomClean) and Convolutional Resamping Benchmark (tConvolve) as well as some previous ASKAP benchmarks being included as well for OpenCL and CUDA execution of tConvolve.</Description> <ResultScale>Million Grid Points Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.1.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>417</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> <Entry> <Name>Hogbom Clean OpenMP</Name> <Value>tHogbomCleanOMP</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>