[CP2K-user] Help with compiling release 7.1
Travis
polla... at gmail.com
Fri Jan 10 21:11:44 UTC 2020
Hi,
To get the development version (v8.0 currently),
git clone --recursive https://github.com/cp2k/cp2k.git cp2k
To get a specific release (v7.1 as you mentioned),
git clone -b support/v7.1 https://github.com/cp2k/cp2k.git cp2k
The support/vx.y branch is the name of the release channel on github, while
the release downloadable from https://github.com/cp2k/cp2k/releases
<https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fcp2k%2Fcp2k%2Freleases&sa=D&sntz=1&usg=AFQjCNHFwokyQjRoF1fanh1P_zfu0JAwbg>
is just a tarball of the support/vx.y source code. *Use either*. The
tarball is provided for folks who don't have/use git. Only 'cp2k-7.1.tar.bz2'
from that list contains source code with DBCSR and won't need git at all.
The sopt and ssmp files are pre-compiled binaries for single node
calculations.
-T
On Friday, January 10, 2020 at 4:48:40 PM UTC-4, Natalie Holzwarth wrote:
>
> I downloaded cp2k 7.1.0 from the github page
> https://github.com/cp2k/cp2k/releases using the "source code" tar.gz
> file.
> Is it correct to assume that this is a complete version of the code? When
> I tried to install it after running install_cp2k_install_toolchain.sh
> there was an error message "No DBCSR submodule available, please run 'git
> submodule update --init --recursive". That advice worked
> when I used git clone --recursive -b support/v7.1
> https://github.com/cp2k/cp2k.git cp2k, but I thought that the "release"
> version would
> be easier to deal with. Is there a difference between the "release" 7.1
> and the "support" 7.1 versions? Your advice to a beginning user
> will be very much appreciated.
> Thanks kindly, Natalie Holzwarth
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20200110/4e818084/attachment.htm>
More information about the CP2K-user
mailing list