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/IPSLCM6.3/compile_ipslcm6.sh

    r6628 r6629  
    155155    case $( hostname -s ) in 
    156156        jean-zay*) 
    157             fcm_arch=X64_JEANZAY;; 
     157            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     158                echo "Warning! You MUST compile on jean-zay-pp." 
     159                echo "EXIT" 
     160                exit 
     161            else 
     162                fcm_arch=X64_JEANZAY 
     163            fi ;; 
    158164        irene170|irene171|irene190|irene191|irene192|irene193) 
    159165            fcm_arch=X64_IRENE;; 
Note: See TracChangeset for help on using the changeset viewer.