Ignore:
Timestamp:
12/08/08 19:23:38 (16 years ago)
Author:
sdipsl
Message:

SD : - Tweak IGCM_sys_RshArchive function for non IDRIS machine

  • Comment out parallel restart case / work only in parallel not in sequential
File:
1 edited

Legend:

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

    r37 r40  
    154154function IGCM_sys_RshArchive { 
    155155    IGCM_debug_PushStack "IGCM_sys_RshArchive" $@ 
    156     /bin/ksh ${@} 
     156    /bin/ksh <<-EOF 
     157    ${@} 
     158EOF 
    157159    if [ $? -gt 0 ] ; then 
    158160        echo "IGCM_sys_RshArchive : erreur." 
Note: See TracChangeset for help on using the changeset viewer.