Ignore:
Timestamp:
03/18/09 18:37:16 (15 years ago)
Author:
sdipsl
Message:

libIGCM is ready for ulam except concerning the monitoring

  • fix issue due to mfls (chaotic behaviour) do not use mfls anymore
  • change due to the fact that ulam do not see gaya : imply some libsys homogeneisation
  • atlas/monitoring01 needs an adaptation to ulam (because of "ls $homegaya" like command)
File:
1 edited

Legend:

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

    r57 r67  
    2626    # Test modipsl tree existence. 
    2727    IGCM_sys_TestDir ${MODIPSL} 
     28    [ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
    2829    IGCM_sys_TestDir ${libIGCM} 
     30    [ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
    2931    IGCM_sys_TestDir ${R_EXE} 
     32    [ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
    3033    IGCM_sys_TestDir ${SUBMIT_DIR} 
     34    [ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
    3135 
    3236    #================================== 
     
    154158    # Test Archive input/output. 
    155159    IGCM_sys_TestDirArchive ${ARCHIVE} 
     160    [ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
    156161    IGCM_sys_TestDirArchive ${R_INIT} 
     162    [ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
    157163    IGCM_sys_TestDirArchive ${R_BC} 
     164    [ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
    158165 
    159166    #==================================================== 
     
    175182    fi 
    176183    IGCM_sys_TestDirArchive ${R_SAVE} 
     184    [ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
    177185 
    178186    #==================================================== 
Note: See TracChangeset for help on using the changeset viewer.