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

    r633 r640  
    799799  fi 
    800800  if [ $DRYRUN = 0 ]; then 
    801     TEST=$( IGCM_sys_RshMaster [ -d $1 ] && echo 1 || echo 0 ) 
     801    TEST=$( IGCM_sys_RshMaster ( [ -d $1 ] || [ -f $1 ] ) && echo 1 || echo 0 ) 
    802802    if [ ${TEST} -ne 1 ] ; then 
    803803      echo "WARNING : IGCM_sys_Get_Master ${1} DOES NOT EXIST ON ${MASTER}." 
Note: See TracChangeset for help on using the changeset viewer.