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

Multiple commits #3145

Merged
merged 2 commits into from
Sep 7, 2023
Merged

Multiple commits #3145

merged 2 commits into from
Sep 7, 2023

Commits on Sep 7, 2023

  1. Retrieve pset names upon PMIx_Get request

    Pset memberships are tracked in the server, so
    check for such a request and process it there.
    
    Signed-off-by: Ralph Castain <rhc@pmix.org>
    (cherry picked from commit 439c0a0)
    rhc54 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a564391 View commit details
    Browse the repository at this point in the history
  2. Add a new "pctrl" tool for requesting job control ops

    Create a new tool for cmd line requests for job control
    operations. Add a new attribute to support requests to
    define new psets. Add new definitions for pctrl cmd line
    options. Add some missing function definitions to pmix.h
    for backing of macros.
    
    Cleanup pmix_server_get of pset names - need to return
    the data in the form expected by client-get.
    
    Signed-off-by: Ralph Castain <rhc@pmix.org>
    (cherry picked from commit dfab3b3)
    rhc54 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1bd6919 View commit details
    Browse the repository at this point in the history