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/LMDZREPR_v6/compile_lmdzrepr.sh

    r6299 r6629  
    128128    case $( hostname -s ) in 
    129129        jean-zay*) 
    130             fcm_arch=X64_JEANZAY;; 
     130            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     131                echo "Warning! You MUST compile on jean-zay-pp." 
     132                echo "EXIT" 
     133                exit 
     134            else 
     135                fcm_arch=X64_JEANZAY 
     136            fi ;; 
    131137        irene170|irene171|irene190|irene191|irene192|irene193) 
    132138            fcm_arch=X64_IRENE;; 
Note: See TracChangeset for help on using the changeset viewer.