CPMD: Difference between revisions

135 bytes added ,  5 years ago
Marked this version for translation
(category)
(Marked this version for translation)
Line 1: Line 1:
<languages />
<languages />
<translate>
<translate>
<!--T:1-->
[[Category:Software]]
[[Category:Software]]


<!--T:2-->
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.


<!--T:3-->
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-->
Below are instructions on how to build CPMD 4.3:
Below are instructions on how to build CPMD 4.3:


<!--T:5-->
Create a local directory, first, like so
Create a local directory, first, like so
  $ mkdir -p ~/.local/easybuild/sources/c/CPMD
  $ mkdir -p ~/.local/easybuild/sources/c/CPMD


<!--T:6-->
Place all the CPMD source tarballs and patches into that directory
Place all the CPMD source tarballs and patches into that directory
<pre>
<pre>
Line 27: Line 33:
</pre>
</pre>


<!--T:7-->
Then run the EasyBuild command
Then run the EasyBuild command
  $ eb CPMD-4.3-iomkl-2016.4.11.eb --rebuild
  $ eb CPMD-4.3-iomkl-2016.4.11.eb --rebuild


<!--T:8-->
The <code>--rebuild</code> option forces EasyBuild to ignore CPMD 4.3 installed in a central location and proceed instead with the installation into your home directory.
The <code>--rebuild</code> option forces EasyBuild to ignore CPMD 4.3 installed in a central location and proceed instead with the installation into your home directory.


<!--T:9-->
Once the software is installed, log out and log back in.
Once the software is installed, log out and log back in.


<!--T:10-->
Now, when you type <code>module load cpmd</code>, the software installed into your home dir will get picked up.
Now, when you type <code>module load cpmd</code>, the software installed into your home dir will get picked up.


<!--T:11-->
<pre>
<pre>
$ module load cpmd
$ module load cpmd
Line 42: Line 53:
</pre>
</pre>


<!--T:12-->
You can use it now as usual in your submission script.
You can use it now as usual in your submission script.


</translate>
</translate>
Bureaucrats, cc_docs_admin, cc_staff
2,879

edits