Skip to content
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

BDCATS Batch Code Bug #191

Closed
wangvsa opened this issue Mar 26, 2024 · 1 comment
Closed

BDCATS Batch Code Bug #191

wangvsa opened this issue Mar 26, 2024 · 1 comment
Labels
type: bug Something isn't working

Comments

@wangvsa
Copy link
Collaborator

wangvsa commented Mar 26, 2024

Bug Report

Replace PDC_WRITE with PDC_READ for all create calls.

PDCregion_transfer_create(&x[0], PDC_WRITE, obj_xx[i], region_x, region_xx);

Replace writing with reading.

printf("Writing %" PRIu64 " number of particles with %d clients.\n", numparticles, size);

bdcats.c uses PDCobj_open() but here we use PDCobj_open_col(). Should we keep them the same?

@wangvsa wangvsa added the type: bug Something isn't working label Mar 26, 2024
@houjun
Copy link
Member

houjun commented Mar 26, 2024

Hi @wangvsa, thanks for catching the bug with bdcats_batch, can you create a pull request to replace the PDC_WRITE with PDC_READ?
I'd propose to use PDCobj_open_col() for both bdcats and bdcats_batch.

@houjun houjun mentioned this issue Apr 11, 2024
9 tasks
@houjun houjun closed this as completed Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants