Ignore:
Timestamp:
12/08/08 17:40:31 (16 years ago)
Author:
sdipsl
Message:

ACa/SD : Function IGCM_sys_RshArchive will be use to manage NEMO restart in the parallel case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_platine.ksh

    r36 r37  
    147147typeset -r HOST_MPIRUN_COMMAND=${HOST_MPIRUN_COMMAND:="time srun"} 
    148148 
    149 #D-#================================================== 
     149##D-#================================================== 
    150150#D-function IGCM_sys_RshMaster 
    151151#D-* Purpose: Just a fake command to wrapp 
     
    172172 
    173173#D-#================================================== 
     174#D-function IGCM_sys_RshArchive 
     175#D-* Purpose: Archive rsh command 
     176#D-* Examples: 
     177#D- 
     178function IGCM_sys_RshArchive { 
     179    IGCM_debug_PushStack "IGCM_sys_RshArchive" $@ 
     180    /bin/ksh ${@} 
     181    if [ $? -gt 0 ] ; then 
     182        echo "IGCM_sys_RshArchive : erreur." 
     183        IGCM_debug_Exit "IGCM_sys_RshArchive" 
     184    fi 
     185    IGCM_debug_PopStack "IGCM_sys_RshArchive" 
     186} 
     187 
     188#D-#================================================== 
    174189#D-function IGCM_sys_RshPost 
    175 #D-* Purpose: Master rsh command 
     190#D-* Purpose: Post-process rsh command 
    176191#D-* Examples: 
    177192#D- 
Note: See TracChangeset for help on using the changeset viewer.