-
Notifications
You must be signed in to change notification settings - Fork 902
OSHMEM segfault #11524
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
Labels
Milestone
Comments
Looks similar to #11430. |
@janjust Ping |
I'll close when PR goes in |
rzambre
added a commit
to rzambre/ompi
that referenced
this issue
Mar 31, 2023
Fixes segfaults during shmem_init() reported in open-mpi#11430 and open-mpi#11524. Signed-off-by: Rohit Zambre <[email protected]>
rzambre
added a commit
to rzambre/ompi
that referenced
this issue
Mar 31, 2023
Fixes segfaults during shmem_init() reported in open-mpi#11430 and open-mpi#11524. Signed-off-by: Rohit Zambre <[email protected]> (cherry picked from commit 974f0c3)
fixed with #11525 |
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
What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.)
main branch pointing to commit 118b95d.
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
git clone with the following configure flags:
../../../configure --prefix=/path/to/install --with-ucx=/path/to/ucx --without-verbs --disable-man-pages --with-pmix=internal --with-hwloc=internal --enable-mpi-fortran=no --enable-oshmem-fortran=no
If you are building/installing from a git clone, please copy-n-paste the output from
git submodule status
.7d25bd0 3rd-party/openpmix (v1.1.3-3825-g7d25bd02)
4725d89abe53c52343eeb49c90986c4d407d6392 3rd-party/prrte (psrvr-v2.0.0rc1-4609-g4725d89abe)
237ceff1a8ed996d855d69f372be9aaea44919ea config/oac (237ceff)
Please describe the system on which you are running
HPCAC cluster. Both thor and helios partitions face this issue.
Details of the problem
Reproducer:
Failure:
An MPI hello world example works successfully though. Code:
Successful run:
The text was updated successfully, but these errors were encountered: