Changeset 1578 for trunk


Ignore:
Timestamp:
02/21/23 16:19:39 (13 months ago)
Author:
acosce
Message:

modification of send message in case of error in checking phase. Remove Patrick and Sebastien mailing adress, and add some explanation on how solve the problem

Location:
trunk/libIGCM
Files:
3 edited

Legend:

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

    r1152 r1578  
    323323    echo "Check libIGCM_card ...........................................[ FAILED ]" 
    324324    echo "--Error--> Execution of ${libIGCM}/libIGCM_card/IGCM_card_Test.ksh" 
    325     echo "           has produced the file IGCM_card_Test.ref.failed" 
    326     echo "           Please analyse differences with the reference file by typing:" 
    327     echo "           diff IGCM_card_Test.ref.failed ${libIGCM}/libIGCM_card/IGCM_card_Test.ref" 
    328     echo "           Report errors to the author: Patrick.Brockmann@cea.fr" 
     325    echo "           has produced an error in the checking phase" 
     326    echo "           If you are working on TGCC computer : please verify if your login is in the groupe igcmg" 
     327    echo "           if not, ask to hotline to be add to this group" 
     328    echo "           If this is not the solution to your problem, verify you didn't made any modifications" 
     329    echo "           in libIGCM_sys, libIGCM_debug, libIGCM_card" 
    329330    diff ${libIGCM}/libIGCM_card/IGCM_card_Test.ref <(${libIGCM}/libIGCM_card/IGCM_card_Test.ksh) 
    330331    IGCM_debug_Exit "IGCM_card_Check" 
  • trunk/libIGCM/libIGCM_date/libIGCM_date.ksh

    r1206 r1578  
    10431043    echo "Check libIGCM_date ...........................................[ FAILED ]" 
    10441044    echo "--Error--> Execution of ${libIGCM}/libIGCM_date/IGCM_date_Test.ksh" 
    1045     echo "           has produced the file IGCM_date_Test.ref.failed" 
    1046     echo "           Please analyse differences with the reference file by typing:" 
    1047     echo "           diff IGCM_date_Test.ref.failed ${libIGCM}/libIGCM_date/IGCM_date_Test${dY}.ref" 
    1048     echo "           Report errors to the author: Sebastien.Denvil@ipsl.jussieu.fr" 
     1045    echo "           has produced an error in the checking phase" 
     1046    echo "           To solve it: verify you didn't made any modifications in libIGCM_debug or in libIGCM_date" 
    10491047    diff ${libIGCM}/libIGCM_date/IGCM_date_Test${dY}.ref <(${libIGCM}/libIGCM_date/IGCM_date_Test.ksh) 
    10501048    IGCM_debug_Exit "IGCM_date_Check" 
  • trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh

    r1478 r1578  
    10521052    echo "Check libIGCM_debug ..........................................[ FAILED ]" 
    10531053    echo "--Error--> Execution of ${libIGCM}/libIGCM_debug/IGCM_debug_Test.ksh" 
    1054     echo "           has produced the file IGCM_debug_Test.ref.failed" 
    1055     echo "           Please analyse differences with the reference file by typing:" 
    1056     echo "           diff IGCM_debug_Test.ref.failed ${libIGCM}/libIGCM_debug/IGCM_debug_Test.ref" 
    1057     echo "           Report errors to the author: Patrick.Brockmann@cea.fr" 
     1054    echo "           has produced an error in the checking phase" 
     1055    echo "           To solve it: verify you didn't made any modifications in libIGCM_debug" 
    10581056    diff ${libIGCM}/libIGCM_debug/IGCM_debug_Test.ref <(${libIGCM}/libIGCM_debug/IGCM_debug_Test.ksh | sed -e "s:[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]\:[0-9][0-9]\:[0-9][0-9] ::g") 
    10591057    exit 4 
Note: See TracChangeset for help on using the changeset viewer.