Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
documentation:tools:software:abinit [2020/06/17 10:04] cicalugadocumentation:tools:software:abinit [2025/03/12 14:14] (Version actuelle) – supprimée ltaulell
Ligne 1: Ligne 1:
-====== Abinit ====== 
- 
-<note warning>update needed</note> 
- 
- 
-^  Version  ^  Compilateur  ^  Interconnexion  ^  chemin d'accès  ^  OS  ^  modèle de configuration  ^ 
- 
-|  8.6.3  |  openmpi-3.0.0-gcc-7.2.0-fftw-3.3.6    Infiniband  |  /applis/PSMN/debian9/software/Local/ABINIT/8.6.3/openmpi-3.0.0-gcc-7.2.0-fftw-3.3.6/bin |  Debian 9  |  modulefile ABINIT/8.6.3/openmpi-3.0.0-gcc-7.2.0-fftw-3.3.6  | 
-|  8.6.3  |  openmpi-3.0.0-gcc-7.2.0-fftw-3.3.6-mkl-2017.4  |  Infiniband  |  /applis/PSMN/debian9/software/Local/ABINIT/8.6.3/openmpi-3.0.0-gcc-7.2.0-fftw-3.3.6/bin |  Debian 9  |  modulefile ABINIT/8.6.3/openmpi-3.0.0-gcc-7.2.0-fftw-3.3.6-mkl-2017.4  | 
-|  8.10.3  |  openmpi-3.0.0-gcc-7.2.0-fftw-3.3.6-mkl-2017.4  |  Infiniband  |  /applis/PSMN/debian9/software/Local/ABINIT/8.10.3/openmpi-3.0.0-gcc-7.2.0-fftw-3.3.6-mkl-2017.4/bin |  Debian 9  |  modulefile ABINIT/8.10.3/openmpi-3.0.0-gcc-7.2.0-fftw-3.3.6-mkl-2017.4  | 
- 
- 
- 
-Pour utiliser les modulefiles, consulter [[documentation:tools:modules|Environment Modules]] 
- 
- 
- 
- 
-===== Site officiel ===== 
- 
-  * http://www.abinit.org 
- 
-====== Script de soumission (exemple) ====== 
- 
-  * Pour les files d'attente du cluster Equip@méso, avec /scratch commun glusterfs 
- 
-''qsub parexemple.sh'' 
- 
-<code bash parexemple.sh> 
-#!/bin/bash 
-### shell du job: 
-#$ -S /bin/bash 
-### nom du job: 
-#$ -N pouet 
-### files d'attente: 
-#$ -q E5-2670deb64Z 
-### parallel environnement & nslots 
-#$ -pe mpi16_debian 48 
-### charge l'environnement utilisateur pour SGE 
-#$ -cwd 
-### exporte les variables d'environnement sur les noeuds d'exécution 
-#$ -V 
- 
-HOMEDIR=$SGE_O_WORKDIR 
- 
-## charge l'env 
-source /usr/share/modules/init/bash 
-module use /applis/PSMN/Modules 
-module load Base/psmn 
-module load Abinit/7.6.4 
- 
-HOSTFILE=$TMPDIR/machines 
- 
-cd $HOMEDIR 
- 
-mpirun -np $NSLOTS -hostfile $HOSTFILE abinit-mpi < in.file > out.log 
- 
  
documentation/tools/software/abinit.1592388286.txt.gz · Dernière modification : 2020/08/25 15:58 (modification externe)