Changeset 66
- Timestamp:
- Mar 14, 2007 6:05:09 AM (18 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/batch_scp
- Property svn:keywords changed from Id to Rev
r54 r66 1 1 #! /bin/ksh 2 2 # batch_scp - Shellskript Version: @(#)batch_scp 1.0a 25/10/05 3 # $Id $3 # $Id: batch_scp 54 2007-03-08 00:00:02Z raasch $ 4 4 5 5 # Prozedur zum automatischen Transfer von Dateien mittels scp -
palm/trunk/SCRIPTS/mbuild
- Property svn:keywords changed from Id to Rev
r54 r66 1 1 #!/bin/ksh 2 # mbuild - Programmuebersetzungsscript Version: @(#)MBUILD 2.0 08/03/073 # $Id $2 # mbuild - Programmuebersetzungsscript 3 # $Id: mbuild 54 2007-03-08 00:00:02Z raasch $ 4 4 5 5 # Prozedur zur Uebersetzung von Programmteilen mittels make-Mechanismus … … 82 82 # 02/03/07 - Siggi - compilation of utility programs and transfer of 83 83 # scripts to remote hosts added (option -u) 84 # 14/03/07 - Siggi - fimm admitted, revision number added to terminal 85 # output 84 86 85 87 … … 102 104 typeset -i ih ihost=0 103 105 104 typeset -R 50 calltime106 typeset -R30 calltime 105 107 typeset -L20 column1 106 108 typeset -L50 column2 107 109 typeset -L70 column3 108 typeset -L 20 version="MBUILD 2.0"110 typeset -L40 version="MBUILD 2.0 $Rev$" 109 111 110 112 # FEHLERBEHANDLUNG … … 158 160 (berte) local_host=t3eb;; 159 161 (bora|breva|gregale|irifi|levanto|maestro|orkan|ostria|quanero|scirocco) local_host=lcmuk;; 162 (fimm.bccs.uib.no) local_host=lcmuk;; 160 163 (gate) local_host=neck;; 161 164 (gfdl3.yonsei.ac.kr) local_host=decalpha; local_addres=165.132.26.56;; -
palm/trunk/SCRIPTS/mrun
- Property svn:keywords changed from Id to Rev
r61 r66 3 3 ##!/home/DSRC/NC/tatuyama/pub/ksh NEEDED ON NEC AT RIAM !!!!!!!!!! 4 4 5 # mrun - Plot-Shellskript Version: @(#)MRUN 2.0 07/03/076 # $Id $5 # mrun - Plot-Shellskript 6 # $Id: mrun 61 2007-03-12 05:42:06Z raasch $ 7 7 8 8 # Prozedur zum Starten von Modellaeufen … … 112 112 # mrun_path replaced by PALM_BIN, 113 113 # all machines are calling interpret_config.x 114 # 14/03/07 - Siggi - fimm admitted, revision number added to terminal 115 # output 114 116 115 117 … … 218 220 typeset -i cputime i ii icycle inode ival jobges jobsek maxcycle minuten nodes pes sekunden tp1 219 221 220 typeset -R 40 calltime222 typeset -R30 calltime 221 223 typeset -L20 spalte1 222 224 typeset -L40 spalte2 … … 227 229 typeset -L12 string4 228 230 typeset -L12 string5 229 typeset -L 20 version="MRUN 2.0"231 typeset -L30 version="MRUN 2.0 $Rev$" 230 232 231 233 … … 332 334 (breg*-en0|berni*-en0) localhost=ibmb; archive_system=tivoli;; 333 335 (cs*) localhost=nech; archive_system=ut;; 334 (gate|n-sx) PATH=$MRUN_BIN:$PATH:/usr/bin/nqsII; localhost=neck;; 336 (fimm.bccs.uib.no) local_host=lcmuk;; 337 (gate|n-sx) PATH=$PALM_BIN:$PATH:/usr/bin/nqsII; localhost=neck;; 335 338 (ground.yonsei.ac.kr) localhost=decalpha;; 336 339 (gfdl3.yonsei.ac.kr) localhost=decalpha;; … … 763 766 # esac 764 767 765 interpret_config.x 768 if [[ $localhost_realname = "gate" ]] 769 then 770 interpret_config_gate.x 771 else 772 interpret_config.x 773 fi 766 774 767 775 # AUSFUEHRUNG DER GENERIERTEN SHELL-KOMMANDOS IN DIESER SHELL … … 3852 3860 echo "export LOCAL_MRUN_PATH" >> $jobfile 3853 3861 3854 # echo "for_subjob_to_do=\"rm -rf $TEMPDIR\" " >> $jobfile 3862 # WORKAROUND FUER RIAM-NEC-JOBS WEGEN PROFILE-SCHWIERIGKEITEN 3863 if [[ $localhost_realname = "gate" ]] 3864 then 3865 echo "export PALM_BIN=$PALM_BIN" >> $jobfile 3866 fi 3855 3867 3856 3868 # MRUN AUF ZIELRECHNER AUFRUFEN -
palm/trunk/SCRIPTS/subjob
- Property svn:keywords changed from Id to Rev
r54 r66 1 1 #!/bin/ksh 2 2 # subjob - Plot-Shellskript Version: @(#)SUBJOB 1.0 13/02/07 3 # $Id $3 # $Id: subjob 54 2007-03-08 00:00:02Z raasch $ 4 4 5 5 # Prozedur zum automatischen Generieren von Batch-Jobs, die unter NQS
Note: See TracChangeset
for help on using the changeset viewer.