OSHMEM: spml_ikrit: makes quiet wait for get_nbi requests
shmem_quit() shall complete all outstanding get_nbi() requests Signed-off-by: Alex Mikheev <alexm@mellanox.com>
Этот коммит содержится в:
родитель
2f91ce7281
Коммит
0826e63363
@ -1177,6 +1177,9 @@ int mca_spml_ikrit_fence(void)
|
||||
oshmem_request_wait_any_completion();
|
||||
}
|
||||
|
||||
while (0 < mca_spml_ikrit.n_active_gets) {
|
||||
oshmem_request_wait_any_completion();
|
||||
}
|
||||
|
||||
SPML_VERBOSE(20, "fence completed");
|
||||
return OSHMEM_SUCCESS;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user