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/ICOLMDZOR_LAM_v7/compile_icolmdzor.sh

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