Ignore:
Timestamp:
09/09/13 14:47:05 (11 years ago)
Author:
sdipsl
Message:

Bugfix affecting ada looking after file on gaya : must use IGCM_sys_TestDirArchive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_comp/libIGCM_comp.ksh

    r918 r947  
    729729              # Look after the tar file we want if we did not found it already 
    730730              if [ X${IsMatching} = X ] ; then 
    731                 if [ -d ${RestartPath}/${RestartJobName}/RESTART ] ; then 
     731                IGCM_sys_TestDirArchive ${RestartPath}/${RestartJobName}/RESTART 
     732                if [ $? ] ; then 
    732733                  for PotentialTarFile in $( IGCM_sys_RshArchive "find ${RestartPath}/${RestartJobName}/RESTART -name "${RestartJobName}_*restart*.tar" -print" ) ; do 
    733734                    IsMatching=$( echo ${PotentialTarFile##*/} | \ 
Note: See TracChangeset for help on using the changeset viewer.