Ignore:
Timestamp:
04/15/09 17:31:38 (15 years ago)
Author:
sdipsl
Message:

PB: - Put a dot before monitoring01 when using --listcommand 'IGCM_sys_RshArchive ls'
because monitoring01 must be run as a user command file (not as a subshell) and thus
inherits of all libIGCM functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_monitoring

    r102 r104  
    120120    # 
    121121    if [ -f ${FER_ATLAS}/${monitoring_file} ] ; then 
    122         liste_file_monitoring=$( monitoring01 -q -l2 --listcommand 'IGCM_sys_RshArchive ls' ${FER_ATLAS}/${monitoring_file} ${R_SAVE}/${comp}/Analyse/TS_MO ) 
     122        liste_file_monitoring=$( . monitoring01 -q -l2 --listcommand 'IGCM_sys_RshArchive ls' ${FER_ATLAS}/${monitoring_file} ${R_SAVE}/${comp}/Analyse/TS_MO ) 
    123123    else 
    124124        IGCM_debug_Print 1 "WARNING. This file does not exist : ${FER_ATLAS}/${monitoring_file}" 
Note: See TracChangeset for help on using the changeset viewer.