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_platine.ksh

    r39 r40  
    178178function IGCM_sys_RshArchive { 
    179179    IGCM_debug_PushStack "IGCM_sys_RshArchive" $@ 
    180     /bin/ksh ${@} 
     180    /bin/ksh <<-EOF 
     181    ${@} 
     182EOF 
    181183    if [ $? -gt 0 ] ; then 
    182184        echo "IGCM_sys_RshArchive : erreur." 
Note: See TracChangeset for help on using the changeset viewer.