Ignore:
Timestamp:
Oct 20, 2009 1:23:02 PM (15 years ago)
Author:
weinreis
Message:

mrun and subjob modified for archiving and special1q

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r377 r399  
    107107     # 03/09/09 - Siggi - PBS sgi feature directive only used if explicitly
    108108     #                    set in the config file by the user
     109     # 16/10/09 - Carolin - adjustments for archiving on SGI-ICE of binary files;
     110     #                      adding special1q
    109111
    110112    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
     
    375377                 esac;;
    376378        (lcsgib|lcsgih)   case  $ndq  in
    377                      (testq|serialq|smallq|bigq|workq)       error=false;;
     379                     (testq|serialq|smallq|bigq|workq|dataq|special1q)       error=false;;
    378380                     (*)                                     error=true;;
    379381                 esac;;
     
    757759       feature_directive=""
    758760    fi
    759 
    760     if [[ $queue = testq  ||  $queue = workq ]]
     761   
     762    if [[ $queue = dataq ]]
     763    then
     764       feature_directive="#PBS -l feature=data"
     765    fi
     766
     767    if [[ $queue = testq  || $queue = workq || $queue = dataq || $queue = special1q ]]
    761768    then
    762769       queue_directive="#PBS -q $queue"
Note: See TracChangeset for help on using the changeset viewer.