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_default.ksh

    r67 r71  
    6969# $username ou whoami 
    7070typeset -r LOGIN=$( whoami ) 
     71# $hostname of the MASTER job 
     72typeset -r MASTER=${HOST} 
    7173 
    7274#D- 
     
    9395 
    9496#==================================================== 
     97#- SCRATCHDIR (=> ${R_DONNEES}) 
     98typeset -r SCRATCHDIR=/tmp 
     99 
     100#==================================================== 
     101#- SUBMIT_DIR : submission dir 
     102typeset SUBMIT_DIR=${SUBMIT_DIR:=${PWD}} 
     103 
     104#==================================================== 
     105#- ARCHIVE 
     106typeset -r ARCHIVE=/home 
     107 
     108#==================================================== 
    95109#- libIGCM_POST 
    96110typeset -r libIGCM_POST=${libIGCM} 
    97  
    98 #==================================================== 
    99 #- SCRATCHDIR (=> ${R_DONNEES}) 
    100 typeset -r SCRATCHDIR=/tmp 
    101  
    102 #==================================================== 
    103 #- SUBMIT_DIR : submission dir 
    104 typeset SUBMIT_DIR=${SUBMIT_DIR:=${PWD}} 
    105  
    106 #==================================================== 
    107 #- ARCHIVE 
    108 typeset -r ARCHIVE=/home 
    109111 
    110112#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.