Changeset 1410
- Timestamp:
- 08/25/17 14:11:01 (7 years ago)
- Location:
- trunk/libIGCM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libIGCM/libIGCM_config/libIGCM_config.ksh
r1407 r1410 836 836 ( IGCM_sys_TestFileBuffer ${R_BUF_KSH}/${Potential} ) || IGCM_sys_Cp ${Potential} ${R_BUF_KSH}/${Potential}.$$ 837 837 else 838 # ( IGCM_sys_TestFileArchive ${R_OUT_KSH}/${Potential} ) || IGCM_sys_Put_Out ${Potential} ${R_OUT_KSH}/${Potential}.$$ NOCHMOD 839 838 ( IGCM_sys_TestFileArchive ${R_OUT_KSH}/${Potential} ) || IGCM_sys_Put_Out ${Potential} ${R_OUT_KSH}/${Potential}.$$ NOMOVE 839 IGCM_debug_Print 1 "Save of previous ksh job output is not done for Pack=false" 840 840 fi 841 841 done … … 848 848 IGCM_sys_Cp ${SUBMIT_DIR}/run.card ${R_BUF_KSH}/run.card 849 849 else 850 # IGCM_sys_Put_Out ${SUBMIT_DIR}/run.card ${R_OUT_KSH}/run.card NOCHMOD 851 850 IGCM_sys_Put_Out ${SUBMIT_DIR}/run.card ${R_OUT_KSH}/run.card NOMOVE 851 IGCM_debug_Print 1 "Save of run.card is not done for Pack=false" 852 852 fi 853 853 # -
trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh
r1409 r1410 687 687 fi 688 688 689 if [ ${fileDeviceNumberInHex} -ne ${directoryDeviceNumberInHex} ]; then689 if ( [ ${fileDeviceNumberInHex} -ne ${directoryDeviceNumberInHex} ] || [ X$3 = XNOMOVE] ) ; then 690 690 # They are not on the same device. USUAL WAY 691 691 \cp $1 $2 > ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 2>&1 … … 1055 1055 # -------------------------------------------------------------------- 1056 1056 1057 if [ X${compilerVersion} = =XV17 ] ; then1057 if [ X${compilerVersion} = XV17 ] ; then 1058 1058 . /ccc/cont003/home/dsm/p86ipsl/.env_intel17.0.2_curie > /dev/null 2>&1 1059 elif [ X${compilerVersion} = =XV14 ] ; then1059 elif [ X${compilerVersion} = XV14 ] ; then 1060 1060 . /ccc/cont003/home/dsm/p86ipsl/.env_intel14.0.3_curie > /dev/null 2>&1 1061 1061 else
Note: See TracChangeset
for help on using the changeset viewer.