Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IAWG: First pass at publish_lookup chapter #398

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Aug 10, 2022

  1. Improvements to publish_lookup chapter

    Signed-off-by: David Solt <[email protected]>
    
    - Add PMIX_DATA_TO_PUBLISH directive
    - Clarify how an implementation distinguished between attributes and data
    - require that ranges for publish and lookup match
    - Determine how custom ranges are handled:
        Publisher need not be a member of a custom range
    - simplified retrieval rules
    - Add PMIX_ACCESS_USERIDS and GRPIDS to list of attributes related to publish
    - move callback presentation to Chap_API_Struct chapter
    - move lookup structure prior to its use in the chapter
    dsolt committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d872e50 View commit details
    Browse the repository at this point in the history
  2. 3 changes from reviews

    - minor grammar change
    - better phrasing
    - remove incorrect statement about publisher having to be included in custom range
    
    Signed-off-by: David Solt <[email protected]>
    dsolt committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    097dd13 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Smaller changes from first reading.

    Larger changes are still coming
    Signed-off-by: David Solt <[email protected]>
    dsolt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    c030eb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Add Publish2 API and remove PMIX_DATA_TO_PUBLISH

    Signed-off-by: David Solt <[email protected]>
    dsolt committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    0643b3a View commit details
    Browse the repository at this point in the history
  2. Simplify how custom ranges are handled.

    Signed-off-by: David Solt <[email protected]>
    dsolt committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e1dbfc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. parenthesis changed to comma in PMIx_Publish2 API, info->pinfo in des…

    …cription
    
    Signed-off-by: David Solt <[email protected]>
    dsolt committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    bf26740 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    a9f8164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e73716 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Fix some datatypes that were taken from cut/paste but needed to point…

    … to the new structures
    dsolt committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2f22ec6 View commit details
    Browse the repository at this point in the history
  2. Separate out keys from data for new Lookup API. Also add a lenggth in…

    …stead of null-terminating
    dsolt committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    755f43d View commit details
    Browse the repository at this point in the history