Ignore:
Timestamp:
Aug 25, 2009 8:35:52 AM (15 years ago)
Author:
maronga
Message:

adapted for machine lck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r366 r367  
    103103     # 20/07/09 - Siggi - On lcsgi, jobs for returning the job protocol are
    104104     #                    now run on the data nodes (feature=data)
    105 
     105     # 25/08/09 - BjornM- adapted for lck
    106106
    107107    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
     
    179179     (elephanta)             local_addres=130.75.105.6;   local_host=lcmuk;;
    180180     (fimm.bccs.uib.no)      local_addres=172.20.4.2;     local_host=lcfimm;;
     181     (node*)                 local_addres=165.132.26.61   local_host=lck;;
    181182     (gallego)               local_addres=130.75.105.10;  local_host=lcmuk;;
    182183     (gfdl5)                 local_addres=165.132.26.58;  local_host=ibmy;;
     
    330331        (lcsgib)  queue=smallq; remote_addres=130.73.232.103; submcom=/opt/moab/bin/msub;;
    331332        (lcsgih)  queue=smallq; remote_addres=130.75.4.102; submcom=/opt/moab/bin/msub;;
     333        (lck)     remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;;
    332334        (lctit)   queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;;
    333335        (lcxt4)   remote_addres=129.177.20.113; submcom=/opt/torque/2.3.0/bin/qsub;;
     
    11991201       then
    12001202          eval  $submcom  $job_on_remhost
    1201        elif [[  $local_host = lcfimm  ||  $local_host = lctit  ||  $localhost = lcxt4 ]]
     1203       elif [[  $local_host = lcfimm  ||  $local_host = lctit  ||  $localhost = lcxt4 || $localhost = lck ]]
    12021204       then
    12031205          eval  $submcom  $job_on_remhost
Note: See TracChangeset for help on using the changeset viewer.