Ignore:
Timestamp:
Jul 8, 2009 4:26:02 PM (15 years ago)
Author:
raasch
Message:

+option -e in subjob

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r343 r352  
    183183     # 21/04/09 - Siggi  - adjustments for new IBM at DKRZ, which is now ibmh
    184184     # 24/06/09 - BjornM - adjustments for coupled/precursor runs on ibmy
     185     # 08/07/09 - Siggi  - default value for email_notification is none,
     186     #                     option -e added to subjob
    185187
    186188 
     
    214216 do_stageout=true
    215217 do_trace=false
    216  email_notification=""
     218 email_notification="none"
    217219 exclude=""
    218220 executable=""
     
    40814083   
    40824084       # EVTL. EMAIL-BENACHRICHTIGUNG UEBER ABGESCHLOSSENEN LAUF
    4083     if [[ "$email_notification" != "" ]]
     4085    if [[ "$email_notification" != "none" ]]
    40844086    then
    40854087
     
    43214323    fi
    43224324
    4323     subjob  $job_on_file  -h $host  -u $remote_username -g $group_number -q $queue  -m $memory  -N $node_usage -t $cpumax  $XOPT  $TOPT  $OOPT  -n $fname  -v  -c $job_catalog  $jobfile
     4325    subjob  $job_on_file  -h $host  -u $remote_username -g $group_number -q $queue  -m $memory  -N $node_usage -t $cpumax  $XOPT  $TOPT  $OOPT  -n $fname  -v  -c $job_catalog  -e $email_notification  $jobfile
    43244326    rm -rf  $jobfile
    43254327
Note: See TracChangeset for help on using the changeset viewer.