Changeset 6629
- Timestamp:
- 09/22/23 15:29:36 (13 months ago)
- Location:
- CONFIG/UNIFORM
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6.2/compile_ipslcm6.sh
r6578 r6629 145 145 case $( hostname -s ) in 146 146 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 ;; 148 154 irene170|irene171|irene190|irene191|irene192|irene193) 149 155 fcm_arch=X64_IRENE;; -
CONFIG/UNIFORM/v6/IPSLCM6.3/compile_ipslcm6.sh
r6628 r6629 155 155 case $( hostname -s ) in 156 156 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 ;; 158 164 irene170|irene171|irene190|irene191|irene192|irene193) 159 165 fcm_arch=X64_IRENE;; -
CONFIG/UNIFORM/v6/IPSLCM6.5/compile_ipslcm6.sh
r6443 r6629 128 128 case $( hostname -s ) in 129 129 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 ;; 131 137 irene170|irene171|irene190|irene191|irene192|irene193) 132 138 fcm_arch=X64_IRENE;; -
CONFIG/UNIFORM/v6/LMDZISO_v6.4/compile_lmdziso.sh
r6599 r6629 117 117 case $( hostname -s ) in 118 118 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 ;; 120 126 irene170|irene171|irene190|irene191|irene192|irene193) 121 127 fcm_arch=X64_IRENE;; -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/compile_lmdzorinca.sh
r6541 r6629 154 154 case $( hostname -s ) in 155 155 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 ;; 157 163 irene170|irene171|irene190|irene191|irene192|irene193) 158 164 fcm_arch=X64_IRENE;; -
CONFIG/UNIFORM/v6/LMDZOR_v6.2/compile_lmdzor.sh
r6299 r6629 117 117 case $( hostname -s ) in 118 118 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 ;; 120 126 irene170|irene171|irene190|irene191|irene192|irene193) 121 127 fcm_arch=X64_IRENE;; -
CONFIG/UNIFORM/v6/LMDZOR_v6.3/compile_lmdzor.sh
r6299 r6629 117 117 case $( hostname -s ) in 118 118 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 ;; 120 126 irene170|irene171|irene190|irene191|irene192|irene193) 121 127 fcm_arch=X64_IRENE;; -
CONFIG/UNIFORM/v6/LMDZOR_v6.4/compile_lmdzor.sh
r6299 r6629 117 117 case $( hostname -s ) in 118 118 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 ;; 120 126 irene170|irene171|irene190|irene191|irene192|irene193) 121 127 fcm_arch=X64_IRENE;; -
CONFIG/UNIFORM/v6/LMDZREPR_v6/compile_lmdzrepr.sh
r6299 r6629 128 128 case $( hostname -s ) in 129 129 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 ;; 131 137 irene170|irene171|irene190|irene191|irene192|irene193) 132 138 fcm_arch=X64_IRENE;; -
CONFIG/UNIFORM/v6/NEMO_v6.5.1/compile_nemo.sh
r6098 r6629 105 105 case $( hostname -s ) in 106 106 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 ;; 108 114 irene170|irene171|irene190|irene191|irene192|irene193) 109 115 fcm_arch=X64_IRENE;; -
CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/compile_icolmdzorinca.sh
r6345 r6629 140 140 case $( hostname -s ) in 141 141 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 ;; 143 149 irene170|irene171|irene190|irene191|irene192|irene193) 144 150 fcm_arch=X64_IRENE;; -
CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/compile_icolmdzor.sh
r6291 r6629 127 127 case $( hostname -s ) in 128 128 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 ;; 130 136 irene170|irene171|irene190|irene191|irene192|irene193) 131 137 fcm_arch=X64_IRENE;; -
CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh
r6588 r6629 149 149 case $( hostname -s ) in 150 150 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 ;; 152 158 irene170|irene171|irene190|irene191|irene192|irene193) 153 159 fcm_arch=X64_IRENE;;
Note: See TracChangeset
for help on using the changeset viewer.