Changeset 66


Ignore:
Timestamp:
Mar 14, 2007 6:05:09 AM (17 years ago)
Author:
raasch
Message:

Rev properties set fro scripts, small adjustments for RIAM, fimm (Igor) admitted

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  
    11#! /bin/ksh
    22# 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 $
    44
    55     # Prozedur zum automatischen Transfer von Dateien mittels scp
  • palm/trunk/SCRIPTS/mbuild

    • Property svn:keywords changed from Id to Rev
    r54 r66  
    11#!/bin/ksh
    2 # mbuild - Programmuebersetzungsscript   Version:  @(#)MBUILD 2.0    08/03/07
    3 # $Id$
     2# mbuild - Programmuebersetzungsscript
     3# $Id: mbuild 54 2007-03-08 00:00:02Z raasch $
    44
    55     # Prozedur zur Uebersetzung von Programmteilen mittels make-Mechanismus
     
    8282     # 02/03/07 - Siggi - compilation of utility programs and transfer of
    8383     #                    scripts to remote hosts added (option -u)
     84     # 14/03/07 - Siggi - fimm admitted, revision number added to terminal
     85     #                    output
    8486
    8587
     
    102104 typeset -i  ih ihost=0
    103105
    104  typeset  -R50 calltime
     106 typeset  -R30 calltime
    105107 typeset  -L20 column1
    106108 typeset  -L50 column2
    107109 typeset  -L70 column3
    108  typeset  -L20 version="MBUILD  2.0"
     110 typeset  -L40 version="MBUILD  2.0  $Rev$"
    109111
    110112    # FEHLERBEHANDLUNG
     
    158160     (berte)                    local_host=t3eb;;
    159161     (bora|breva|gregale|irifi|levanto|maestro|orkan|ostria|quanero|scirocco)  local_host=lcmuk;;
     162     (fimm.bccs.uib.no)         local_host=lcmuk;;
    160163     (gate)                     local_host=neck;;
    161164     (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  
    33##!/home/DSRC/NC/tatuyama/pub/ksh   NEEDED ON NEC AT RIAM !!!!!!!!!!
    44
    5 # mrun - Plot-Shellskript         Version:  @(#)MRUN 2.0   07/03/07
    6 # $Id$
     5# mrun - Plot-Shellskript
     6# $Id: mrun 61 2007-03-12 05:42:06Z raasch $
    77
    88     # Prozedur zum Starten von Modellaeufen
     
    112112     #                     mrun_path replaced by PALM_BIN,
    113113     #                     all machines are calling interpret_config.x
     114     # 14/03/07 - Siggi  - fimm admitted, revision number added to terminal
     115     #                     output
    114116
    115117
     
    218220 typeset -i  cputime i ii icycle inode ival jobges jobsek maxcycle minuten nodes pes sekunden tp1
    219221
    220  typeset  -R40 calltime
     222 typeset  -R30 calltime
    221223 typeset  -L20 spalte1
    222224 typeset  -L40 spalte2
     
    227229 typeset  -L12 string4
    228230 typeset  -L12 string5
    229  typeset  -L20 version="MRUN  2.0"
     231 typeset  -L30 version="MRUN  2.0 $Rev$"
    230232
    231233
     
    332334     (breg*-en0|berni*-en0) localhost=ibmb; archive_system=tivoli;;
    333335     (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;;
    335338     (ground.yonsei.ac.kr)  localhost=decalpha;;
    336339     (gfdl3.yonsei.ac.kr)   localhost=decalpha;;
     
    763766#    esac
    764767
    765     interpret_config.x
     768    if [[ $localhost_realname = "gate" ]]
     769    then
     770       interpret_config_gate.x
     771    else
     772       interpret_config.x
     773    fi
    766774
    767775       # AUSFUEHRUNG DER GENERIERTEN SHELL-KOMMANDOS IN DIESER SHELL
     
    38523860    echo  "export LOCAL_MRUN_PATH"                      >>  $jobfile
    38533861
    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
    38553867
    38563868       # MRUN AUF ZIELRECHNER AUFRUFEN
  • palm/trunk/SCRIPTS/subjob

    • Property svn:keywords changed from Id to Rev
    r54 r66  
    11#!/bin/ksh
    22# subjob - Plot-Shellskript         Version:  @(#)SUBJOB 1.0    13/02/07
    3 # $Id$
     3# $Id: subjob 54 2007-03-08 00:00:02Z raasch $
    44
    55     # Prozedur zum automatischen Generieren von Batch-Jobs, die unter NQS
Note: See TracChangeset for help on using the changeset viewer.