Package Details: cp2k 8.2.0-1

Git Clone URL: https://aur.archlinux.org/cp2k.git (read-only, click to copy)
Package Base: cp2k
Description: A quantum chemistry and solid state physics software package
Upstream URL: https://www.cp2k.org
Keywords: DFT
Licenses: GPL2
Conflicts: cp2k-bin, cp2k-data, cp2k-git
Provides: cp2k
Submitter: dviktor
Maintainer: None
Last Packager: a.kudelin
Votes: 1
Popularity: 0.000000
First Submitted: 2019-04-22 19:01 (UTC)
Last Updated: 2021-07-16 21:27 (UTC)

Dependencies (13)

Required by (0)

Sources (6)

Latest Comments

« First ‹ Previous 1 2

a.kudelin commented on 2019-04-23 11:58 (UTC)

It's worth to include support for MPI parallelism to gain up to 30% additional performance. Libraries containing tools for calculation of XC functionals and exact exchange, LIBXC and LIBINT, are crucial to get the true power and flexibility of CP2K unlike plumed or cuda. Your PKGBUILD doesn't support regtesting, so you can add it with:

check() { cd $srcdir/$pkgname/tools/regtesting ./do_regtest -cp2kdir ../.. -nosvn -version $_version -arch $_arch -nobuild }

where _arch=basic _version=ssmp in your terms.

I have been working with this program on Arch for a long time and have tried a lot of ways to write my best PKGBUILD. You may get some ideas from that: https://pastebin.com/j7EhYjYi https://pastebin.com/4uZbSqbn One thing I haven't managed yet is testing on the first installation when /usr/share/cp2k/data doesn't exist.