-
Notifications
You must be signed in to change notification settings - Fork 901
fs/ufs does not return proper error codes on file open #4443
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
Comments
edgargabriel
added a commit
to edgargabriel/ompi
that referenced
this issue
Nov 3, 2017
set proper error codes in mca_fs_ufs_file_open by mapping the errno value to the MPI error code. Fixes an issue reported on the mailing by Wei-keng Liao Fixes Issue open-mpi#4443 Signed-off-by: Edgar Gabriel <[email protected]>
edgargabriel
added a commit
to edgargabriel/ompi
that referenced
this issue
Nov 6, 2017
set proper error codes in mca_fs_ufs_file_open by mapping the errno value to the MPI error code. Fixes an issue reported on the mailing by Wei-keng Liao Fixes Issue open-mpi#4443 Signed-off-by: Edgar Gabriel <[email protected]>
edgargabriel
added a commit
to edgargabriel/ompi
that referenced
this issue
Nov 6, 2017
set proper error codes in mca_fs_ufs_file_open by mapping the errno value to the MPI error code. Fixes an issue reported on the mailing by Wei-keng Liao Fixes Issue open-mpi#4443 Signed-off-by: Edgar Gabriel <[email protected]>
This was referenced Nov 6, 2017
ggouaillardet
added a commit
to ggouaillardet/ompi
that referenced
this issue
Nov 7, 2017
set proper error codes in mca_fs_ufs_file_open by mapping the errno value to the MPI error code. Refs. open-mpi#4443 Signed-off-by: Gilles Gouaillardet <[email protected]>
ggouaillardet
added a commit
to edgargabriel/ompi
that referenced
this issue
Nov 7, 2017
set proper error codes in mca_fs_ufs_file_open by mapping the errno value to the MPI error code. Refs. open-mpi#4443 Signed-off-by: Gilles Gouaillardet <[email protected]> (cherry picked from commit open-mpi/ompi@18d3897)
ggouaillardet
added a commit
to edgargabriel/ompi
that referenced
this issue
Nov 7, 2017
set proper error codes in mca_fs_ufs_file_open by mapping the errno value to the MPI error code. Refs. open-mpi#4443 Signed-off-by: Gilles Gouaillardet <[email protected]> (cherry picked from commit open-mpi/ompi@18d3897)
bosilca
pushed a commit
to bosilca/ompi
that referenced
this issue
Dec 4, 2017
set proper error codes in mca_fs_ufs_file_open by mapping the errno value to the MPI error code. Fixes an issue reported on the mailing by Wei-keng Liao Fixes Issue open-mpi#4443 Signed-off-by: Edgar Gabriel <[email protected]>
bosilca
pushed a commit
to bosilca/ompi
that referenced
this issue
Dec 4, 2017
set proper error codes in mca_fs_ufs_file_open by mapping the errno value to the MPI error code. Refs. open-mpi#4443 Signed-off-by: Gilles Gouaillardet <[email protected]>
fix has been applied to master, v3.0.x and v3.1.x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for taking the time to submit an issue!
Background information
the fs/ufs component does not return proper error codes upon a problem to the application.
This issue has been reported on the mailing list.
What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)
all 2.x and 3.x branches, master
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
Please describe the system on which you are running
Details of the problem
Please describe, in detail, the problem that you are having, including the behavior you expect to see, the actual behavior that you are seeing, steps to reproduce the problem, etc. It is most helpful if you can attach a small program that a developer can use to reproduce your problem.
Note: If you include verbatim output (or a code block), please use a GitHub Markdown code block like below:
The text was updated successfully, but these errors were encountered: