Ignore:
Timestamp:
11/05/12 10:59:01 (12 years ago)
Author:
sdipsl
Message:
  • ensemble handling : remove machine specific
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_obelix.ksh

    r725 r742  
    6464# Host and user names 
    6565# $hostname ou hostname 
    66 typeset  HOST=${HOST:=$( hostname )} 
     66typeset HOST=${HOST:=$( hostname )} 
    6767# $username ou whoami 
    68 typeset  LOGIN=${LOGIN:=$( whoami )} 
     68typeset LOGIN=${LOGIN:=$( whoami )} 
    6969# $hostname of the MASTER job 
    70 typeset  MASTER=${MASTER:=$( hostname )} 
     70typeset MASTER=${MASTER:=$( hostname )} 
    7171 
    7272#D- 
     
    7575#D-#================================================== 
    7676 
     77# Submit command 
     78typeset SUBMIT=${SUBMIT:=qsub} 
    7779# rsync with path 
    7880typeset -r RSYNC=/usr/bin/rsync 
Note: See TracChangeset for help on using the changeset viewer.