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/v7/ICOLMDZORINCA_v7/compile_icolmdzorinca.sh

    r6345 r6629  
    140140    case $( hostname -s ) in 
    141141        jean-zay*) 
    142             fcm_arch=X64_JEANZAY;; 
     142            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     143                echo "Warning! You MUST compile on jean-zay-pp." 
     144                echo "EXIT" 
     145                exit 
     146            else 
     147                fcm_arch=X64_JEANZAY 
     148            fi ;; 
    143149        irene170|irene171|irene190|irene191|irene192|irene193) 
    144150            fcm_arch=X64_IRENE;; 
Note: See TracChangeset for help on using the changeset viewer.