Changeset 1408


Ignore:
Timestamp:
08/03/17 16:46:23 (7 years ago)
Author:
jgipsl
Message:

As done on the trunk [1407]: Commented IGCM_sys_Put_Out for run.card and Script_Output to avoid bug for the case SpaceName?=TEST at curie. These files are still copied for the case SpaceName?=PROD or DEVT. The bug was introduced in [1392]. See ticket #326

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v2.8.3/libIGCM_config/libIGCM_config.ksh

    r1397 r1408  
    836836          ( IGCM_sys_TestFileBuffer  ${R_BUF_KSH}/${Potential} ) || IGCM_sys_Cp ${Potential} ${R_BUF_KSH}/${Potential}.$$ 
    837837        else 
    838           ( IGCM_sys_TestFileArchive ${R_OUT_KSH}/${Potential} ) || IGCM_sys_Put_Out ${Potential} ${R_OUT_KSH}/${Potential}.$$ NOCHMOD 
     838#          ( IGCM_sys_TestFileArchive ${R_OUT_KSH}/${Potential} ) || IGCM_sys_Put_Out ${Potential} ${R_OUT_KSH}/${Potential}.$$ NOCHMOD 
     839           IGCM_debug_Print 1 "Save of previous ksh job output is not done for Pack=false" 
    839840        fi 
    840841      done 
     842 
    841843      # 
    842844      IGCM_debug_Print 2 "Save current run.card" 
     
    846848        IGCM_sys_Cp ${SUBMIT_DIR}/run.card ${R_BUF_KSH}/run.card 
    847849      else 
    848         IGCM_sys_Put_Out ${SUBMIT_DIR}/run.card ${R_OUT_KSH}/run.card NOCHMOD 
     850#        IGCM_sys_Put_Out ${SUBMIT_DIR}/run.card ${R_OUT_KSH}/run.card NOCHMOD 
     851         IGCM_debug_Print 1 "Save of run.card is not done for Pack=false" 
    849852      fi 
    850853      # 
Note: See TracChangeset for help on using the changeset viewer.