CASTEP/fr: Difference between revisions
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 /> | ||
== | ==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''']; le nom du fichier serait <code>CASTEP-20.11.tar.gz</code>. | ||
# | # 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. | ||
# | # 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
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).