Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
QMCPACK 1.3.1
pts/qmcpack-1.3.1
- 05 May 2021 -
Set OMP_NUM_THREADS=1.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/QMCPACK/qmcpack/archive/v3.11.0.tar.gz</URL> <MD5>f647c24b2f28b83175cf2ae556f46512</MD5> <SHA256>9fde5dc87fd40887d04e8eec5ebb05efe801f90e4c2e482e0afa8303a1e865a9</SHA256> <FileName>qmcpack-3.11.0.tar.gz</FileName> <FileSize>107240419</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf qmcpack-3.11.0.tar.gz cd qmcpack-3.11.0/build/ cmake .. -DCMAKE_BUILD_TYPE=Release # Run make twice as seems to hit errors on first build but completes fine on second time if [ "$OS_TYPE" = "BSD" ] then gmake -j $NUM_CPU_CORES gmake -j $NUM_CPU_CORES else make -j $NUM_CPU_CORES make -j $NUM_CPU_CORES fi echo $? > ~/install-exit-status cd ~/ cat>qmcpack<<EOT #!/bin/sh cd qmcpack-3.11.0/build/examples/molecules/\$1 OMP_NUM_THREADS=1 mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ~/qmcpack-3.11.0/build/bin/qmcpack \$2 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x qmcpack
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Total Execution time = #_RESULT_# secs</OutputTemplate> <LineHint>Total Execution time</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>QMCPACK</Title> <AppVersion>3.11</AppVersion> <Description>QMCPACK is a modern high-performance open-source Quantum Monte Carlo (QMC) simulation code making use of MPI for this benchmark of the H20 example code. QMCPACK is an open-source production level many-body ab initio Quantum Monte Carlo code for computing the electronic structure of atoms, molecules, and solids. QMCPACK is supported by the U.S. Department of Energy.</Description> <ResultScale>Total Execution Time - Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.1</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Scientific</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>openmpi-development, fftw3-development, build-utilities, boost-development, cmake, hdf5, libxml2, blas-development, lapack-development</ExternalDependencies> <EnvironmentSize>1200</EnvironmentSize> <ProjectURL>http://qmcpack.org/</ProjectURL> <InternalTags>SMP, MPI</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <Menu> <Entry> <Name>simple-H2O</Name> <Value>H2O/example_H2O-1-1 simple-H2O.xml</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>