Changeset 1020 for tags


Ignore:
Timestamp:
07/09/14 16:30:10 (10 years ago)
Author:
sdipsl
Message:

Fix TSC for Ergon. We made the hypothesis that *checker* scripts have visibility on archive system.

Location:
tags/libIGCM_v2.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v2.3/AA_TimeSeries_Checker

    r929 r1020  
    271271                DEBUG_sys=false IGCM_sys_TestDirArchive ${DIRECTORY} 
    272272                if [ $? = 0 ] ; then 
    273                   Candidat=$( IGCM_sys_RshArchive "find ${DIRECTORY} -name "${config_UserChoices_JobName}_${ChunckDebut}_*_${FlagDir}_${var}.nc"" ) 
     273                  Candidat=$( find ${DIRECTORY} -name "${config_UserChoices_JobName}_${ChunckDebut}_*_${FlagDir}_${var}.nc" ) 
    274274                else 
    275275                  Candidat="" 
  • tags/libIGCM_v2.3/libIGCM_sys/libIGCM_sys_ada.ksh

    r1016 r1020  
    222222    status=0 
    223223    #special case for the find command. Only used together with RshArchive to find tared restart 
    224     if [ "X$( echo $@ | grep ^find )" != "X" ] ; then 
     224    if [ "X$( echo $@ | grep ^find | grep RESTART )" != "X" ] ; then 
    225225      # Ergon first 
    226226      rsh ${STOREHOST} exec /bin/ksh <<-EOF > ergonList.txt 
Note: See TracChangeset for help on using the changeset viewer.