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
Quantum ESPRESSO 1.0.2
pts/qe-1.0.2
- 12 January 2021 -
Parser fix for long running tests.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/QEF/q-e/releases/download/qe-6.7.0/qe-6.7-ReleasePack.tgz</URL> <MD5>2d8e87fc5eb5cb8bb95397ac6f69c073</MD5> <SHA256>8f06ea31ae52ad54e900a2f51afd5c70f78096d9dcf39c86c2b17dccb1ec9c87</SHA256> <FileName>qe-6.7-ReleasePack.tgz</FileName> <FileSize>102967205</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/AUSURF112-14Oct2019.tar.xz</URL> <MD5>d85a722c6bb5d45c0e476cea87ca6367</MD5> <SHA256>4a31304079d4a049a2a7008f6a55669a33f1738798a20ffe1a9f55b5ff91978f</SHA256> <FileName>AUSURF112-14Oct2019.tar.xz</FileName> <FileSize>79988</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf qe-6.7-ReleasePack.tgz tar -xf AUSURF112-14Oct2019.tar.xz cd qe-6.7 ./configure make pw -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~/ # Not using mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES due to issues and already being threaded at least for single node systems cat>qe<<EOT #!/bin/sh cd AUSURF112/ ../qe-6.7/bin/pw.x -inp ausurf.in > \$LOG_FILE 2>&1 sed -i 's/h /h/g' \$LOG_FILE sed -i 's/m /m/g' \$LOG_FILE sed -i 's/mWALL/m WALL/g' \$LOG_FILE # The sed is needed otherwise soemtimes result output is "20m 8.66s" EOT chmod +x qe
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> PWSCF : 1h21mCPU #_RESULT_# WALL</OutputTemplate> <LineHint>PWSCF</LineHint> <ResultBeforeString>WALL</ResultBeforeString> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <TestInformation> <Title>Quantum ESPRESSO</Title> <AppVersion>6.7</AppVersion> <Description>Quantum ESPRESSO is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Scientific</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>fortran-compiler, blas-development, lapack-development, openmpi-development, fftw3-development, build-utilities</ExternalDependencies> <EnvironmentSize>2555</EnvironmentSize> <ProjectURL>http://www.quantum-espresso.org/</ProjectURL> <RequiresCoreVersionMin>10201</RequiresCoreVersionMin> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <Menu> <Entry> <Name>AUSURF112</Name> <Value>ausurf.in</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>