CASTEP
Jump to navigation
Jump to search
Installation
Par exemple avec la version 20.11
%nbsp;:
- Trouvez le fichier archive qui contient l'installateur; le nom du fichier serait
CASTEP-20.11.tar.gz
. - Téléversez le fichier
CASTEP-20.11.tar.gz
dans votre répertoire/home/$USER
sur la grappe que vous voulez utiliser. - Sur la grappe, lancez la commande
[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).