Skip to content

PMIx Standard v3.2

Compare
Choose a tag to compare
@jjhursey jjhursey released this 16 Oct 18:51
5b6e1cb

The PMIx Standard v3.2 update 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 the 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.