Opened 11 years ago

Closed 11 years ago

#124 closed task (fixed)

Define message content to be sent by libIGCM during PushSTack PopStack

Reported by: sdipsl Owned by: sdipsl
Priority: critical Milestone: Supervisor Prototype
Component: AMQP message Version:
Keywords: Cc:

Description


Change History (5)

comment:1 Changed 11 years ago by sdipsl

  • Owner set to sdipsl
  • Status changed from new to assigned
  • simulation progression message
    • format
      • job_id
        • config-card file
        • center
        • machine
        • user
        • start
        • timestamp
        • 1..N
      • command and arguments
      • nesting of commands sequence
      • timestamp
      • in / out
      • status
        • OK / NOK
      • errcode when status = NOK
        • 001.002
  • keep UID in mind : sequence number so as to summarize and order jobid within a simulation using an integer

comment:2 follow-up: Changed 11 years ago by sdipsl

Code list:

0000 : la simulation démarre (FirstInitialize?)
1000 : le job d'une simulation démarre (Period=1 and not FirstInitialize?)
2000 : PushStack?
3000 : PopStack? réussi
9000 : PopStack? pas réussi : un problème a été détecté
9999 : FATAL

comment:3 in reply to: ↑ 2 ; follow-up: Changed 11 years ago by sdipsl

Replying to sdipsl:

Code list:

  • 0000 : la simulation démarre (FirstInitialize)
  • 1000 : le job d'une simulation démarre (Period=1 and not FirstInitialize)
  • 2000 : PushStack
  • 3000 : PopStack réussi
  • 9000 : PopStack pas réussi : un problème a été détecté
  • 9999 : FATAL

comment:4 in reply to: ↑ 3 Changed 11 years ago by sdipsl

Replying to sdipsl:

Replying to sdipsl:

Code list:

  • 0000 : la simulation démarre (FirstInitialize)
  • 1000 : le job d'une simulation démarre (Period=1 and not FirstInitialize)
  • 2000 : PushStack
  • 3000 : PopStack réussi
  • 9000 : PopStack pas réussi : un problème a été détecté
  • 9999 : FATAL

Latest Code list:

  • 0000 : la simulation démarre (FirstInitialize)
  • 0100 : la simulation est terminé
  • 1000 : le job d'une simulation démarre (Period=1 and not FirstInitialize)
  • 1100 : le job est terminé
  • 2000 : PushStack
  • 3000 : PopStack réussi
  • 9000 : PopStack pas réussi : un problème a été détecté
  • 9999 : FATAL

comment:5 Changed 11 years ago by sdipsl

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.