Ignore:
Timestamp:
Aug 19, 2011 8:04:16 AM (13 years ago)
Author:
raasch
Message:

workaround on lcsgi in order to avoid appends to file last_job_transfer_protocol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r739 r748  
    131131     # 03/04/11 - Micha - added lckordi
    132132     # 17/08/11 - Siggi - hicegate0 added
     133     # 18/08/11 - Siggi - workaround on lcsgi in order to avoid appends to file
     134     #                    last_job_transfer_protocol
    133135
    134136
     
    13021304       elif [[ $(echo $remote_host | cut -c1-5) = lcsgi ]]
    13031305       then
    1304           echo "chmod  u+x  scpjob.$kennung"    >>  $job_to_send
    1305           echo "msub  scpjob.$kennung"          >>  $job_to_send
     1306          echo "rm -rf \$HOME/job_queue/last_job_transfer_protocol"  >>  $job_to_send
     1307          echo "chmod  u+x  scpjob.$kennung"                         >>  $job_to_send
     1308          echo "msub  scpjob.$kennung"                               >>  $job_to_send
    13061309       elif [[ $remote_host = t3eb  ||  $remote_host = t3eh  ||  $remote_host = t3ej2  ||  $remote_host = t3ej5 ]]
    13071310       then
Note: See TracChangeset for help on using the changeset viewer.