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
developpement:activites:integration:abinit4wheezy [2014/05/07 04:27] – [Sur une machine 64 bits] equemenedeveloppement:activites:integration:abinit4wheezy [2025/05/14 07:38] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
   * [[developpement:activites:integration:|Intégration]]   * [[developpement:activites:integration:|Intégration]]
  
-<note important>Modification le 6 main 7.6.4 : passage en 7.6.4</note>+<note important>Modification le 6 mai 2014 : passage en 7.6.4</note>
  
 ====== 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 
- 
 </code> </code>
  
 +=== Compilation & Installation des FallBacks ===
 +
 +Les composants **linalg** et **bigdft** font péter la compilation. Ils en sont donc exclus sans ménagement !
 +<code>
 +cd $TEMP/fallbacks
 +
 +CC=/usr/bin/gcc-4.7 CXX=/usr/bin/g++-4.7 FC=/usr/bin/gfortran-4.7 CFLAGS="-mtune=generic -O3 -mssse3" FCFLAGS="-mtune=generic -O3 -mssse3 -ffree-form -ffree-line-length-none" CXXFLAGS="-mtune=generic -O3 -mssse3" FC_LDFLAGS_EXTRA="-fopenmp" ./configure --prefix=/opt/abinit-7.6.4 --enable-linalg=no --enable-bigdft=no
 +
 +make 
 +make install
 +rsync -a $TEMP/fallbacks/exports/ /opt/abinit-7.6.4/
 +</code>
 ==== Sur machine 64 bits avec GPU Nvidia ==== ==== Sur machine 64 bits avec GPU Nvidia ====
  
developpement/activites/integration/abinit4wheezy.1399436833.txt.gz · Dernière modification : (modification externe)