-
Notifications
You must be signed in to change notification settings - Fork 878
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
btl/uct: clear related flags when there is no rdma transport layer #6164
base: main
Are you sure you want to change the base?
Conversation
and correctly handle when there is no rdma transport layer. This fixes the use of btl/uct with the tcp memory_domain Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
be24eb3
to
c96eb59
Compare
:bot:retest |
This patch is only good enough for eager message (e.g. small enough messages).
|
I will see about checking this out in the next several weeks. |
Note that I didn't really intend for btl/uct to be used with non-RDMA networks. It is worth fixing though. |
Can one of the admins verify this patch? |
The IBM CI (GNU/Scale) build failed! Please review the log, linked below. Gist: https://gist.github.com/1e23e7debe86706c7143d238a89b2b3c |
The IBM CI (PGI) build failed! Please review the log, linked below. Gist: https://gist.github.com/33d2372e313a2c9fba70b755f02dade8 |
The IBM CI (PGI) build failed! Please review the log, linked below. Gist: https://gist.github.com/4eaaaa47f2a6244ce675ced588af4178 |
This fixes the use of btl/uct with the tcp memory_domain
Signed-off-by: Gilles Gouaillardet gilles@rist.or.jp