Changeset 1096 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Feb 3, 2013 2:49:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r1091 r1096 27 27 # ----------------- 28 28 # $Id$ 29 # 30 # 1096 2013-02-03 01:52:12Z raasch 31 # decalpha parts (yonsei) removed 29 32 # 30 33 # 2013-02-02 07:06:13Z raasch … … 463 466 (lcxe6) remote_addres=129.177.20.113;; 464 467 (lcxt5m) remote_addres=193.166.211.144;; 465 (decalpha) remote_addres=165.132.26.56;;466 468 (ibmh) remote_addres=136.172.40.15;; 467 469 (ibmkisti) remote_addres=150.183.146.24;; … … 993 995 print "[[ ! -d ${remote_md} ]] && (echo \" *** ${remote_md} will be created\"; mkdir -p ${remote_md})" | ssh ${remote_username}@${remote_addres} 2>&1 994 996 fi 995 if [[ $local_host = decalpha ]] 996 then 997 # DECALPHA BENUTZT BEI NICHTANGABE DES VOLLSTï¿œNDIGEN PFADES 998 # IRGENDEIN ANDERES SCP (WAS NICHT FUNKTIONIERT). AUSSERDEM 999 # KOENNEN DOLLAR-ZEICHEN NICHT BENUTZT WERDEN 1000 remote_md=`echo $remote_md | sed 's/\$HOME\///'` 1001 /bin/scp ${local_source_path}/${mainprog}_sources.tar ${remote_username}@${remote_addres}:${remote_md}/${mainprog}_sources.tar 1002 else 1003 scp ${local_source_path}/${mainprog}_sources.tar ${remote_username}@${remote_addres}:${remote_md}/${mainprog}_sources.tar 1004 fi 997 998 scp ${local_source_path}/${mainprog}_sources.tar ${remote_username}@${remote_addres}:${remote_md}/${mainprog}_sources.tar 1005 999 1006 1000 … … 1167 1161 1168 1162 # KOPIEREN DER SCRIPTE 1169 if [[ $local_host = decalpha ]] 1170 then 1171 # DECALPHA BENUTZT BEI NICHTANGABE DES VOLLSTAENDIGEN PFADES 1172 # IRGENDEIN ANDERES SCP (WAS NICHT FUNKTIONIERT). AUSSERDEM 1173 # KOENNEN DOLLAR-ZEICHEN NICHT BENUTZT WERDEN 1174 remote_ud=`echo $remote_ud | sed 's/\$HOME\///'` 1175 /bin/scp batch_scp mbuild mrun process_dvr_output .dvrserver.config subjob batch_nc2vdf nc2vdf nc2vdf.ncl nc2vdf.config ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS > /dev/null 1176 else 1177 scp batch_scp mbuild mrun process_dvr_output .dvrserver.config subjob batch_nc2vdf nc2vdf nc2vdf.ncl nc2vdf.config ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS > /dev/null 1178 fi 1163 scp batch_scp mbuild mrun process_dvr_output .dvrserver.config subjob batch_nc2vdf nc2vdf nc2vdf.ncl nc2vdf.config ${remote_username}@${remote_addres}:${remote_ud}/../SCRIPTS > /dev/null 1179 1164 1180 1165 cd - > /dev/null … … 1183 1168 1184 1169 # KOPIEREN DER UTILITY-PROGRAMME 1185 if [[ $local_host = decalpha ]] 1186 then 1187 # DECALPHA BENUTZT BEI NICHTANGABE DES VOLLSTï¿œNDIGEN PFADES 1188 # IRGENDEIN ANDERES SCP (WAS NICHT FUNKTIONIERT). AUSSERDEM 1189 # KOENNEN DOLLAR-ZEICHEN NICHT BENUTZT WERDEN 1190 remote_ud=`echo $remote_ud | sed 's/\$HOME\///'` 1191 /bin/scp Makefile *.f90 ${remote_username}@${remote_addres}:${remote_ud} > /dev/null 1192 else 1193 scp Makefile *.f90 ${remote_username}@${remote_addres}:${remote_ud} > /dev/null 1194 fi 1170 scp Makefile *.f90 ${remote_username}@${remote_addres}:${remote_ud} > /dev/null 1195 1171 1196 1172
Note: See TracChangeset
for help on using the changeset viewer.