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 | ||
developpement:activites:integration:abinit4wheezy [2014/05/07 04:27] – [Sur une machine 64 bits] equemene | developpement:activites:integration:abinit4wheezy [2025/05/14 07:38] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
* [[developpement: | * [[developpement: | ||
- | <note important> | + | <note important> |
====== Intégration de ABInit sur Debian Wheezy ====== | ====== Intégration de ABInit sur Debian Wheezy ====== | ||
Ligne 45: | Ligne 45: | ||
TEMP=$PWD | TEMP=$PWD | ||
cd /opt | cd /opt | ||
- | [ -d abinit ] && rm abinit | + | [ -d abinit ] && rm -f abinit |
ln -s abinit-7.6.4 abinit | ln -s abinit-7.6.4 abinit | ||
- | cd $TEMP | ||
- | |||
</ | </ | ||
+ | === Compilation & Installation des FallBacks === | ||
+ | |||
+ | Les composants **linalg** et **bigdft** font péter la compilation. Ils en sont donc exclus sans ménagement ! | ||
+ | < | ||
+ | cd $TEMP/ | ||
+ | |||
+ | CC=/ | ||
+ | |||
+ | make | ||
+ | make install | ||
+ | rsync -a $TEMP/ | ||
+ | </ | ||
==== Sur machine 64 bits avec GPU Nvidia ==== | ==== Sur machine 64 bits avec GPU Nvidia ==== | ||