We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following error reported during UCX initialization on power.
-------------------------------------------------------------------------- Failed to create a completion queue (CQ): Hostname: XXXX Requested CQE: 16384 Error: Cannot allocate memory Check the CQE attribute. --------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
This does not seem like UCX error message. Where is this coming from?
Sorry, something went wrong.
I would guess - verbs driver ?
no
hmmm…
Ok, this is a bug in OpenMPI. They set CQE size without query and as a result it may not work on a certain platforms: https://github.com/open-mpi/ompi/blob/master/orte/mca/oob/ud/oob_ud_qp.c#L53
I reported the issue to OMPI: open-mpi/ompi#1301
yosefe
No branches or pull requests
The following error reported during UCX initialization on power.
The text was updated successfully, but these errors were encountered: