Ignore:
Timestamp:
Sep 3, 2009 10:12:29 AM (15 years ago)
Author:
raasch
Message:

bugfix concerning output of averaged 2d/3d quantities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r374 r376  
    105105     # 25/08/09 - BjornM- adapted for lck
    106106     # 26/08/09 - Marcus- caurus admitted; optional qos feature hiprio on lcsgi
     107     # 03/09/09 - Siggi - PBS sgi feature directive only used if explicitly
     108     #                    set in the config file by the user
    107109
    108110    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
     
    744746 then
    745747
     748    if [[ "$sgi_feature" != "" ]]
     749    then
     750       feature_directive="#PBS -l feature=$sgi_feature"
     751    else
     752       feature_directive=""
     753    fi
     754
    746755    if [[ $queue = testq  ||  $queue = workq ]]
    747756    then
     
    765774#PBS -l walltime=$timestring
    766775#PBS -l nodes=$nodes:ppn=${tasks_per_node}
    767 #PBS -l feature=$sgi_feature
    768776#PBS -l naccesspolicy=$node_usage
    769777#PBS -o $remote_dayfile
    770778#PBS -j oe
     779$feature_directive
    771780$queue_directive
    772781$email_directive
Note: See TracChangeset for help on using the changeset viewer.