-
Notifications
You must be signed in to change notification settings - Fork 934
btl/openib: remove derived btl segment type #461
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
Conversation
|
@miked-mellanox Pretty self-explanatory commit. Please take a look. |
|
Refer to this link for build results (access rights to CI server needed): Build Log Test FAILed. |
|
missed something. fixing... |
The derived segment type (btl_openib_segment_t) was intended to store the registration info needed for put and get. In BTL 3.0 this is no longer required. I intended to remove this type as part of open-mpi/ompi@74f1af4 . Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
42e6ed8 to
b308afa
Compare
|
|
Refer to this link for build results (access rights to CI server needed): |
btl/openib: remove derived btl segment type
Java bindings for Status methods
The derived segment type (btl_openib_segment_t) was intended to store
the registration info needed for put and get. In BTL 3.0 this is no
longer required. I intended to remove this type as part of
74f1af4 .
Signed-off-by: Nathan Hjelm hjelmn@lanl.gov