Ignore:
Timestamp:
Apr 27, 2009 11:58:42 AM (15 years ago)
Author:
raasch
Message:

bugfix in Makefile, default value of grid_matching changed to strict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r266 r305  
    105105     # 21/03/09 - Siggi - -u copies also copies process_dvr_output and
    106106     #                    .dvrserver.config
     107     # 21/04/09 - Siggi - adjustments for new IBM at DKRZ, which is now ibmh
    107108
    108109
     
    474475        (lcxt4)          remote_addres=129.177.20.113;;
    475476        (decalpha)       remote_addres=165.132.26.56;;
    476         (ibmb)           remote_addres=130.73.230.10;;
    477         (ibmh)           remote_addres=130.75.4.10;;
     477        (ibmh)           remote_addres=136.172.40.15;;
    478478        (ibms)           remote_addres=150.183.5.101;;
    479479        (ibmy)           remote_addres=165.132.26.58;;
     
    10841084                ssh  ${remote_username}@${remote_addres}  "cd ${remote_md}; echo '$make_call_string' > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" 2>&1 | tee ${remote_host}_last_make_protokoll
    10851085
    1086              elif [[ $remote_host = ibmb  ||  $remote_host = ibmh ]]
     1086             elif [[ $remote_host = ibmh ]]
    10871087             then
    10881088
     
    12281228                ssh  ${remote_username}@${remote_addres}  "cd ${remote_ud}; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR"
    12291229
    1230              elif [[ $remote_host = ibmb  ||  $remote_host = ibmh ]]
     1230             elif [[ $remote_host = ibmh ]]
    12311231             then
    12321232
Note: See TracChangeset for help on using the changeset viewer.