ADIOS icon indicating copy to clipboard operation
ADIOS copied to clipboard

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo

Results 58 ADIOS issues
Sort by recently updated
recently updated
newest added

Hi: I found some strange code in the bp2ncd utility. In line 407 of np2ncd.c `if (i==var_dims_count) {` I can't find where variable "i" is initialized. Should it be included...

The release notes say adios python interface is compatible since 1.10, but 1.13.1 release has many print statements that don't use parenthesis. ``` Python 3.6.0 (default, Mar 16 2017, 15:05:11)...

Hi: I encounter compile error building ADIOS with SZ transformation method. I am using the latest master branch of SZ. It seems it requires a specific version of SZ. Anyone...

Dear all, I noticed that when accessing an adios variable with `[]` for slicing in numpy style the stepping functionality is missing. For numpy arrays you can access every `N`th...

HI: I tried to build adios on theta@alcf. It reported the following error when I run the runconfig script. Is there any workaround? Thanks. configure: === checking for CRAY PMI...

Hi: I followed the steps in the document to generate and build the gts benchmark in examples/skel I edited gts.xml to use MPI method. I also edited gts_params.xml top use...

Although `long long` and `unsigned long long` are [basic/fundamental C (& C++) types](https://en.wikipedia.org/wiki/C_data_types#Basic_types), there are only: ```C ,adios_byte = 0 /* (1) */ ,adios_short = 1 /* (2) */ ,adios_integer...

ADIOS 1.13.1 is adding noise to valgrind debugging with *uninitialised byte(s)* in the syscall to `write(buf)` in `adios_posix_write_pg1` ([`adios_posix.c:733`](https://github.com/ornladios/ADIOS/blob/v1.13.1/src/write/adios_posix.c#L733)). The issue is triggered when previously a `adios_databuffer_resize` ([`buffer.c:68`](https://github.com/ornladios/ADIOS/blob/v1.13.1/src/core/buffer.c#L68)) is called...

I am using adios_selection_boundingbox for my adios reading. However , I met an error: ![image](https://user-images.githubusercontent.com/37583049/38907794-0ba59ce0-42f0-11e8-8b96-7c1eb809b6e7.png) This is only a test program and the code is rather simple. It just reads...

I am planning to use ADIOS MPI_aggregate method in my application ,however I got the warning: ![image](https://user-images.githubusercontent.com/37583049/41887288-993fd200-7932-11e8-9b81-c06c3497b1ba.png) However I had set related variables in my XML file ![image](https://user-images.githubusercontent.com/37583049/41887349-d3bdb0f0-7932-11e8-924e-81b41b00e0d6.png) I don't...