mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
INSTALL: recommend use of toolchain script
This commit is contained in:
parent
52b69387cf
commit
c01f892c0d
1 changed files with 13 additions and 1 deletions
14
INSTALL.md
14
INSTALL.md
|
|
@ -10,7 +10,19 @@ For more details, see https://www.cp2k.org/download
|
|||
|
||||
## 2. Install Prerequisites
|
||||
|
||||
Sub-points here discuss prerequisites needed to build CP2K. Most of these can be conveniently installed via the [toolchain script](./tools/toolchain). Copies of the recommended versions of 3rd party software can be downloaded from https://www.cp2k.org/static/downloads/.
|
||||
The most convenient way to install pre-requisites is by using the [toolchain script](./tools/toolchain):
|
||||
```console
|
||||
$ cd tools/toolchain/
|
||||
$ # read toolchain installation options:
|
||||
$ ./install_cp2k_toolchain.sh --help
|
||||
$ # launch toolchain script (example option choice)
|
||||
$ ./install_cp2k_toolchain.sh ./install_cp2k_toolchain.sh --with-libxsmm=install --with-openblas=system --with-fftw=system --with-reflapack=no \
|
||||
--enable-cuda --enable-omp
|
||||
```
|
||||
|
||||
Once the script has completed successfully, follow the instructions given at the end of its ouptput.
|
||||
|
||||
Sub-points here discuss prerequisites needed to build CP2K. Copies of the recommended versions of 3rd party software can be downloaded from https://www.cp2k.org/static/downloads/.
|
||||
|
||||
### 2a. GNU make (required, build system)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue