You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it currently only supports simple MPI bootstrap with KVS and fence
it is installed in production at LLNL and is actively maintained
however, no new features have been added since bootstrap was achieved, due to lack of priority
Special Handling of Server Callbacks
the flux shell is single threaded (event driven), while the openpmix server is designed to be embedded in MT program
openpmix "thread shifts" calls from the plugin (shell thread) to its server thread, but makes callbacks in the server thread context
a scheme was devised to turn the parameters of those callbacks into messages that are sent over a channel between threads, to be handled in the shell event loop
as a consequence registering a new pmix callback requires adding a bit of project specific infrastructure
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Notes for discussion on adding MPI sessions to flux-pmix.
Background
flux run -o pmi=pmix ...Special Handling of Server Callbacks
PMIx namespace
Example of how a job is currently represented
work breakdown
Beta Was this translation helpful? Give feedback.
All reactions