Matteo Orlandi
unread,Mar 24, 2026, 5:46:31 PM (21 hours ago) Mar 24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cp2k
Good evening,
I am attempting to compile CP2K 2026.1 on an HPC cluster. While I am familiar with compiling older versions of the code, the newer versions now require CMake. I managed to compile CP2K 2026.1 using the ./make_cp2k.sh script.
Nevertheless, I have not been able to replicate the behavior of the old make -j 128 ARCH=local VERSION="psmp" libcp2k command, which was necessary for the GROMACS/CP2K interface. Moreover, the libcp2k.a file is not produced by the current CP2K compilation—only libcp2k.so is generated.