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

    r637 r640  
    10501050  fi 
    10511051  if [ $DRYRUN = 0 ]; then 
    1052     if [ ! -d ${1} ] ; then 
     1052    if ( [ ! -d ${1} ] && [ ! -f ${1} ] ) ; then 
    10531053      echo "WARNING : IGCM_sys_Get_Master ${1} DOES NOT EXIST ." 
    10541054      IGCM_debug_PopStack "IGCM_sys_Get_Master" 
Note: See TracChangeset for help on using the changeset viewer.