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 #1908

Merged
merged 4 commits into from
Jan 11, 2024
Merged

Multiple commits #1908

merged 4 commits into from
Jan 11, 2024

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Jan 11, 2024

Use pmix_path_nfs to detect shared file systems

Check if tmpdir is a shared file system, and warn the user
as to the performance issues this can cause. Purely a warning
and the job will continue. Provide an MCA param to shut off
the warning. Provide an MCA param to OMPI indicating that
this check has been performed so the apps don't do it again.

Signed-off-by: Ralph Castain [email protected]
(cherry picked from commit bc5de98)

Remove debug

Signed-off-by: Ralph Castain [email protected]
(cherry picked from commit 4358f50)

Remove extra character at end of error messages

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]
(cherry picked from commit 24aedd0)

psets: fix some problems with PMIX_QUERY_PSET_MEMBERSHIP query.

Related to open-mpi/ompi#10862

Signed-off-by: Howard Pritchard [email protected]
(cherry picked from commit 5cb219c)

rhc54 and others added 4 commits January 11, 2024 11:37
Check if tmpdir is a shared file system, and warn the user
as to the performance issues this can cause. Purely a warning
and the job will continue. Provide an MCA param to shut off
the warning. Provide an MCA param to OMPI indicating that
this check has been performed so the apps don't do it again.

Signed-off-by: Ralph Castain <[email protected]>
(cherry picked from commit bc5de98)
Signed-off-by: Ralph Castain <[email protected]>
(cherry picked from commit 4358f50)
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]>
(cherry picked from commit 24aedd0)
query.

Related to open-mpi/ompi#10862

Signed-off-by: Howard Pritchard <[email protected]>
(cherry picked from commit 5cb219c)
@rhc54 rhc54 merged commit 9010542 into openpmix:v3.0 Jan 11, 2024
12 checks passed
@rhc54 rhc54 deleted the cmr30/up branch January 11, 2024 19:57
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.

2 participants