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
CP2K Molecular Dynamics 1.5.0
pts/cp2k-1.5.0
- 11 October 2024 -
Update to cp2k 2024.3 so it builds nicely on modern distros.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/cp2k/cp2k/releases/download/v2024.3/cp2k-2024.3.tar.bz2</URL> <MD5>23e0f1165d63c2807afa456785189e5a</MD5> <SHA256>a6eeee773b6b1fb417def576e4049a89a08a0ed5feffcd7f0b33c7d7b48f19ba</SHA256> <FileName>cp2k-2024.3.tar.bz2</FileName> <FileSize>72987117</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/bash rm -rf cp2k-2024.3 tar -xjf cp2k-2024.3.tar.bz2 cd cp2k-2024.3/tools/toolchain ./install_cp2k_toolchain.sh --with-libxsmm=install --with-openblas=install --with-fftw=install --with-cmake=system EXITQ=$? if [ $EXITQ -ne 0 ]; then ./install_cp2k_toolchain.sh --with-libxsmm=install --with-openblas=system --with-fftw=install --with-cmake=system fi cp install/arch/* ~/cp2k-2024.3/arch/ source $HOME/cp2k-2024.3/tools/toolchain/install/setup cd ~/cp2k-2024.3/ make -j $NUM_CPU_CORES ARCH=local VERSION="psmp" echo $? > ~/install-exit-status cd ~ echo "#!/bin/bash cd cp2k-2024.3 OMP_NUM_THREADS=1 mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ./exe/local/cp2k.popt \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > cp2k chmod +x cp2k
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> CP2K 1 1.0 0.035 0.035 662.239 #_RESULT_#</OutputTemplate> <LineBeforeHint>MAXIMUM AVERAGE MAXIMUM</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>CP2K Molecular Dynamics</Title> <AppVersion>2024.3</AppVersion> <Description>CP2K is an open-source molecular dynamics software package focused on quantum chemistry and solid-state physics. More details on the CP2K benchmark test cases and details can be found @ https://www.cp2k.org/performance</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>build-utilities, blas-development, python, fortran-compiler, openmpi-development, cmake, hdf5</ExternalDependencies> <EnvironmentSize>244</EnvironmentSize> <ProjectURL>https://www.cp2k.org/</ProjectURL> <RepositoryURL>https://github.com/cp2k/cp2k</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <ArgumentPrefix>-i </ArgumentPrefix> <Menu> <Entry> <Name>Fayalite-FIST</Name> <Value>benchmarks/Fayalite-FIST/fayalite.inp</Value> </Entry> <Entry> <Name>H20-64</Name> <Value>benchmarks/QS/H2O-64.inp</Value> </Entry> <Entry> <Name>H20-256</Name> <Value>benchmarks/QS/H2O-256.inp</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>