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

Remove extra character at end of error messages #1905

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Jan 10, 2024

We do not pass NULL-terminated strings to the IOF
delivery system, just byte objects - so don't extend the byte object size by one. Procs calling abort might have state "aborted" and "called_abort", depending upon any shim they might have used.

Refs open-mpi/ompi#12201

We do not pass NULL-terminated strings to the IOF
delivery system, just byte objects - so don't extend
the byte object size by one. Procs calling abort might
have state "aborted" and "called_abort", depending
upon any shim they might have used.

Signed-off-by: Ralph Castain <[email protected]>
@rhc54 rhc54 merged commit 24aedd0 into openpmix:master Jan 10, 2024
12 checks passed
@rhc54 rhc54 deleted the topic/abrt branch January 10, 2024 23:00
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