# 下载链接 https://github.com/cp2k/cp2k/releases 注:tar.gz安装包make文件有问题$ tar -xf cp2k-2022.1.tar.bz2
$ cd cp2k-2022.1/tools/toolchain
$ ./install_cp2k_toolchain.sh -h 查看安装参数
$ ./install_cp2k_toolchain.sh --with-intel --with-intelmpi --with-plumed
# 在脚本执行时,同级目录下会生成build目录,自动编译过程中若缺少所需的库,按照报错的提示去网上将安装包下载并且放于build目录中,再执行编译# 编译到cmake的bug,需要将下载的cmake-3.22.1-Linux-x86_64.sh更改名称,将报错提示的cmake-3.22.1-Linux-x86_64.sh复制# mv cmake-3.22.1-Linux-x86_64.sh cmake-3.22.1-Linux-x86_64.sh 即可,虽然名称相同但是脚本不识别,重新更改一下名称即可# 编译到spla-1.5.4.tar.gz的bug,需要按照报错提示修改安装spla的脚本文件,将文件的第40行tar -xf spla-{version}.tar.gz删掉# cd build | tar -xf spla-1.5.4.tar.gz 进入buid目录手动解压spla-1.5.4.tar.gz文件# 脚本会自动编译所需的库,以下是自动编译过程MPI is detected and it appears to be Intel MPI
Compiling with 56 processes.
Step gcc took 0.00 seconds.
==================== Finding Intel compiler from system paths ====================path to icc is /es01/software/spack_external/compiler/intel/2022/compiler/2022.1.0/linux/bin/intel64/icc
path to icpc is /es01/software/spack_external/compiler/intel/2022/compiler/2022.1.0/linux/bin/intel64/icpc
path to ifort is /es01/software/spack_external/compiler/intel/2022/compiler/2022.1.0/linux/bin/intel64/ifort
Step intel took 0.00 seconds.
==================== Getting proc arch info using OpenBLAS tools ====================OpenBLAS detected LIBCORE = skylakex
OpenBLAS detected ARCH = x86_64
==================== Installing CMake ====================cmake-3.22.1 is already installed, skipping it.
Step cmake took 0.00 seconds.
==================== Finding Intel MPI from system paths ====================path to mpirun is /es01/software/spack_external/compiler/intel/2022/mpi/2021.6.0/bin/mpirun
path to mpiicc is /es01/software/spack_external/compiler/intel/2022/mpi/2021.6.0/bin/mpiicc
path to mpiicpc is /es01/software/spack_external/compiler/intel/2022/mpi/2021.6.0/bin/mpiicpc
path to mpiifort is /es01/software/spack_external/compiler/intel/2022/mpi/2021.6.0/bin/mpiifort
Found lib directory /es01/software/spack_external/compiler/intel/2022/mpi/2021.6.0/lib/release
libmpi is found in ld search path
libmpicxx is found in ld search path
Step intelmpi took 0.00 seconds.
==================== Finding MKL from system paths ====================MKLROOT is found to be /es01/software/spack_external/compiler/intel/2022/mkl/2022.1.0
libm is found in ld search path
libdl is found in ld search path
Step mkl took 0.00 seconds.
Step fftw took 0.00 seconds.
==================== Installing LIBINT ====================libint-2.6.0 is already installed, skipping it.
Step libint took 0.00 seconds.
==================== Installing LIBXC ====================libxc-5.2.3 is already installed, skipping it.
Step libxc took 0.00 seconds.
==================== Installing Libxsmm ====================libxsmm-1.17 is already installed, skipping it.
Step libxsmm took 0.00 seconds.
Step scalapack took 0.00 seconds.
==================== Installing COSMA ====================COSMA-2.5.1 is already installed, skipping it.
Step cosma took 0.00 seconds.
==================== Installing ELPA ====================elpa-2021.11.002 is already installed, skipping it.
Step elpa took 1.00 seconds.
Step ptscotch took 0.00 seconds.
Step superlu took 0.00 seconds.
Step pexsi took 0.00 seconds.
Step quip took 0.00 seconds.
==================== Installing gsl ====================gsl-2.7 is already installed, skipping it.
Step gsl took 0.00 seconds.
==================== Installing PLUMED ====================plumed-2.8.0 is already installed, skipping it.
Step plumed took 0.00 seconds.
==================== Installing hdf5 ====================hdf5-1.12.0 is already installed, skipping it.
Step hdf5 took 0.00 seconds.
Step libvdwxc took 0.00 seconds.
==================== Installing spglib ====================spglib-1.16.2 is already installed, skipping it.
Step spglib took 0.00 seconds.
==================== Installing libvori ====================libvori-220621 is already installed, skipping it.
Step libvori took 0.00 seconds.
==================== Installing spfft ====================SpFFT-1.0.6 is already installed, skipping it.
Step spfft took 0.00 seconds.
==================== Installing spla ====================SpLA-1.5.4 is already installed, skipping it.
Step spla took 0.00 seconds.
==================== Installing SIRIUS ====================sirius_dist-7.3.1 is already installed, skipping it.
Step sirius took 1.00 seconds
# 库编译成功后,按照提示进行软件编译==================== generating arch files ====================arch files can be found in the ~/cp2k-2022.1/tools/toolchain/install/arch subdirectory
Wrote ~/cp2k-2022.1/tools/toolchain/install/arch/local.ssmp
Wrote ~/cp2k-2022.1/tools/toolchain/install/arch/local_static.ssmp
Wrote ~/cp2k-2022.1/tools/toolchain/install/arch/local.sdbg
Wrote ~/cp2k-2022.1/tools/toolchain/install/arch/local_coverage.sdbg
Wrote ~/cp2k-2022.1/tools/toolchain/install/arch/local.psmp
Wrote ~/cp2k-2022.1/tools/toolchain/install/arch/local.pdbg
Wrote ~/cp2k-2022.1/tools/toolchain/install/arch/local_static.psmp
Wrote ~/cp2k-2022.1/tools/toolchain/install/arch/local_warn.psmp
Wrote ~/cp2k-2022.1/tools/toolchain/install/arch/local_coverage.pdbg
========================== usage =========================Done!
# 按照以下步骤编译Now copy:
$ cp ~/cp2k-2022.1/tools/toolchain/install/arch/* to the cp2k/arch/ directory
To use the installed tools and libraries and cp2k version
compiled with it you will first need to execute at the prompt:
$ source ~/cp2k-2022.1/tools/toolchain/install/setup
To build CP2K you should change directory:
$ cd cp2k/
$ make -j 20 ARCH=local VERSION="ssmp sdbg psmp pdbg"arch files for GPU enabled CUDA versions are named "local_cuda.*"arch files for GPU enabled HIP versions are named "local_hip.*"arch files for OpenCL (GPU) versions are named "local_opencl.*"arch files for coverage versions are named "local_coverage.*"Note that these pre-built arch files are for the GNU compiler, users have to adapt them for other compilers.
It is possible to use the provided CP2K arch files as guidance.