cc_staff
415
edits
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
<!--T:1--> | <!--T:1--> | ||
[[Category:Software]] | [[Category:Software]] | ||
[https://www.cpmd.org/wordpress/ CPMD] is a plane wave/pseudopotential DFT code for ab initio molecular dynamics simulations. | |||
<!--T:2--> | <!--T:2--> | ||
= License limitations = | |||
Before you can start using [http://cpmd.org CPMD], you have to register and accept the [http://cpmd.org/download/cpmd-download-1/accept-license CPMD license terms] and then [[Technical_support | send us a support request]] stating that you have in fact registered and accepted CPMD license terms. Afterwards, we will get in touch with the CPMD admins to confirm your registration, and then will grant you access to the CPMD software. | Before you can start using [http://cpmd.org CPMD], you have to register and accept the [http://cpmd.org/download/cpmd-download-1/accept-license CPMD license terms] and then [[Technical_support | send us a support request]] stating that you have in fact registered and accepted CPMD license terms. Afterwards, we will get in touch with the CPMD admins to confirm your registration, and then will grant you access to the CPMD software. | ||
= Module = | |||
You can access CPMD by loading a [[Utiliser des modules/en|module]]. | |||
<source lang="bash"> | |||
module load intel/2020.1.217 openmpi/4.0.3 cpmd/4.3 | |||
</source> | |||
<!--T:3--> | <!--T:3--> | ||
= Local installation of CPMD = | |||
It has been our experience, however, lately that a response from CPMD admins can take weeks or even months. If you are a registered CPMD user, you will have access to the CPMD source files, and therefore can build the software yourself in your home directory using our software build environment called EasyBuild with the exact same recipe that we would use for a central installation. | It has been our experience, however, lately that a response from CPMD admins can take weeks or even months. If you are a registered CPMD user, you will have access to the CPMD source files, and therefore can build the software yourself in your home directory using our software build environment called EasyBuild with the exact same recipe that we would use for a central installation. | ||
<!--T:4--> | <!--T:4--> | ||
Below are instructions on how to build CPMD 4.3: | Below are instructions on how to build CPMD 4.3 under your account on a cluster of your choice: | ||
<!--T:5--> | <!--T:5--> | ||
Line 44: | Line 58: | ||
<!--T:10--> | <!--T:10--> | ||
Now, when you type <code>module load cpmd</code>, the software installed into your home | Now, when you type <code>module load cpmd</code>, the software installed into your home directory will get picked up. | ||
<!--T:11--> | <!--T:11--> | ||
Line 55: | Line 69: | ||
<!--T:12--> | <!--T:12--> | ||
You can use it now as usual in your submission script. | You can use it now as usual in your submission script. | ||
=Example of job script = | |||
</translate> | </translate> |