Ignore:
Timestamp:
Oct 20, 2011, 11:07:40 AM (13 years ago)
Author:
torrento
Message:

version adaptee a grid engin (ana)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/trunk/statusdaq.sh

    r547 r579  
    3131
    3232#Path where the job will do temporary IO
    33 if [ ${ENVIRONMENT} == "INTERACTIVE" ]; then
    34     iojobpath="/sps/baoradio/AmasNancay/JEC"
    35     $MKDIR -p $iojobpath
    36 elif [ ${ENVIRONMENT} == "BATCH" ] ; then
    37     iojobpath=${TMPBATCH}
    38 else
    39     $ECHO "FATAL (${scriptName}): environment is ${ENVIRONMENT} not allowed"
    40 #JEC 29/9/11 avoid finished stuff
    41 #    touch ${tmppublicpath}/statusdaq.finished
    42     exit 1
    43 fi
     33. ${SCRIPTPATH}/set_iojobpath.sh
     34iojobpath=$(set_iojobpath)
    4435cd ${iojobpath}
    4536
     
    8677done
    8778
    88 #JEC 29/9/11 avoid finished stuff
    89 #touch ${tmppublicpath}/statusdaq.finished
    9079exit 0
Note: See TracChangeset for help on using the changeset viewer.