Ignore:
Timestamp:
12/08/08 19:23:38 (15 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_default.ksh

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