Changeset 1619


Ignore:
Timestamp:
01/16/24 16:03:48 (4 months ago)
Author:
acosce
Message:

fix a bug : error message was not in the appropriate section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r1613 r1619  
    555555              IGCM_sys_Mkdir ${SUBMIT_DIR}/Debug 
    556556              IGCM_sys_Cp ${Exe_Output} ${SUBMIT_DIR}/Debug/${PREFIX}_${Exe_Output}_error 
     557 
     558              echo "" 
     559              echo "to debug your experience, you can analyze the various files (*.err, *.out, and parameters files) available in the Debug/ directory " 
     560              echo "these files are managed by the list [OutputText] defined in componant's card (COMP/*.card)" 
     561              echo "" 
     562 
    557563              ExecutionFail=true 
    558564          fi 
     
    565571          echo "EXECUTION of : ${EXECUTION} simulated for DRYRUN = " $DRYRUN 
    566572          echo "EXECUTION of : ${EXECUTION} simulated for DRYRUN = " $DRYRUN > ${Exe_Output} 
    567           echo "" 
    568           echo "to debug your experience, you can analyze the various files (*.err, *.out, and parameters files) available in the Debug/ directory " 
    569           echo "these files are managed by the list [OutputText] defined in componant's card (COMP/*.card)" 
    570           echo "" 
    571573          if ( $DEBUG_debug ) ; then 
    572574              echo "FOR EXECUTION DRYRUN mode = " $DRYRUN >> stack 
Note: See TracChangeset for help on using the changeset viewer.