Changeset 856 for trunk


Ignore:
Timestamp:
05/13/13 12:11:46 (11 years ago)
Author:
mafoipsl
Message:

For TimeSeries_Checker, use IGCM_sys_TestFileArchive generic function, instead of simple test -f, to be able to run on ada. Tested on curie and ada.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_TimeSeries_Checker

    r837 r856  
    310310                fi 
    311311                # 
    312                 if [ ! -f ${DIRECTORY}/${TestedFile} ] ; then 
     312                IGCM_sys_TestFileArchive ${DIRECTORY}/${TestedFile} >/dev/null 2>&1 
     313                if [ ! $? = 0 ] ; then 
    313314                  (( countBad = countBad + 1 )) 
    314315                  [ ${countBad} = 1 ] && IGCM_debug_Print 3 "Missing time series from ${FILE} :" 
Note: See TracChangeset for help on using the changeset viewer.