Ignore:
Timestamp:
04/25/12 14:34:21 (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
  • tags/libIGCM_v2.0_beta1/libIGCM_config/libIGCM_config.ksh

    r653 r661  
    650650 
    651651    # Only if we really have an executable for the component : 
    652     if [ X${ExeNameIn} != X\"\" ] ; then 
     652###    if [ X${ExeNameIn} != X\"\" ] ; then 
     653    if ( [ "X${ExeNameIn}" != X\"\" ] && [ "X${ExeNameIn}" != "Xinca.dat" ] ) ; then 
    653654 
    654655      # Keep the first executable found and the first CompName 
Note: See TracChangeset for help on using the changeset viewer.