cc_staff
229
edits
(start updating for newest version) |
(add translation tags) |
||
Line 1: | Line 1: | ||
<languages /> | |||
[[Category:Software]] | |||
<translate> | |||
'''CP2K''' is a quantum chemistry and solid state physics software package that can perform atomistic simulations of solid state, liquid, molecular, periodic, material, crystal, and biological systems. | '''CP2K''' is a quantum chemistry and solid state physics software package that can perform atomistic simulations of solid state, liquid, molecular, periodic, material, crystal, and biological systems. | ||
Line 6: | Line 10: | ||
First, log into one of Canada Clusters and download the needed files with the following commands: | First, log into one of Canada Clusters and download the needed files with the following commands: | ||
</translate> | |||
wget https://www.cp2k.org/_media/static_calculation.tgz | wget https://www.cp2k.org/_media/static_calculation.tgz | ||
Line 11: | Line 17: | ||
cd static_calculation/sample_output_no_smearing | cd static_calculation/sample_output_no_smearing | ||
<translate> | |||
Then, in that directory, create the following job submission script, with the account name changed to the one you are using. | Then, in that directory, create the following job submission script, with the account name changed to the one you are using. | ||
</translate> | |||
{{File | {{File | ||
Line 26: | Line 34: | ||
srun cp2k.popt -o Si_bulk8.out Si_bulk8.inp | srun cp2k.popt -o Si_bulk8.out Si_bulk8.inp | ||
}} | }} | ||
<translate> | |||
To submit this job, execute: | To submit this job, execute: | ||
Line 38: | Line 48: | ||
The output of CP2K will be located in the file Si_bulk8.out. There will also be an output file named slurm-*.out which should be empty if the calculation completed without error. | The output of CP2K will be located in the file Si_bulk8.out. There will also be an output file named slurm-*.out which should be empty if the calculation completed without error. | ||
</translate> |