Ignore:
Timestamp:
Aug 26, 2009 1:09:02 PM (15 years ago)
Author:
letzel
Message:
  • caurus admitted; optional qos feature hiprio on lcsgi (subjob)
  • adjustment for ice2 on lcsgib (mrun)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r368 r372  
    104104     #                    now run on the data nodes (feature=data)
    105105     # 25/08/09 - BjornM- adapted for lck
     106     # 26/08/09 - Marcus- caurus admitted; optional qos feature hiprio on lcsgi
    106107
    107108    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
     
    175176     (b01*|bicegate1)        local_addres=130.73.232.102; local_host=lcsgib;;
    176177     (bicegate2)             local_addres=130.73.232.103; local_host=lcsgib;;
     178     (caurus)                local_addres=130.75.105.19;  local_host=lcmuk;;
    177179     (compute-*.local)       local_addres=172.20.4.2;     local_host=lcfimm;;
    178180     (cs*)                   local_addres=136.172.44.131; local_host=nech;;
     
    12031205       if [[ $remote_host != lctit ]]
    12041206       then
    1205           ssh  $remote_addres  -l $remote_user  "cd $job_catalog; $submcom $job_on_remhost; rm $job_on_remhost"
     1207          if [[ $(echo $remote_host | cut -c1-5) = lcsgi  &&  $prio = true ]]
     1208          then
     1209             printf "\n >>> submit with HLRN qos-feature hiprio...\n"
     1210             ssh  $remote_addres  -l $remote_user  "cd $job_catalog; $submcom -l qos=hiprio $job_on_remhost; rm $job_on_remhost"
     1211          else
     1212             ssh  $remote_addres  -l $remote_user  "cd $job_catalog; $submcom $job_on_remhost; rm $job_on_remhost"
     1213          fi
    12061214       else
    12071215             # TIT ERLAUBT NUR DIE AUSFï¿œHRUNG GANZ BESTIMMTER KOMMANDOS
Note: See TracChangeset for help on using the changeset viewer.