CASTEP

From Alliance Doc
Revision as of 22:55, 22 June 2022 by Diane27 (talk | contribs) (Created page with "==Installation== Par exemple avec la version <code>20.11</code>%nbsp;: # [http://www.castep.org/CASTEP/GettingCASTEP '''Trouvez le fichier archive qui contient l'installateur'...")
Jump to navigation Jump to search
Other languages:

Installation

Par exemple avec la version 20.11%nbsp;:

  1. Trouvez le fichier archive qui contient l'installateur; le nom du fichier serait CASTEP-20.11.tar.gz.
  2. Téléversez le fichier CASTEP-20.11.tar.gz dans votre répertoire /home/$USER sur la grappe que vous voulez utiliser.
  3. 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).

Reference