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_config/libIGCM_config.ksh

    r658 r662  
    683683 
    684684    # Only if we really have an executable for the component : 
    685     if [ X${ExeNameIn} != X\"\" ] ; then 
     685###    if [ X${ExeNameIn} != X\"\" ] ; then 
     686    if ( [ "X${ExeNameIn}" != X\"\" ] && [ "X${ExeNameIn}" != "Xinca.dat" ] ) ; then 
    686687 
    687688      # Keep the first executable found and the first CompName 
Note: See TracChangeset for help on using the changeset viewer.