Changeset 473 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
05/31/11 14:00:31 (13 years ago)
Author:
mmaipsl
Message:

Backward compatibility :

  • Protect SubmitPath? write for compatibility with old run.card.
  • Move ExecutionFail? initialization at end of IGCM_config_PeriodStart.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r457 r473  
    451451        echo                                                                                  >> ${Exe_Output} 
    452452        typeset RET 
    453         ExecutionFail=false 
    454453        RUN_DATE_BEGIN=$( date '+%Y-%m-%dT%H:%M:%S' ) 
    455454        ${MPIRUN_COMMAND} ${MPIRUN_OPTIONS} ./${config_Executable_Name} >> ${Exe_Output} 2>&1 
     
    470469    else 
    471470        echo "EXECUTION of : ${MPIRUN_COMMAND} ${MPIRUN_OPTIONS} ./${config_Executable_Name} simulated for DRYRUN = " $DRYRUN 
    472         ExecutionFail=false 
    473471        if ( $DEBUG_debug ) ; then 
    474472            echo "FOR EXECUTION DRYRUN mode = " $DRYRUN >> stack 
Note: See TracChangeset for help on using the changeset viewer.