Ignore:
Timestamp:
04/25/12 14:41:04 (12 years ago)
Author:
acosce
Message:

BugFix? for inca config

1- management of two executable with only one launch (inca individual case)
2- refine restart list and will find restart with different extension (.nc, .txt etc...)

File:
1 edited

Legend:

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

    r654 r662  
    19341934          # Only if we really have an executable for the component : 
    19351935          eval ExeNameOut=\${config_Executable_${comp}[1]} 
    1936           if ( [ "X${ExeNameOut}" != X\"\" ] ) ; then 
     1936###          if ( [ "X${ExeNameOut}" != X\"\" ] ) ; then 
     1937          if ( [ "X${ExeNameOut}" != X\"\" ] && [ "X${ExeNameOut}" != "Xinca.dat" ] ) ; then 
    19371938 
    19381939              echo "#!/bin/ksh" > script_${ExeNameOut}.ksh 
Note: See TracChangeset for help on using the changeset viewer.