Ignore:
Timestamp:
09/22/23 15:29:36 (10 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/NEMO_v6.5.1/compile_nemo.sh

    r6098 r6629  
    105105    case $( hostname -s ) in 
    106106        jean-zay*) 
    107             fcm_arch=X64_JEANZAY;; 
     107            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     108                echo "Warning! You MUST compile on jean-zay-pp." 
     109                echo "EXIT" 
     110                exit 
     111            else 
     112                fcm_arch=X64_JEANZAY 
     113            fi ;; 
    108114        irene170|irene171|irene190|irene191|irene192|irene193) 
    109115            fcm_arch=X64_IRENE;; 
Note: See TracChangeset for help on using the changeset viewer.