Changeset 399 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Oct 20, 2009 1:23:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r377 r399 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 - adjustments for archiving on SGI-ICE of binary files; 110 # adding special1q 109 111 110 112 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 375 377 esac;; 376 378 (lcsgib|lcsgih) case $ndq in 377 (testq|serialq|smallq|bigq|workq ) error=false;;379 (testq|serialq|smallq|bigq|workq|dataq|special1q) error=false;; 378 380 (*) error=true;; 379 381 esac;; … … 757 759 feature_directive="" 758 760 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 ]] 761 768 then 762 769 queue_directive="#PBS -q $queue"
Note: See TracChangeset
for help on using the changeset viewer.