User Tools

Site Tools


howto:compile_on_cray_cscs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howto:compile_on_cray_cscs [2023/01/23 17:28] krackhowto:compile_on_cray_cscs [2023/01/23 17:38] – [2. Build CP2K production binary] krack
Line 9: Line 9:
 git clone --recursive https://github.com/cp2k/cp2k.git cp2k git clone --recursive https://github.com/cp2k/cp2k.git cp2k
 </code> </code>
-to download the current CP2K trunk version or run+in your project folder to download the current [[https://github.com/cp2k/cp2k|CP2K trunk version]] or run
 <code> <code>
 git clone --recursive -b support/v2023.1 https://github.com/cp2k/cp2k.git cp2k git clone --recursive -b support/v2023.1 https://github.com/cp2k/cp2k.git cp2k
 </code> </code>
-for the latest release version. A download of the current trunk version is only recommended if the corresponding regression tester is `OK` as indicated by a green background color of the table entry in the status column of the CP2K dashboard.+for the latest CP2K release version. A [[https://www.cp2k.org/download|download]] of the current trunk version is only recommended if the corresponding regression tester is `OK` as indicated by a green background color of the table entry in the status column of the [[https://dashboard.cp2k.org/index.html|CP2K dashboard]].
  
 ==== 2. Build CP2K production binary ==== ==== 2. Build CP2K production binary ====
Line 29: Line 29:
 source arch/CRAY-XC50-gnu.psmp source arch/CRAY-XC50-gnu.psmp
 </code> </code>
-This will load the required module environment, build the CP2K toolchain, and compile (make) the CP2K binary for the selected partition. The CP2K binary `cp2k.psmpwill be created in the folder `cp2k/exe/`.+This will load the required module environment, build the CP2K toolchain, and compile (make) the CP2K binary for the selected partition. The CP2K binary ''cp2k.psmp'' will be created in the folder ''cp2k/exe/<arch_name>/''.
  
 **Enjoy CP2K on CRAY!** **Enjoy CP2K on CRAY!**
howto/compile_on_cray_cscs.txt · Last modified: 2023/01/25 08:29 by krack