Changeset 2365 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Aug 21, 2017 2:59:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r2316 r2365 27 27 # ----------------- 28 28 # $Id$ 29 # Added lckea & lckeam. KIT/IMK-IFU Garmisch cluster. LRZ (SadiqHuq) 30 # 31 # 2316 2017-07-20 07:53:42Z maronga 29 32 # Removed qmake block as mrungui now runs as a python script 30 33 # … … 531 534 # DETERMINE IP-ADDRES OF THE REMOTE-HOST 532 535 case $remote_host in 536 (lcbwuni) remote_address="129.13.82.89";; 533 537 (lcbullhh) remote_address=136.172.50.13;; 534 538 (lccrayb) remote_address=130.73.233.1;; … … 541 545 (lckiaps) remote_address=118.128.66.223;; 542 546 (lckyut) remote_address=133.5.4.37;; 547 (lclrz) remote_address=129.187.20.240;; 548 (lckea*) remote_address=172.27.80.109;; 543 549 (lctit) remote_address=10.1.6.170;; 544 550 (lcxe6) remote_address=129.177.20.113;; … … 547 553 (ibmkisti) remote_address=150.183.146.24;; 548 554 (ibmku) remote_address=133.5.4.129;; 555 (ibmmuc) remote_address=129.187.11.197;; 549 556 (ibms) remote_address=150.183.5.101;; 550 557 (nech) remote_address=136.172.44.192;; … … 783 790 elif [[ $(echo $remote_host | cut -c1-3) = ibm && $(echo $string | cut -c1-3) = ibm ]] 784 791 then 785 cpp_options="${cpp_options},-D__ibm" 792 if [[ $remote_host = ibmmuc ]] 793 then 794 cpp_options="${cpp_options}" 795 else 796 cpp_options="${cpp_options},-D__ibm" 797 fi 786 798 elif [[ $(echo $remote_host | cut -c1-3) = nec && $(echo $string | cut -c1-3) = nec ]] 787 799 then … … 790 802 if [[ $(echo $remote_host | cut -c1-3) = ibm ]] 791 803 then 792 cpp_options="${cpp_options},-D__$string" 804 if [[ $remote_host = ibmmuc ]] 805 then 806 cpp_options="${cpp_options} -D__parallel" 807 else 808 cpp_options="${cpp_options},-D__$string" 809 fi 793 810 else 794 811 cpp_options="$cpp_options -D__$string "
Note: See TracChangeset
for help on using the changeset viewer.