Changeset 416 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Dec 18, 2009 8:42:25 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r407 r416 107 107 # 03/09/09 - Siggi - PBS sgi feature directive only used if explicitly 108 108 # set in the config file by the user 109 # 16/10/09 - Carolin 110 # 109 # 16/10/09 - Carolin-adjustments for archiving on SGI-ICE of binary files; 110 # adding special1q 111 111 # 01/12/09 - BjornM- re-adjustments for lcxt4, added sno (130.75.105.113) 112 # 16/10/09 - Carolin-adding permq 113 # 112 114 113 115 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 386 388 esac;; 387 389 (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;; 389 391 (*) error=true;; 390 392 esac;; … … 769 771 fi 770 772 771 if [[ $queue = dataq ]]773 if [[ $queue = dataq || $queue = permq ]] 772 774 then 773 775 feature_directive="#PBS -l feature=data" 774 776 fi 775 777 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 ]] 777 779 then 778 780 queue_directive="#PBS -q $queue"
Note: See TracChangeset
for help on using the changeset viewer.