Changeset 5111


Ignore:
Timestamp:
06/05/20 15:21:06 (4 years ago)
Author:
acosce
Message:

add new hostname for compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/compile_lmdzorinca.sh

    r5110 r5111  
    139139    # Find out current host and source specific paths and commands for the host 
    140140    case $( hostname -s ) in 
    141         ada*) 
    142             fcm_arch=X64_ADA;; 
    143         irene*) 
    144             fcm_arch=X64_IRENE;; 
     141        jean-zay*) 
     142            fcm_arch=X64_JEANZAY;; 
     143        irene170|irene171|irene190|irene191|irene192|irene193) 
     144            fcm_arch=X64_IRENE;; 
     145        irene172|irene173|irene194|irene195) 
     146            fcm_arch=X64_IRENE-AMD;; 
    145147        asterix*|obelix*) 
    146148            fcm_arch=ifort_LSCE;; 
Note: See TracChangeset for help on using the changeset viewer.