Ignore:
Timestamp:
03/20/09 16:58:55 (15 years ago)
Author:
sdipsl
Message:

Bugfix : ulam WORKDIR is not defined through an rsh from vargas --> tweak the ulam ${HOME} path

File:
1 edited

Legend:

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

    r70 r73  
    123123#==================================================== 
    124124#- OUT_POST  
    125 typeset -r R_OUT_POST=$( rsh ulam -n echo $WORKDIR | awk "-F=" "{print $2}" )/IGCM_OUT  
     125typeset -r R_OUT_POST=$( rsh ulam -n echo \${HOME} | sed -e "s/home/workdir/" )/IGCM_OUT 
    126126 
    127127#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.