-
Notifications
You must be signed in to change notification settings - Fork 2
Notes 2017 01 26
Kathryn Mohror edited this page Feb 14, 2017
·
3 revisions
-
Daniel Everett
-
John DelSignore
-
Esthela Gallardo
-
Jean-Baptiste Besnard
-
Marc-Andre Hermanns
-
Soren Rasmussen
-
Kathryn Mohror
-
How to create an abstraction in MPI that will support all resource managers
-
Makes sense to look closely at what PMIx has done for their key value pairs and perhaps copy/emulate them in MPIR2
- They have already done the hard work of figuring out the general abstractions. Makes sense to build on what they have done
-
Everyone's homework: read over what is in PMIx already
- https://github.com/pmix/pmix-reference-server/blob/master/opal/mca/pmix/pmix2x/pmix/include/pmix_common.h
- https://github.com/pmix/pmix-reference-server/blob/master/examples/debugger.c
- https://github.com/pmix/pmix-reference-server/blob/master/examples/debuggerd.c
-
Also see John D's notes on how to build/test PMIx