Changeset 748 for palm/trunk
- Timestamp:
- Aug 19, 2011 8:04:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r739 r748 131 131 # 03/04/11 - Micha - added lckordi 132 132 # 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 133 135 134 136 … … 1302 1304 elif [[ $(echo $remote_host | cut -c1-5) = lcsgi ]] 1303 1305 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 1306 1309 elif [[ $remote_host = t3eb || $remote_host = t3eh || $remote_host = t3ej2 || $remote_host = t3ej5 ]] 1307 1310 then
Note: See TracChangeset
for help on using the changeset viewer.