CASTEP: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Based on the Materials Studio page and one OTRS ticket)
 
mNo edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Draft}}
<languages />
[[Category:Software]][[Category:ComputationalChemistry]]
<translate>


== Installing CASTEP 19.11 ==
==Installing CASTEP== <!--T:1-->
First, you must have the archive file that contains the installer; this file should be named <code>CASTEP-19.11.tar.gz</code>. Second, upload the <code>CASTEP-19.11.tar.gz</code> file to your /home folder on the cluster you intend to use. Then, run the command
For example, with version <code>20.11</code>:
  [name@server ~]$ eb CASTEP-19.11-iomkl-2018.3.312.eb --sourcepath=$HOME --disable-enforce-checksums
# You must [http://www.castep.org/get_castep '''get the archive file that contains the installer''']; this file should be named <code>CASTEP-20.11.tar.gz</code>.
Once this command has completed, log out from the cluster and log back in. You should then be able to load the module with
# Upload the <code>CASTEP-20.11.tar.gz</code> file to your <code>/home/$USER</code> folder on the cluster you intend to use.
# On the cluster, run the command:
</translate>
  [name@server ~]$ eb CASTEP-20.11-iofbf-2020a.eb --sourcepath=$HOME --disable-enforce-checksums
<translate>
<!--T:2-->
Once this command has completed, log out from the cluster and log back in.
 
==Using CASTEP== <!--T:3-->
You should be able to load the module with:
</translate>
  [name@server ~]$ module load castep
  [name@server ~]$ module load castep
<translate>
<!--T:4-->
On a compute node, the CASTEP executable can be used like an [[Running_jobs#MPI_job|MPI application]]:
</translate>
[name@server ~]$ srun castep.mpi seedname
<translate>
<!--T:5-->
Where input files would be <code>seedname.cell</code> and <code>seedname.param</code> (i.e. "seedname" could be a different name).
==Reference== <!--T:6-->
* [https://castep-docs.github.io/castep-docs/ CASTEP User Documentation]
</translate>

Latest revision as of 21:55, 4 November 2024

Other languages:

Installing CASTEP

For example, with version 20.11:

  1. You must get the archive file that contains the installer; this file should be named CASTEP-20.11.tar.gz.
  2. Upload the CASTEP-20.11.tar.gz file to your /home/$USER folder on the cluster you intend to use.
  3. On the cluster, run the command:
[name@server ~]$ eb CASTEP-20.11-iofbf-2020a.eb --sourcepath=$HOME --disable-enforce-checksums

Once this command has completed, log out from the cluster and log back in.

Using CASTEP

You should be able to load the module with:

[name@server ~]$ module load castep

On a compute node, the CASTEP executable can be used like an MPI application:

[name@server ~]$ srun castep.mpi seedname

Where input files would be seedname.cell and seedname.param (i.e. "seedname" could be a different name).

Reference