Changeset 1096 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Feb 3, 2013 2:49:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r1094 r1096 23 23 # Current revisions: 24 24 # ------------------ 25 # new option -P for explicit setting of ssh/scp port25 # 26 26 # 27 27 # Former revisions: 28 28 # ----------------- 29 29 # $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 30 34 # 31 35 # 2013-02-02 07:06:13Z raasch … … 129 133 (gallego) local_addres=130.75.105.10; local_host=lcmuk;; 130 134 (gfdl5) local_addres=165.132.26.58; local_host=ibmy;; 131 (gfdl3.yonsei.ac.kr) local_addres=165.132.26.56; local_host=decalpha;;132 135 (gregale) local_addres=130.75.105.109; local_host=lcmuk;; 133 136 (hababai) local_addres=130.75.105.108; local_host=lcmuk;; … … 1401 1404 job_catalog=/hpf/b/${remote_user}/job_queue 1402 1405 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 ]] 1409 1407 then 1410 1408 # DATEIEN KOENNEN NUR UEBER DEN ARCHIVE-SERVER DES DKRZ
Note: See TracChangeset
for help on using the changeset viewer.