@@ -843,7 +843,6 @@ static inline int ompi_osc_ucx_acc_rputget(void *stage_addr, int stage_count,
843
843
ompi_osc_ucx_accumulate_request_t * ucx_req = NULL ;
844
844
bool sync_check ;
845
845
int ret = OMPI_SUCCESS ;
846
- CHECK_DYNAMIC_WIN (remote_addr , module , target , ret );
847
846
848
847
if (acc_type != NONE ) {
849
848
OMPI_OSC_UCX_ACCUMULATE_REQUEST_ALLOC (win , ucx_req );
@@ -1394,8 +1393,6 @@ int ompi_osc_ucx_rput(const void *origin_addr, int origin_count,
1394
1393
return ret ;
1395
1394
}
1396
1395
1397
- CHECK_DYNAMIC_WIN (remote_addr , module , target , ret );
1398
-
1399
1396
ret = ompi_osc_ucx_put (origin_addr , origin_count , origin_dt , target , target_disp ,
1400
1397
target_count , target_dt , win );
1401
1398
if (ret != OMPI_SUCCESS ) {
@@ -1450,8 +1447,6 @@ int ompi_osc_ucx_rget(void *origin_addr, int origin_count,
1450
1447
return ret ;
1451
1448
}
1452
1449
1453
- CHECK_DYNAMIC_WIN (remote_addr , module , target , ret );
1454
-
1455
1450
ret = ompi_osc_ucx_get (origin_addr , origin_count , origin_dt , target , target_disp ,
1456
1451
target_count , target_dt , win );
1457
1452
if (ret != OMPI_SUCCESS ) {
0 commit comments