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

Support a broader range of IO output formats #1407

Merged
merged 1 commit into from
Aug 6, 2022
Merged

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Aug 6, 2022

Formats include:

  • tag - prepend [jobid,rank]: to output. The "jobid"
    is taken as the portion of the nspace after a @ character.
    As this is not a universal standard, the "jobid" will be
    replaced by the full namespace if the @ is not found.

  • tag-fullname - prepend [nspace,rank]: to output

  • tag-detailed => prepend [jobid,rank][hostname:pid]: to
    output. The hostname and pid will be reported as "unknown" if
    not found inside the PMIx local data of the server.
    Combining tag-fullname with tag-detailed is supported.

  • rank - prepend [rank] to output

  • xml - output in a pseudo-xml format. This can be combined
    with tag-fullname and/or tag-detailed

Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit e777679)

Formats include:

* tag - prepend [jobid,rank]<stream>: to output. The "jobid"
  is taken as the portion of the nspace after a @ character.
  As this is not a universal standard, the "jobid" will be
  replaced by the full namespace if the @ is not found.

* tag-fullname - prepend [nspace,rank]<stream>: to output

* tag-detailed => prepend [jobid,rank][hostname:pid]<stream>: to
  output. The hostname and pid will be reported as "unknown" if
  not found inside the PMIx local data of the server.
  Combining tag-fullname with tag-detailed is supported.

* rank - prepend [rank]<stream> to output

* xml - output in a pseudo-xml format. This can be combined
  with tag-fullname and/or tag-detailed

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit e777679)
@rhc54 rhc54 merged commit ebecc2b into openpmix:v3.0 Aug 6, 2022
@rhc54 rhc54 deleted the cmr32/fmt branch August 6, 2022 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant