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
QMCPACK 1.1.0
pts/qmcpack-1.1.0
- 18 January 2021 -
Update against QMCPACK 3.10 upstream, expose multiple models.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/QMCPACK/qmcpack/archive/v3.10.0.tar.gz</URL> <MD5>191310aadf6a08402848509375c40c3b</MD5> <SHA256>c63dd45208ae4480804739f917506de1a0492563c0e00bc0cc27bdd52b9e6625</SHA256> <FileName>qmcpack-3.10.0.tar.gz</FileName> <FileSize>106050024</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf qmcpack-3.10.0.tar.gz cd qmcpack-3.10.0/build/ cmake .. -DCMAKE_BUILD_TYPE=Release # Run make twice as seems to hit errors on first build but completes fine on second time make -j $NUM_CPU_CORES make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~/ cat>qmcpack<<EOT #!/bin/sh cd qmcpack-3.10.0/build/examples/molecules/\$1 OMP_NESTED=FALSE mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ~/qmcpack-3.10.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.2.0--> <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.2.0--> <PhoronixTestSuite> <TestInformation> <Title>QMCPACK</Title> <AppVersion>3.10</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.1.0</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> <Entry> <Name>simple-He</Name> <Value>He/example_He_simple-1-1 he_simple.xml</Value> <Message>The Helium input runs much quicker than H20 for smaller systems.</Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>