Changeset 250 for XMLIO_V2/extract_xios


Ignore:
Timestamp:
07/06/11 14:55:29 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/extract_xios

    r246 r250  
    6262      echo -e "\tX86_LOCGNU_FEDORA   => Configuration locale pour le compilateur GNU sous fedora !" 
    6363      echo -e "\tX86_LOCINTEL_FEDORA => Configuration locale pour le compilateur intel sous fedora !\r\n" 
    64           
     64      echo -e "\tX64_TITANE          => Configuration pour la machine de calcul Titane du CCRT  !\r\n" 
     65       
    6566      read -p "Sur quelle architecture travaillez-vous ? (aucune par défaut): " arch 
    6667fi 
     
    7374   X86_LOCINTEL_FEDORA)  
    7475      echo "=> Configuration locale pour le compilateur intel sous fedora !" ;; 
     76   X64_TITANE)  
     77      echo "=> Configuration pour la machine de calcul Titane du CCRT  !" ;; 
    7578   *)                    
    7679      echo "=> Aucune configuration d'installation !" 
Note: See TracChangeset for help on using the changeset viewer.