-
Notifications
You must be signed in to change notification settings - Fork 882
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
ORTE/OOB/UD set CQE size without querying the MAX supported size #1301
Comments
Per 16 Jan 2016 teleconf, @jladd-mlnx will assign this to someone in Mellanox. |
@artpol84 could you, please, address this. |
Assigning this to @igor-ivanov instead. Igor, please address this ASAP. |
igor-ivanov
added a commit
to igor-ivanov/ompi
that referenced
this issue
Jan 20, 2016
Signed-off-by: Igor Ivanov <[email protected]>
Fixed via #1301 |
artpol84
pushed a commit
to artpol84/ompi
that referenced
this issue
Jan 26, 2016
Signed-off-by: Igor Ivanov <[email protected]>
jsquyres
pushed a commit
to jsquyres/ompi
that referenced
this issue
Aug 23, 2016
Signed-off-by: Igor Ivanov <[email protected]>
jsquyres
added a commit
to jsquyres/ompi
that referenced
this issue
Aug 23, 2016
orte/oob: Fix issue open-mpi#1301
jsquyres
added a commit
to jsquyres/ompi
that referenced
this issue
Aug 23, 2016
mpi.h: fix types of MPI_UNWEIGHTED and MPI_WEIGHTS_EMPTY
bosilca
pushed a commit
to bosilca/ompi
that referenced
this issue
Oct 3, 2016
Signed-off-by: Igor Ivanov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/open-mpi/ompi/blob/master/orte/mca/oob/ud/oob_ud_qp.c#L53
You can't use static values since it may not work on a certain platforms. You have to query the size first and then use it.
(Link to the original report: openucx/ucx#551 (comment))
The text was updated successfully, but these errors were encountered: