Ignore:
Timestamp:
03/20/09 14:42:39 (15 years ago)
Author:
sdipsl
Message:
  • Add "MASTER" variables to the machine able to run models.
  • Clean up libIGCM_POST definition
  • Handle the fact that ulam can post-process for brodie or vargas (all having their own filesystem)
File:
1 edited

Legend:

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

    r67 r71  
    6969# $username ou whoami 
    7070typeset -r LOGIN=$( whoami ) 
     71# $hostname of the MASTER job 
     72typeset -r MASTER=${HOST} 
    7173 
    7274#D- 
     
    9799#- R_EXE   (==> BIN_DIR = ${MODIPSL}/bin ) 
    98100typeset -r R_EXE="${MODIPSL}/bin" 
    99  
    100 #==================================================== 
    101 #- libIGCM_POST 
    102 typeset -r libIGCM_POST=${libIGCM} 
    103101 
    104102#==================================================== 
     
    126124#     exit 1 
    127125# fi 
     126 
     127#==================================================== 
     128#- libIGCM_POST 
     129typeset -r libIGCM_POST=${libIGCM} 
    128130 
    129131#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.