Ignore:
Timestamp:
09/22/23 15:29:36 (8 months ago)
Author:
falletti
Message:

Adding a compilation check on Jean-Zay, to be sure that we compile on jean-za-pp (_work configurations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/compile_lmdzor.sh

    r6299 r6629  
    117117    case $( hostname -s ) in 
    118118        jean-zay*) 
    119             fcm_arch=X64_JEANZAY;; 
     119            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     120                echo "Warning! You MUST compile on jean-zay-pp." 
     121                echo "EXIT" 
     122                exit 
     123            else 
     124                fcm_arch=X64_JEANZAY 
     125            fi ;; 
    120126        irene170|irene171|irene190|irene191|irene192|irene193) 
    121127            fcm_arch=X64_IRENE;; 
Note: See TracChangeset for help on using the changeset viewer.