Ignore:
Timestamp:
Feb 3, 2013 2:49:41 AM (12 years ago)
Author:
raasch
Message:

last commit documented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r1094 r1096  
    2323# Current revisions:
    2424# ------------------
    25 # new option -P for explicit setting of ssh/scp port
     25#
    2626#
    2727# Former revisions:
    2828# -----------------
    2929# $Id$
     30#
     31# 1094 2013-02-03 01:52:12Z raasch
     32# new option -P for explicit setting of ssh/scp port,
     33# decalpha parts (yonsei) removed
    3034#
    3135# 2013-02-02 07:06:13Z raasch
     
    129133     (gallego)               local_addres=130.75.105.10;  local_host=lcmuk;;
    130134     (gfdl5)                 local_addres=165.132.26.58;  local_host=ibmy;;
    131      (gfdl3.yonsei.ac.kr)    local_addres=165.132.26.56;  local_host=decalpha;;
    132135     (gregale)               local_addres=130.75.105.109; local_host=lcmuk;;
    133136     (hababai)               local_addres=130.75.105.108; local_host=lcmuk;;
     
    14011404          job_catalog=/hpf/b/${remote_user}/job_queue
    14021405       fi
    1403        if [[ $local_host = decalpha ]]
    1404        then
    1405              # VERWENDUNG VON SCP AUF DECALPHA FRAGT FEHLERHAFTERWEISE
    1406              # PASSWORT AB
    1407           /bin/scp  $PORTOPT  $job_to_send  ${remote_user}@${remote_addres}:${job_catalog}/$job_on_remhost
    1408        elif [[ $remote_host = nech ]]
     1406       if [[ $remote_host = nech ]]
    14091407       then
    14101408             # DATEIEN KOENNEN NUR UEBER DEN ARCHIVE-SERVER DES DKRZ
Note: See TracChangeset for help on using the changeset viewer.