IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37292


Ignore:
Timestamp:
Aug 24, 2014, 8:46:28 AM (12 years ago)
Author:
eugene
Message:

convert remote_exec to remote_poll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippTasks/remote.pro

    r37285 r37292  
    414414end
    415415
    416 
    417416task         remote.exec.load
    418417  host       local
     
    516515end
    517516
    518 
    519517task         remote.poll.load
    520518  host       local
     
    543541    command $run
    544542  end
     543
    545544  # success
    546545  task.exit  0
     
    597596    # This can't have an invalid job_id
    598597    if ($JOB_ID == -1) break
    599     $command = sc_remote_exec.pl --remote_id $REMOTE_ID --path_base $outroot --verbose --dbname $DBNAME --camera GPC1 --poll --job_id $JOB_ID
     598    $command = sc_remote_poll.pl --remote_id $REMOTE_ID --path_base $outroot --verbose --dbname $DBNAME --camera GPC1 --poll --job_id $JOB_ID
    600599
    601600    options $pageName
Note: See TracChangeset for help on using the changeset viewer.