Ignore:
Timestamp:
10/09/15 16:04:04 (9 years ago)
Author:
sdipsl
Message:
  • rationalyze somehow message code logic
  • extend the information gathered by big brother
  • clean up
File:
1 edited

Legend:

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

    r1215 r1244  
    2222  echo 
    2323 
    24   typeset comp compname comptagname CompatibilityTag auxprint card_UserChoices first_option option i j 
     24  typeset comp compname comptagname auxprint card_UserChoices first_option option i j 
    2525  for comp in ${config_ListOfComponents[*]} ; do 
    2626 
     
    3333    IGCM_debug_Print 1 "Initialize ${comp} : ${compname} component." 
    3434 
    35     # Read libIGCM compatibility version in ${compname}.card 
     35    # ${compname}.card PATH 
    3636    card=${SUBMIT_DIR}/COMP/${compname}.card 
    37     IGCM_card_DefineVariableFromOption ${card} Compatibility libIGCM 
    38  
    39     eval CompatibilityTag=\${${compname}_Compatibility_libIGCM} > /dev/null 2>&1 
    40     if [ ! "${CompatibilityTag}" = "${libIGCM_CurrentTag}" ] ; then 
    41       IGCM_debug_Exit "${compname}.card is not compatible with libIGCM version ${libIGCM_CurrentTag} see libIGCM FAQ http://wiki.ipsl.jussieu.fr/wiki_ipsl/IGCMG/libIGCM/DocUtilisateur/FAQ ." 
    42     fi 
    4337 
    4438    # Manage component executable 
Note: See TracChangeset for help on using the changeset viewer.