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

    r39 r40  
    159159function IGCM_sys_RshArchive { 
    160160    IGCM_debug_PushStack "IGCM_sys_RshArchive" $@ 
    161     /bin/ksh ${@} 
     161    /bin/ksh  <<-EOF 
     162    ${@} 
     163EOF 
    162164    if [ $? -gt 0 ] ; then 
    163165        echo "IGCM_sys_RshArchive : erreur." 
Note: See TracChangeset for help on using the changeset viewer.