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/select.sh

    r575 r579  
    2626if [ ! $# = 3 ]; then
    2727  $ECHO "usage: ${scriptName} <scaXYZ.sum> <signalXYZDirectory> <type of phase:ON|OFF|CALIBON|CALIBOFF>"
    28 #JEC 29/9/11 avoid finished stuff
    29 #  touch ${tmppublicpath}/select.finished
    3028  exit 0
    3129fi
     
    4947if [ ! -e $inScaFile ]; then
    5048  $ECHO "FATAL (${scriptName}): $inScaFile not found"
    51 #JEC 29/9/11 avoid finished stuff
    52 #  touch ${tmppublicpath}/select.finished
    5349  exit 1
    5450fi
     
    7167    *)
    7268    $ECHO "FATAL (${scriptName}): use ON|OFF|CALIBON|CALIBOFF phase tags."
    73 #JEC 29/9/11 avoid finished stuff
    74 #    touch ${tmppublicpath}/select.finished
    7569    exit 1
    7670    ;;
     
    227221$RM $OUT2
    228222
    229 #JEC 29/9/11 avoid finished stuff
    230 #touch ${tmppublicpath}/select.finished
    231223exit 0
Note: See TracChangeset for help on using the changeset viewer.