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

    r37 r40  
    132132function IGCM_sys_RshArchive { 
    133133    IGCM_debug_PushStack "IGCM_sys_RshArchive" $@ 
    134     /bin/ksh ${@} 
     134    /bin/ksh <<-EOF 
     135${@} 
     136EOF 
    135137    if [ $? -gt 0 ] ; then 
    136138        echo "IGCM_sys_RshArchive : erreur." 
Note: See TracChangeset for help on using the changeset viewer.