Ignore:
Timestamp:
Oct 19, 2007 9:08:46 AM (17 years ago)
Author:
letzel
Message:

Adjustments to mrun and subjob for lctit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r118 r122  
    8787     # 15/10/07 - Siggi - preliminary adjustments for lctit based on Jin's
    8888     #                    suggestions
    89 
     89     # 19/10/07 - Marcus- add new optional argument -g group_number
    9090
    9191
    9292    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
    9393 delete_dayfile=false
     94 group_number=none
    9495 locat=normal
    9596 no_default_queue=none
     
    190191
    191192    # PROZEDUROPTIONEN EINLESEN
    192  while  getopts  :c:dDh:m:n:N:O:q:t:T:u:vX:  option
     193 while  getopts  :c:dDg:h:m:n:N:O:q:t:T:u:vX:  option
    193194 do
    194195   case  $option  in
     
    196197       (d)   delete_dayfile=true;;
    197198       (D)   no_submit=true;;
     199       (g)   group_number=$OPTARG;
    198200       (h)   remote_host=$OPTARG;;
    199201       (m)   memory=$OPTARG;;
     
    747749       # OPTIONEN FUER SUBMIT-KOMMANDO ZUSAMMENSTELLEN
    748750  #  submcom="$submcom  -N $job_name  -sgeout $remote_dayfile  -q default"
    749     submcom="$submcom -g 4SO7O143 -N $job_name -rt 4320 -sgeout $remote_dayfile  -q sla3"
     751    submcom="$submcom -g $group_number -N $job_name -rt 4320 -sgeout $remote_dayfile  -q $node_usage "
    750752
    751753 else
Note: See TracChangeset for help on using the changeset viewer.