Skip to content

Commit

Permalink
Update pdc_region_transfer.c
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun authored Nov 1, 2024
1 parent 2e5de75 commit 51690ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/pdc_region/pdc_region_transfer.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ static_region_partition(char *buf, int ndim, uint64_t unit, pdc_access_t access_
}
// Use the remainder theorem to split along one dimension of regions.
s = obj_dims[split_dim] / pdc_server_num_g;
if (s == 0) s = 1;
x = pdc_server_num_g - obj_dims[split_dim] % pdc_server_num_g;

*data_server_ids = (uint32_t *)malloc(sizeof(uint32_t) * pdc_server_num_g);
Expand Down

0 comments on commit 51690ea

Please sign in to comment.