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_obelix.ksh

    r536 r640  
    853853    fi 
    854854    if [ $DRYRUN = 0 ]; then 
    855         if [ ! -d ${1} ] ; then 
     855        if ( [ ! -d ${1} ] && [ ! -f ${1} ] ) ; then 
    856856            echo "WARNING : IGCM_sys_Get_Master ${1} DOES NOT EXIST ." 
    857857            IGCM_debug_PopStack "IGCM_sys_Get_Master" 
Note: See TracChangeset for help on using the changeset viewer.