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
howto:compile_on_cray_cscs [2023/01/23 17:38] – [2. Build CP2K production binary] krackhowto:compile_on_cray_cscs [2023/01/25 08:29] (current) – Add make step krack
Line 15: Line 15:
 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]]. 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 toolchain ====
  
 Change to the cp2k folder Change to the cp2k folder
Line 29: Line 29:
 source arch/CRAY-XC50-gnu.psmp source arch/CRAY-XC50-gnu.psmp
 </code> </code>
-This will load the required module environmentbuild the CP2K toolchainand compile (make) the CP2K binary for the selected partition. The CP2K binary ''cp2k.psmp'' will be created in the folder ''cp2k/exe/<arch_name>/''.+This will load the required module environment for Piz Daint and build the CP2K toolchain. Check the printed output for errors and proceed to the next step when the toolchain build finished without errors. 
 + 
 +==== 3. Build CP2K production binary ==== 
 + 
 +Run one of the suggested ''make'' commands after the successful CP2K toolchain build, e.g. 
 +<code> 
 +make -j ARCH=CRAY-XC40-gnu VERSION=psmp 
 +</code> 
 +This will compile (make) the CP2K binary for the selected partition. The CP2K binary ''cp2k.psmp'' will be created in the folder ''cp2k/exe/CRAY-XC40-gnu/''.
  
 **Enjoy CP2K on CRAY!** **Enjoy CP2K on CRAY!**
howto/compile_on_cray_cscs.txt · Last modified: 2023/01/25 08:29 by krack