Changeset 6629 for CONFIG/UNIFORM


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
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/compile_ipslcm6.sh

    r6578 r6629  
    145145    case $( hostname -s ) in 
    146146        jean-zay*) 
    147             fcm_arch=X64_JEANZAY;; 
     147            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     148                echo "Warning! You MUST compile on jean-zay-pp." 
     149                echo "EXIT" 
     150                exit 
     151            else 
     152                fcm_arch=X64_JEANZAY 
     153            fi ;; 
    148154        irene170|irene171|irene190|irene191|irene192|irene193) 
    149155            fcm_arch=X64_IRENE;; 
  • 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;; 
  • CONFIG/UNIFORM/v6/IPSLCM6.5/compile_ipslcm6.sh

    r6443 r6629  
    128128    case $( hostname -s ) in 
    129129        jean-zay*) 
    130             fcm_arch=X64_JEANZAY;; 
     130            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     131                echo "Warning! You MUST compile on jean-zay-pp." 
     132                echo "EXIT" 
     133                exit 
     134            else 
     135                fcm_arch=X64_JEANZAY 
     136            fi ;; 
    131137        irene170|irene171|irene190|irene191|irene192|irene193) 
    132138            fcm_arch=X64_IRENE;; 
  • CONFIG/UNIFORM/v6/LMDZISO_v6.4/compile_lmdziso.sh

    r6599 r6629  
    117117    case $( hostname -s ) in 
    118118        jean-zay*) 
    119             fcm_arch=X64_JEANZAY;; 
     119            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     120                echo "Warning! You MUST compile on jean-zay-pp." 
     121                echo "EXIT" 
     122                exit 
     123            else 
     124                fcm_arch=X64_JEANZAY 
     125            fi ;; 
    120126        irene170|irene171|irene190|irene191|irene192|irene193) 
    121127            fcm_arch=X64_IRENE;; 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/compile_lmdzorinca.sh

    r6541 r6629  
    154154    case $( hostname -s ) in 
    155155        jean-zay*) 
    156             fcm_arch=X64_JEANZAY;; 
     156            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     157                echo "Warning! You MUST compile on jean-zay-pp." 
     158                echo "EXIT" 
     159                exit 
     160            else 
     161                fcm_arch=X64_JEANZAY 
     162            fi ;; 
    157163        irene170|irene171|irene190|irene191|irene192|irene193) 
    158164            fcm_arch=X64_IRENE;; 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/compile_lmdzor.sh

    r6299 r6629  
    117117    case $( hostname -s ) in 
    118118        jean-zay*) 
    119             fcm_arch=X64_JEANZAY;; 
     119            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     120                echo "Warning! You MUST compile on jean-zay-pp." 
     121                echo "EXIT" 
     122                exit 
     123            else 
     124                fcm_arch=X64_JEANZAY 
     125            fi ;; 
    120126        irene170|irene171|irene190|irene191|irene192|irene193) 
    121127            fcm_arch=X64_IRENE;; 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/compile_lmdzor.sh

    r6299 r6629  
    117117    case $( hostname -s ) in 
    118118        jean-zay*) 
    119             fcm_arch=X64_JEANZAY;; 
     119            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     120                echo "Warning! You MUST compile on jean-zay-pp." 
     121                echo "EXIT" 
     122                exit 
     123            else 
     124                fcm_arch=X64_JEANZAY 
     125            fi ;; 
    120126        irene170|irene171|irene190|irene191|irene192|irene193) 
    121127            fcm_arch=X64_IRENE;; 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/compile_lmdzor.sh

    r6299 r6629  
    117117    case $( hostname -s ) in 
    118118        jean-zay*) 
    119             fcm_arch=X64_JEANZAY;; 
     119            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     120                echo "Warning! You MUST compile on jean-zay-pp." 
     121                echo "EXIT" 
     122                exit 
     123            else 
     124                fcm_arch=X64_JEANZAY 
     125            fi ;; 
    120126        irene170|irene171|irene190|irene191|irene192|irene193) 
    121127            fcm_arch=X64_IRENE;; 
  • CONFIG/UNIFORM/v6/LMDZREPR_v6/compile_lmdzrepr.sh

    r6299 r6629  
    128128    case $( hostname -s ) in 
    129129        jean-zay*) 
    130             fcm_arch=X64_JEANZAY;; 
     130            if [[ $( hostname -s ) != *"pp"* ]] ; then 
     131                echo "Warning! You MUST compile on jean-zay-pp." 
     132                echo "EXIT" 
     133                exit 
     134            else 
     135                fcm_arch=X64_JEANZAY 
     136            fi ;; 
    131137        irene170|irene171|irene190|irene191|irene192|irene193) 
    132138            fcm_arch=X64_IRENE;; 
  • 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;; 
  • 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.