howto:compile_on_windows
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howto:compile_on_windows [2025/07/14 16:27] – Update to latest version krack | howto:compile_on_windows [2025/08/21 14:08] (current) – Revert last change and force full cleaning krack | ||
|---|---|---|---|
| Line 34: | Line 34: | ||
| git clone --recursive https:// | git clone --recursive https:// | ||
| </ | </ | ||
| - | or download a CP2K release version like 2025.1 | + | or download a CP2K release version like 2025.2 |
| < | < | ||
| - | git clone --recursive -b support/ | + | git clone --recursive -b support/ |
| </ | </ | ||
| Line 82: | Line 82: | ||
| </ | </ | ||
| and the '' | and the '' | ||
| - | </ | ||
| ==== Test the serial CP2K binary ==== | ==== Test the serial CP2K binary ==== | ||
| Line 117: | Line 116: | ||
| First reset the CP2K repository to the state of a fresh '' | First reset the CP2K repository to the state of a fresh '' | ||
| < | < | ||
| - | git clean -fdx | + | git clean -ffdx |
| </ | </ | ||
| Install additional packages needed for an MPI/OpenMP parallel CP2K binary. Here we use the MPI implementation '' | Install additional packages needed for an MPI/OpenMP parallel CP2K binary. Here we use the MPI implementation '' | ||
| < | < | ||
| - | sudo apt -y install mpich bzip2 unzip zlib1g-dev | + | sudo apt -y install |
| </ | </ | ||
| and some system packages for data compression have to be installed as well. | and some system packages for data compression have to be installed as well. | ||
| Line 127: | Line 126: | ||
| < | < | ||
| cd tools/ | cd tools/ | ||
| - | ./ | + | ./ |
| </ | </ | ||
| The commands for compiling | The commands for compiling | ||
howto/compile_on_windows.1752510462.txt.gz · Last modified: by krack
