Ignore:
Timestamp:
09/22/23 15:29:36 (9 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/IPSLCM6.2/compile_ipslcm6.sh

    r6578 r6629  
    145145    case $( hostname -s ) in 
    146146        jean-zay*) 
    147             fcm_arch=X64_JEANZAY;; 
     147            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     148                echo "Warning! You MUST compile on jean-zay-pp." 
     149                echo "EXIT" 
     150                exit 
     151            else 
     152                fcm_arch=X64_JEANZAY 
     153            fi ;; 
    148154        irene170|irene171|irene190|irene191|irene192|irene193) 
    149155            fcm_arch=X64_IRENE;; 
Note: See TracChangeset for help on using the changeset viewer.