IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2023, 2:05:41 PM (3 years ago)
Author:
eugene
Message:

adding advance task, fix the logs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt

    r42417 r42430  
    8686    exec echo "# start runhosts $mydate" >> $tmpline
    8787
    88     command get_hosts_md5s.sh $DATEOBS
     88    command get_hosts_md5s.sh $DATEOBS v0
    8989  end
    9090
     
    124124  periods      -timeout 60
    125125
    126   stdout $LOGDIR/md5sum.runhosts.stdout.log 
    127   stderr $LOGDIR/md5sum.runhosts.stderr.log
    128 
    129126  task.exec
    130127    # if we are unable to run the 'exec', use a long retry time
     
    146143    # save DATEOBS so we can find the md5sum.book entry
    147144
     145    stdout $mypath/$DATEOBS/log.md5sum.runhosts.v0 
     146    stderr $mypath/$DATEOBS/log.md5sum.runhosts.v0 
     147
    148148    # XXX TEST: $USE_HOST = ipp060
    149 
    150149    $USE_HOST = $MD5HOST
    151150    host -required $USE_HOST
     
    161160
    162161    ## even when testing, use the original hostname here:
    163     $input = $mypath/$DATEOBS/$MD5HOST.inst.txt
     162    $input = $mypath/$DATEOBS/$MD5HOST.inst.v0.txt
    164163
    165164    # need to make sure this will work on the ipp b-nodes:
    166165    # if we are able to run the 'exec', use a short retry time to launch all outstanding jobs
    167166    periods -exec 0.05
    168     command $mypath/get_md5s_instances.pl --hostname $USE_HOST --input $input
     167    command $mypath/get_md5s_instances.pl --hostname $USE_HOST --input $input --stage v0
    169168  end
    170169
Note: See TracChangeset for help on using the changeset viewer.