Ignore:
Timestamp:
Dec 1, 2009 3:01:15 PM (14 years ago)
Author:
maronga
Message:

humidity for non-flat topography implemented, re-adjustments for lcxt4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r367 r407  
    107107     # 21/04/09 - Siggi - adjustments for new IBM at DKRZ, which is now ibmh
    108108     # 25/08/09 - BjornM- adapted for lck
     109     # 01/12/09 - BjornM- re-adjustments for lcxt4
    109110
    110111
     
    11101111             then
    11111112
    1112                 print "cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
     1113                print ". /opt/modules/default/init/ksh; module load Base-opts/2.1.56HDA; module load modules/3.1.6; module load pgi/9.0.4; module load PrgEnv-pgi/2.1.56HDA; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
    11131114
    11141115             else
     
    12441245                done
    12451246
     1247             elif [[ $remote_host = lcxt4 ]]
     1248             then
     1249
     1250                print ". /opt/modules/default/init/ksh; module load Base-opts/2.1.56HDA; module load modules/3.1.6; module load pgi/9.0.4; module load PrgEnv-pgi/2.1.56HDA; cd ${remote_ud}; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
     1251
    12461252             else
    12471253
Note: See TracChangeset for help on using the changeset viewer.