CASTEP: Difference between revisions
Jump to navigation
Jump to search
(Activer traduction) |
(Marked this version for translation) |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
==Installing CASTEP== | ==Installing CASTEP== <!--T:1--> | ||
For example, with version <code>20.11</code>: | For example, with version <code>20.11</code>: | ||
# You must [http://www.castep.org/CASTEP/GettingCASTEP '''get the archive file that contains the installer''']; this file should be named <code>CASTEP-20.11.tar.gz</code>. | # You must [http://www.castep.org/CASTEP/GettingCASTEP '''get the archive file that contains the installer''']; this file should be named <code>CASTEP-20.11.tar.gz</code>. | ||
Line 10: | Line 10: | ||
[name@server ~]$ eb CASTEP-20.11-iofbf-2020a.eb --sourcepath=$HOME --disable-enforce-checksums | [name@server ~]$ eb CASTEP-20.11-iofbf-2020a.eb --sourcepath=$HOME --disable-enforce-checksums | ||
<translate> | <translate> | ||
<!--T:2--> | |||
Once this command has completed, log out from the cluster and log back in. | Once this command has completed, log out from the cluster and log back in. | ||
==Using CASTEP== | ==Using CASTEP== <!--T:3--> | ||
You should be able to load the module with: | You should be able to load the module with: | ||
</translate> | </translate> | ||
[name@server ~]$ module load castep | [name@server ~]$ module load castep | ||
<translate> | <translate> | ||
<!--T:4--> | |||
On a compute node, the CASTEP executable can be used like an [[Running_jobs#MPI_job|MPI application]]: | On a compute node, the CASTEP executable can be used like an [[Running_jobs#MPI_job|MPI application]]: | ||
</translate> | </translate> | ||
[name@server ~]$ srun castep.mpi seedname | [name@server ~]$ srun castep.mpi seedname | ||
<translate> | <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). | Where input files would be <code>seedname.cell</code> and <code>seedname.param</code> (i.e. "seedname" could be a different name). | ||
==Reference== | ==Reference== <!--T:6--> | ||
* [http://www.castep.org/Tutorials/runningcastep Tutorials - Running CASTEP] | * [http://www.castep.org/Tutorials/runningcastep Tutorials - Running CASTEP] | ||
</translate> | </translate> |
Revision as of 14:48, 15 June 2022
Installing CASTEP
For example, with version 20.11
:
- You must get the archive file that contains the installer; this file should be named
CASTEP-20.11.tar.gz
. - Upload the
CASTEP-20.11.tar.gz
file to your/home/$USER
folder on the cluster you intend to use. - 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).