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
PETSc 1.0.0
pts/petsc-1.0.0
- 21 April 2023 -
Initial commit.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.19.0.tar.gz</URL> <MD5>3d8820670f0d67aa04ce41b91f8eae62</MD5> <SHA256>8ced753e4d2fb6565662b2b1fbba75a426cbf8438203f82717ce270f0591322c</SHA256> <FileName>petsc-3.19.0.tar.gz</FileName> <FileSize>16612219</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh rm -rf petsc-3.19.0 tar -xf petsc-3.19.0.tar.gz cd petsc-3.19.0 ./configure --download-fblaslapack=1 --with-debugging=0 COPTFLAGS='-O3' CXXOPTFLAGS='-O3' FOPTFLAGS='-O3 -march=native' --download-mpich make PETSC_DIR=`pwd` PETSC_ARCH=arch-linux-c-opt all echo $? > ~/install-exit-status echo "#" > src/benchmarks/streams/process.py cd ~ echo "#!/bin/bash cd petsc-3.19.0 make streams > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > petsc chmod +x petsc
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>32 #_RESULT_# Rate (MB/s) 0.646661 </OutputTemplate> <LineHint>Rate (MB/s)</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>PETSc</Title> <AppVersion>3.19</AppVersion> <Description>PETSc, the Portable, Extensible Toolkit for Scientific Computation, is for the scalable (parallel) solution of scientific applications modeled by partial differential equations. This test profile runs the PETSc "make streams" benchmark and records the throughput rate when all available cores are utilized for the MPI Streams build.</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>python, build-utilities, fortran-compiler</ExternalDependencies> <InstallRequiresInternet>TRUE</InstallRequiresInternet> <EnvironmentSize>900</EnvironmentSize> <ProjectURL>https://petsc.org/</ProjectURL> <RepositoryURL>https://github.com/petsc/petsc</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Streams</Name> <Value>streams</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>