Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
Stockfish
SVT-AV1
PostgreSQL
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
CP2K Molecular Dynamics
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
Polyhedron Fortran Benchmarks 1.0.0
pts/polyhedron-1.0.0
- 28 December 2019 -
Initial commit of Polyhedron Fortran benchmarks.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://www.fortran.uk/pb11.zip</URL> <MD5>6b4526b10dbfae8ed256b1e58008974d</MD5> <SHA256>2c33f81bb39dc55b6c2a84270dc0f8ffc1baa892a045af3419afd9deeb911158</SHA256> <FileName>pb11.zip</FileName> <FileSize>3970705</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o pb11.zip chmod +x pb11/lin/pbharness echo "#!/bin/sh cd pb11/lin/source rm *.sum echo \"\$1 7200 0.1 10 60 ../pbvalid %r.run ../../f90valid.in>%r.chk cat %r.chk>>%r.sum cat %r.chk @makearchive.par\" > pts_standard.par if which gfortran >/dev/null 2>&1 ; then echo \"gfortran -ffast-math -funroll-loops -O3 %n.f90 -o %n\" > pts_fortran_compiler.par elif which f95 >/dev/null 2>&1 ; then echo \"f95 -ffast-math -funroll-loops -O3 %n.f90 -o %n\" > pts_fortran_compiler.par fi ../pbharness pts_fortran_compiler pts_standard > \$LOG_FILE echo \$? > ~/test-exit-status cat *.sum >> \$LOG_FILE " > polyhedron chmod +x polyhedron
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Geometric Mean Execution Time = #_RESULT_# seconds</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.1--> <PhoronixTestSuite> <TestInformation> <Title>Polyhedron Fortran Benchmarks</Title> <Description>The Fortran.uk Polyhedron Fortran Benchmarks for comparing Fortran compiler performance.</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, fortran-compiler</ExternalDependencies> <EnvironmentSize>203</EnvironmentSize> <ProjectURL>https://www.fortran.uk/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>run-test</Identifier> <Menu> <Entry> <Name>ac</Name> <Value>ac</Value> </Entry> <Entry> <Name>aermod</Name> <Value>aermod</Value> </Entry> <Entry> <Name>air</Name> <Value>air</Value> </Entry> <Entry> <Name>capacita</Name> <Value>capacita</Value> </Entry> <Entry> <Name>channel2</Name> <Value>channel2</Value> </Entry> <Entry> <Name>doduc</Name> <Value>doduc</Value> </Entry> <Entry> <Name>fatigue2</Name> <Value>fatigue2</Value> </Entry> <Entry> <Name>gas_dyn2</Name> <Value>gas_dyn2</Value> </Entry> <Entry> <Name>induct2</Name> <Value>induct2</Value> </Entry> <Entry> <Name>linpk</Name> <Value>linpk</Value> </Entry> <Entry> <Name>mdbx</Name> <Value>mdbx</Value> </Entry> <Entry> <Name>mp_prop_design</Name> <Value>mp_prop_design</Value> </Entry> <Entry> <Name>protein</Name> <Value>protein</Value> </Entry> <Entry> <Name>rnflow</Name> <Value>rnflow</Value> </Entry> <Entry> <Name>test_fpu2</Name> <Value>test_fpu2</Value> </Entry> <Entry> <Name>tfft2</Name> <Value>tfft2</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>