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

ADIOS_READ_METHOD_BP_AGGREGATE not working in read API #194

Closed
khou2020 opened this issue Mar 1, 2019 · 1 comment
Closed

ADIOS_READ_METHOD_BP_AGGREGATE not working in read API #194

khou2020 opened this issue Mar 1, 2019 · 1 comment

Comments

@khou2020
Copy link

khou2020 commented Mar 1, 2019

Hi:

I got the following error using ADIOS_READ_METHOD_BP_AGGREGATE method in ADIOS read API. It happens when I try to schedule read with a bounding box selection.

core/common_read.c:3663: common_read_schedule_read_byid: Assertion `raw_varinfo && transinfo' failed.
Aborted (core dumped)

To verify the issue, I modified the read_all example to use ADIOS_READ_METHOD_BP_AGGREGATE.
I add MPI_Init and MPI_Finalize at beginning and end of the program. The compiler is swapped with mpicc. -DNOMPI is removed. It is linked to the mpi version of ADIOS. I pass MPI_COMM_WORLD to adios_read_open_file. I let it read the arrays.bp file generated by the arrays_write.c example program. I got the error at adios_schedule_read_byid.
Number of aggregator and chunk size both set to 1 via environment variable (setenv).

@pnorbert
Copy link
Contributor

pnorbert commented Mar 1, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants