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édentes Révision précédente
Prochaine révision
Révision précédente
developpement:activites:integration:abinit4wheezy [2014/05/07 13:33]
equemene [Sur une machine 64 bits]
developpement:activites:integration:abinit4wheezy [2015/01/07 10:04] (Version actuelle)
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
 </​code>​ </​code>​
  
-=== Compilation des FallBacks ===+=== Compilation ​& Installation ​des FallBacks ===
  
 +Les composants **linalg** et **bigdft** font péter la compilation. Ils en sont donc exclus sans ménagement !
 <​code>​ <​code>​
-cd $TEMP+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 --enable-linalg=no --enable-bigdft=no+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>​ </​code>​
 ==== Sur machine 64 bits avec GPU Nvidia ==== ==== Sur machine 64 bits avec GPU Nvidia ====
developpement/activites/integration/abinit4wheezy.1399462435.txt.gz · Dernière modification: 2015/01/07 10:04 (modification externe)