Eastsheng's Wiki

CP2K安装与编译

2022-09-18 18:11:28

[toc]

CP2K下载与安装

1
2
3
4
5
6
7
8
9
10
sudo apt update
sudo apt upgrade
sudo apt install libopenblas-dev

mkdir cp2k
cd cp2k
wget https://github.com/cp2k/cp2k/archive/refs/tags/v2024.3.tar.gz
tar -zxvf v2024.3.tar.gz
cd ./cp2k-2024.3/tools/toolchain
./install_cp2k_toolchain.sh --with-sirius=no --with-plumed=install --with-cmake=system --with-openblas=system --with-fftw=system

-

参考: