Ignore:
Timestamp:
04/13/11 10:32:33 (13 years ago)
Author:
sdipsl
Message:
  • Bugfix on titane. Exe files has never been saved and ExeFileSize? in the run.card has always been false. Due to ExeSize? variable scope, decalare local to a function but assigned in another function. It works by chance on some machine, because ExeSize? is not initialized...
  • Bugfix of the revision [433]. out_orchidee was always save in SUBMIT_DIR.
  • Now if a job fail : all concatenated debug files (OutputTextFiles?) will be place in SUBMIT_DIR/Debug for convenience.
  • Continuation of [431], concatenate text files following numerical instead of alphabetical order. MAF.
  • Cosmetic and verbosty has been revisited.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_titane.ksh

    r455 r457  
    217217    fi 
    218218 
    219     set -vx 
    220  
    221219    typeset NB_ESSAI DELAI status i 
    222220    # keep standard input for the loop onto temporary file 
    223221    cat >tmp_IGCM_sys_RshPost_$$ 
    224222 
    225     echo cat tmp_IGCM_sys_RshPost_$$ INITIAL 
    226     cat tmp_IGCM_sys_RshPost_$$ 
     223    #echo cat tmp_IGCM_sys_RshPost_$$ INITIAL 
     224    #cat tmp_IGCM_sys_RshPost_$$ 
    227225 
    228226    if [ "X$( grep rebuild_from tmp_IGCM_sys_RshPost_$$ )" != "X" ] ; then 
     
    237235        #\mv tmp.txt tmp_IGCM_sys_RshPost_$$ 
    238236        # 
    239         echo cat tmp_IGCM_sys_RshPost_$$ AFTER 
    240         cat tmp_IGCM_sys_RshPost_$$ 
     237        #echo cat tmp_IGCM_sys_RshPost_$$ AFTER 
     238        #cat tmp_IGCM_sys_RshPost_$$ 
    241239        /bin/ksh <tmp_IGCM_sys_RshPost_$$ 
    242240        if [ $? -gt 0 ] ; then 
     
    283281    fi 
    284282 
    285     set -vx 
    286  
    287283    if ( ${ExitFlag} ) ; then 
    288284        status=failed 
Note: See TracChangeset for help on using the changeset viewer.