Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] protocol on job submission

No. It should be:

START_EVENTS (1) ->
                                 <- NEW MACHINE (1)
                                 <- NEW NODE (1)
                                 <- NEW QUEUE
SUBMIT_JOB (2)  ->
				 <- OK (2)
                                 <- NEW JOB (1)
                                 ...
STOP_EVENTS (3) ->
				<- OK (1)
				<- OK (3)

On Nov 1, 2007, at 4:02 PM, Feiyi Wang wrote:

As an example, is this a valid phase transition?

START_EVENT (1) ->
                                 <- NEW MACHINE (1)
                                 <- NEW NODE (1)
                                 <- NEW QUEUE
SUBMIT_JOB (2)                                   <- NEW JOB (2)
                                 <- OK EVENT (2)

Feiyi Wang wrote:
hi -

when front submits a job - SUBMIT_JOB command is sent over along with jobSubId. Now, the Spec says proxy agent must send NEW_JOB event along with that attribute. Two questions: (1) do I need to send an OK event first? as orte proxy did that. I tried that, but there is an error message about illegal state; (2) do I have to begin with JOB_STATE_INIT and progress to JOB_STATE_RUNNING?

thanks

Feiyi
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev




Back to the top