Ignore:
Timestamp:
04/12/12 17:16:18 (12 years ago)
Author:
mafoipsl
Message:

Add norerun option on SX front-end. Transfer specific files ie config.card COMP ... with IGCM_sys_Get_Master and modify IGCM_sys_Get_Master to allow file transfer. tested on ulam and SX front-end.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_iitm.ksh

    r452 r640  
    820820    fi 
    821821    if [ $DRYRUN = 0 ]; then 
    822         if [ ! -d ${1} ] ; then 
     822        if ( [ ! -d ${1} ] && [ ! -f ${1} ] ) ; then 
    823823            echo "WARNING : IGCM_sys_Get_Dir ${1} DOES NOT EXIST ." 
    824824            IGCM_debug_PopStack "IGCM_sys_Get_Dir" 
Note: See TracChangeset for help on using the changeset viewer.