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.3.0
pts/qe-1.3.0
- 22 December 2021 -
Update against QE 7.0 upstream new release.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/QEF/q-e/archive/refs/tags/qe-7.0.tar.gz</URL> <MD5>46f1e928038a08414076db5162fd9fd3</MD5> <SHA256>85beceb1aaa1678a49e774c085866d4612d9d64108e0ac49b23152c8622880ee</SHA256> <FileName>qe-7.0.tar.gz</FileName> <FileSize>79277864</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-7.0.tar.gz tar -xf AUSURF112-14Oct2019.tar.xz cd q-e-qe-7.0/ ./configure --enable-openmp make pw -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~/ cat>qe<<EOT #!/bin/sh cd AUSURF112/ OMP_NUM_THREADS=\$CPU_THREADS_PER_CORE mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ../q-e-qe-7.0/bin/pw.x -inp ausurf.in > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status 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.8.0m2--> <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.8.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Quantum ESPRESSO</Title> <AppVersion>7.0</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.3.0</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> <RepositoryURL>https://github.com/QEF/q-e/</RepositoryURL> <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>