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/v7/IPSLCM7/compile_ipslcm7.sh

    r6588 r6629  
    149149    case $( hostname -s ) in 
    150150        jean-zay*) 
    151             fcm_arch=X64_JEANZAY;; 
     151            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     152                echo "Warning! You MUST compile on jean-zay-pp." 
     153                echo "EXIT" 
     154                exit 
     155            else 
     156                fcm_arch=X64_JEANZAY 
     157            fi ;; 
    152158        irene170|irene171|irene190|irene191|irene192|irene193) 
    153159            fcm_arch=X64_IRENE;; 
Note: See TracChangeset for help on using the changeset viewer.