Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
documentation:tools:software:abinit [2020/08/25 15:58] – modification externe 127.0.0.1 | documentation:tools:software:abinit [2025/03/12 14:14] (Version actuelle) – supprimée ltaulell | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== Abinit ====== | ||
- | |||
- | * ABINIT is a software suite to calculate the optical, mechanical, vibrational, | ||
- | |||
- | ^ Version | ||
- | |||
- | | 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 | ||
- | | 8.10.3 | ||
- | |||
- | |||
- | |||
- | |||
- | Pour utiliser les modules, consulter [[documentation: | ||
- | |||
- | ===== Site officiel ===== | ||
- | |||
- | * http:// | ||
- | |||
- | ====== Script de soumission (exemple) ====== | ||
- | |||
- | |||
- | '' | ||
- | |||
- | <code bash parexemple.sh> | ||
- | |||
- | #!/bin/bash | ||
- | #$ -S /bin/bash | ||
- | # | ||
- | #$ -N Test_13_5000K_snps3000 # Job name#### For testing | ||
- | #$ -q E5_test | ||
- | #$ -pe test_debian 32 | ||
- | # | ||
- | ### charger l' | ||
- | #$ -cwd | ||
- | ### exporter les variables d' | ||
- | #$ -V | ||
- | ### mails en debut et fin d' | ||
- | #$ -m be | ||
- | HOSTFILE=${TMPDIR}/ | ||
- | cd ${SGE_O_WORKDIR} | ||
- | # | ||
- | ### configurer l' | ||
- | module purge | ||
- | module load ABINIT/ | ||
- | PREFIX="/ | ||
- | MPIRUN=" | ||
- | # | ||
- | $MPIRUN -v -x LD_LIBRARY_PATH -hostfile ${HOSTFILE} -np ${NSLOTS} abinit < a13_5000K_snps3000.files > a13_5000K_snps3000.log | ||
- | # fin | ||
- | |||
- | </ | ||