Changeset 6629 for CONFIG/UNIFORM/v7


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)

Location:
CONFIG/UNIFORM/v7
Files:
3 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;; 
  • 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;; 
  • CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh

    r6588 r6629  
    149149    case $( hostname -s ) in 
    150150        jean-zay*) 
    151             fcm_arch=X64_JEANZAY;; 
     151            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     152                echo "Warning! You MUST compile on jean-zay-pp." 
     153                echo "EXIT" 
     154                exit 
     155            else 
     156                fcm_arch=X64_JEANZAY 
     157            fi ;; 
    152158        irene170|irene171|irene190|irene191|irene192|irene193) 
    153159            fcm_arch=X64_IRENE;; 
Note: See TracChangeset for help on using the changeset viewer.