CASTEP/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "CASTEP")
 
(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'...")
Line 1: Line 1:
<languages />
<languages />


==Installing CASTEP==
==Installation==
For example, with version <code>20.11</code>:
Par exemple avec la version <code>20.11</code>%nbsp;:
# 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>.
# [http://www.castep.org/CASTEP/GettingCASTEP '''Trouvez le fichier archive qui contient l'installateur''']; le nom du fichier serait <code>CASTEP-20.11.tar.gz</code>.
# Upload the <code>CASTEP-20.11.tar.gz</code> file to your <code>/home/$USER</code> folder on the cluster you intend to use.
# Téléversez le fichier <code>CASTEP-20.11.tar.gz</code> dans votre répertoire <code>/home/$USER</code> sur la grappe que vous voulez utiliser.
# On the cluster, run the command:
# Sur la grappe, lancez la commande
  [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
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.

Revision as of 22:55, 22 June 2022

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