Skip to content

PMIx Standard v3.2 Release Candidate 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jjhursey jjhursey released this 27 Aug 14:35
· 4 commits to v3 since this release
1b95f52

This PMIx Standard v3.2 release candidate contains the following updates since the v3.1 release:

  • Correct an error in the PMIx_Allocation_request function signature, and clarify the allocation ID attributes
  • Rename the PMIX_ALLOC_ID attribute to PMIX_ALLOC_REQ_ID to clarify that this is a string the user provides as a means to identify their request to query status
  • Add a new PMIX_ALLOC_ID attribute that contains the identifier (provided by the host environment) for the resulting allocation which can later be used to reference the allocated resources in, for example, a call to PMIx_Spawn
  • Update the PMIx_generate_regex and PMIx_generate_ppn descriptions to clarify that the output from these generator functions may not be a NULL-terminated string, but instead could be a byte array of arbitrary binary content.
  • Add a new PMIX_REGEX constant that represents a regular expression data type.