Ignore:
Timestamp:
Dec 18, 2009 8:42:25 AM (14 years ago)
Author:
weinreis
Message:

mrun and subjob modified for archiving

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r407 r416  
    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
     109     # 16/10/09 - Carolin-adjustments for archiving on SGI-ICE of binary files;
     110     #                    adding special1q
    111111     # 01/12/09 - BjornM- re-adjustments for lcxt4, added sno (130.75.105.113)
     112     # 16/10/09 - Carolin-adding permq
     113     #
    112114
    113115    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
     
    386388                 esac;;
    387389        (lcsgib|lcsgih)   case  $ndq  in
    388                      (testq|serialq|smallq|mediumq|bigq|workq|dataq|special1q)       error=false;;
     390                     (testq|serialq|smallq|mediumq|bigq|workq|dataq|permq|special1q)       error=false;;
    389391                     (*)                                     error=true;;
    390392                 esac;;
     
    769771    fi
    770772   
    771     if [[ $queue = dataq ]]
     773    if [[ $queue = dataq || $queue = permq ]]
    772774    then
    773775       feature_directive="#PBS -l feature=data"
    774776    fi
    775777
    776     if [[ $queue = testq  ||  $queue = workq  ||  $queue = dataq  ||  $queue = serialq  ||  $queue = special1q ]]
     778    if [[ $queue = testq  ||  $queue = workq  ||  $queue = dataq  ||  $queue = permq ||  $queue = serialq  ||  $queue = special1q ]]
    777779    then
    778780       queue_directive="#PBS -q $queue"
Note: See TracChangeset for help on using the changeset viewer.