Ignore:
Timestamp:
Nov 6, 2012 6:18:09 AM (12 years ago)
Author:
raasch
Message:

further script adjustments for lckiaps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r1040 r1043  
    13731373       then
    13741374          echo "qsub -J n  -s /bin/ksh  scpjob.$kennung"     >>  $job_to_send
     1375       elif [[ $remote_host = lckiaps ]]
     1376       then
     1377          echo "mv  scpjob.$kennung  $job_catalog"           >>  $job_to_send
     1378          echo "ssh ${remote_username}@${remote_addres}  \"$submcom ${job_catalog}/scpjob.$kennung\" "  >>  $job_to_send
     1379          echo "rm  ${job_catalog}/scpjob.$kennung"          >>  $job_to_send
    13751380       else
    13761381          echo "$submcom  scpjob.$kennung"      >>  $job_to_send
    13771382       fi
    1378        if [[ $remote_host != ibmku ]]
     1383       if [[ $remote_host != ibmku  &&  $remote_host != lckiaps ]]
    13791384       then
    13801385          echo "rm  scpjob.$kennung"            >>  $job_to_send
Note: See TracChangeset for help on using the changeset viewer.