Changeset 1041 for trunk/libIGCM


Ignore:
Timestamp:
08/07/14 17:15:55 (10 years ago)
Author:
sdipsl
Message:

Fix for #208

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r1031 r1041  
    966966  echo 
    967967 
    968   #==================================# 
    969   #         Save Job output          # 
    970   #==================================# 
    971   if [ X${Pack} = Xtrue ] ; then 
    972     IGCM_sys_PutBuffer_Out ${Exe_Output} ${R_BUF_KSH}/${PREFIX}_${Exe_Output} 
    973   else 
    974     IGCM_sys_Put_Out ${Exe_Output} ${R_OUT_KSH}/${PREFIX}_${Exe_Output} 
    975   fi 
    976   FileToBeDeleted[${#FileToBeDeleted[@]}]=${Exe_Output} 
    977  
    978968  if [ ${DRYRUN} -le 1 ] ; then 
    979969 
     
    10851075 
    10861076  fi 
     1077 
     1078  #==================================# 
     1079  #         Save Job output          # 
     1080  #==================================# 
     1081  if [ X${Pack} = Xtrue ] ; then 
     1082    IGCM_sys_PutBuffer_Out ${Exe_Output} ${R_BUF_KSH}/${PREFIX}_${Exe_Output} 
     1083  else 
     1084    IGCM_sys_Put_Out ${Exe_Output} ${R_OUT_KSH}/${PREFIX}_${Exe_Output} 
     1085  fi 
     1086  FileToBeDeleted[${#FileToBeDeleted[@]}]=${Exe_Output} 
    10871087 
    10881088  # All was right ? no ? then we stop. 
Note: See TracChangeset for help on using the changeset viewer.