Hi,
thank you Isaias for the minutes.
Just adding a few comments:
- I think the pmix_server_notify_event_fn_t handler is not necessary to be implemented in the scheduler. At least it was not in my case. The PMIx_register_event_handler API can be used to receive notification from PRRTE e.g. for events related to job termination.
- The Flux team also seems to welcome contributions to their PMIx module. I will probably have a look at this in the context of some upcoming project.
- Until next meeting I hope to finish a more detailed use case documentation of my prototype to share my experiences with the group.
Best regards,
Dominik
On Apr 3, 2025, at 5:46 AM, Dominik Huber <domi....@tum.de> wrote:Hi,thank you Isaias for the minutes.Just adding a few comments:- I think the pmix_server_notify_event_fn_t handler is not necessary to be implemented in the scheduler. At least it was not in my case. The PMIx_register_event_handler API can be used to receive notification from PRRTE e.g. for events related to job termination.
Correct - the notify_event_fn_t handler is for a client to pass an event up to the host for circulation. The scheduler does not act in that role.
- The Flux team also seems to welcome contributions to their PMIx module. I will probably have a look at this in the context of some upcoming project.
Oh, kewl - that would be most appreciated!
- Until next meeting I hope to finish a more detailed use case documentation of my prototype to share my experiences with the group.
Me too. Isaias - can you confirm the language (Python or C) you are using for your proto-scheduler? I can then point you to some example code.Ralph
To view this discussion visit https://groups.google.com/d/msgid/pmix-forum-wg-tools/509f612e36624b5d810f7532f970ffd0%40tum.de.
On Apr 3, 2025, at 5:46 AM, Dominik Huber <domi....@tum.de> wrote:
Hi,thank you Isaias for the minutes.Just adding a few comments:- I think the pmix_server_notify_event_fn_t handler is not necessary to be implemented in the scheduler. At least it was not in my case. The PMIx_register_event_handler API can be used to receive notification from PRRTE e.g. for events related to job termination.
- The Flux team also seems to welcome contributions to their PMIx module. I will probably have a look at this in the context of some upcoming project.
- Until next meeting I hope to finish a more detailed use case documentation of my prototype to share my experiences with the group.
Best regards,Dominik
To view this discussion visit https://groups.google.com/d/msgid/pmix-forum-wg-tools/509f612e36624b5d810f7532f970ffd0%40tum.de.