Changeset 1250


Ignore:
Timestamp:
10/16/15 15:11:57 (9 years ago)
Author:
sdipsl
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r1248 r1250  
    566566  IGCM_debug_PushStack " IGCM_config_ConfigureExecution" 
    567567 
    568   echo 
     568  #echo 
    569569  IGCM_debug_Print 1 " IGCM_config_ConfigureExecution" 
    570   echo 
     570  #echo 
    571571 
    572572  typeset ExeNameIn ExeNameFirst CompNameFirst configCardPath comp i 
     
    588588  for comp in ${config_ListOfComponents[*]} ; do 
    589589 
    590     IGCM_debug_Print 1 ${comp} 
    591  
    592590    # Manage component executable 
    593591    IGCM_card_DefineArrayFromOption ${configCardPath} Executable ${comp} 
     
    609607    # Only if we really have an executable for the component : 
    610608    if ( [ "X${ExeNameIn}" != X\"\" ] && [ "X${ExeNameIn}" != "Xinca.dat" ] ) ; then 
     609 
     610      IGCM_debug_Print 1 ${comp} 
    611611 
    612612      # Keep the first executable found and the first CompName 
     
    659659      else 
    660660        # 
    661         # BACKWARD COMPATIBILITY 
     661        # BACKWARD COMPATIBILITY NOT SUPPORTED ANYMORE 
    662662        # 
    663         IGCM_debug_Print 2 "Use default number of MPI tasks for this machine : " 
    664         IGCM_debug_Print 2 "${DEFAULT_NUM_PROC_OCE} for OCE" 
    665         IGCM_debug_Print 2 "${DEFAULT_NUM_PROC_CPL} for CPL" 
    666         IGCM_debug_Print 2 "${DEFAULT_NUM_PROC_ATM} for ATM" 
    667         OK_PARA_MPI=true 
    668         CPL_PROC_MPI=${DEFAULT_NUM_PROC_CPL} 
    669         OCE_PROC_MPI=${DEFAULT_NUM_PROC_OCE} 
    670         ATM_PROC_MPI=${DEFAULT_NUM_PROC_ATM} 
     663        IGCM_debug_Print 2 "You are using a deprecated ressources specification mechanism in your config.card" 
     664        IGCM_debug_Print 2 "Please check : https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocEsetup#ThesectionExecutable" 
     665        IGCM_debug_Exit "Please modify your config card accoprdingly" 
     666        IGCM_debug_Verif_Exit 
    671667      fi 
    672668      eval tempvarMPI=\${${comp}_PROC_MPI} 
Note: See TracChangeset for help on using the changeset viewer.