Changeset 66 for palm/trunk/SCRIPTS/mrun


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.