Replies: 2 comments
-
Also, in the stdout file, the following is reported:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Can it be related to Multi-threading? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am working on a MPI based project. The main implementation being OpenMPI.
In trying to test some things, the MPI interafce (via the
mpi.h
file) has been extended to provide some functionality, among which querying the underlying UCP worker (version 1.15), to be used internally by the tool, if the UCX PML MCA module is effectively loaded (which for testing purposes, it is always).However, under some tool configuration, the runtime experiences some UCP level assertion failures:
providing different backtraces (why don't all MPI ranks return the same backtrace?):
Inspecting the UCP source code, I see that those assertions are to check whether the progress procedure is called recursively.
What are the circumstances under which this happens?
Has anyone ever encountered such issues before?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions