Changeset 90


Ignore:
Timestamp:
04/07/09 18:20:08 (15 years ago)
Author:
brocksce
Message:

PB: - Modification according to new option (--listcommand) in ATLAS/monitoring01

to allow remote listing through call to 'IGCM_sys_RshArchive ls'
since ulam cannot list archive file system directly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_monitoring

    r68 r90  
    113113    eval monitoring_file=monitoring01_${compname}_\${RESOL_${comp}}.cfg > /dev/null 2>&1 
    114114    # 
    115     [ -f ${FER_ATLAS}/${monitoring_file} ] && liste_file_monitoring=$( monitoring01 -q -l2 ${FER_ATLAS}/${monitoring_file} ${R_SAVE}/${comp}/Analyse/TS_MO ) 
     115    [ -f ${FER_ATLAS}/${monitoring_file} ] && liste_file_monitoring=$( monitoring01 -q -l2 --listcommand 'IGCM_sys_RshArchive ls' ${FER_ATLAS}/${monitoring_file} ${R_SAVE}/${comp}/Analyse/TS_MO ) 
    116116    # 
    117117    if [ ! "X${liste_file_monitoring}" = X ] ; then 
Note: See TracChangeset for help on using the changeset viewer.