pnorbert
pnorbert
Lucy, Can I see your xml and the "bpls -lav" output for your file? Make sure the "path" attribute in each element is "" or does not exist. You are...
Lucy, Your troubles are probably caused by the adios timers in the file. Please rebuild adios for your runs turning off the timers. Use the options "--disable-timers --disable-timer-events" when configuring...
Lucy, My suggestion will still not help. bp2ncd is so old and unmaintained that it does not work with the subfiles generated by the aggregation method. I am looking for...
Hi Lucy, If you are comfortable with python/numpy and building libraries for python, then probably that's the easiest way to do the conversion. ADIOS has a numpy wrapper (wrapper/numpy/ in...
Lucy, Your selection in the example is to read the first value (at offset 0) from a 1D array (of whatever size). But NX is not an array, just a...
Hi Lucy, All data is stored in those subfiles but each one has information about its own content only. The .bp has the information about all data. So you just...
Hi Lucy, Is your question related to the example: https://github.com/ornladios/ADIOS/blob/master/examples/C/global-array-time/adios_globaltime.xml There you can see to separate 2d "spaces" because the example has two 2d arrays of different sizes. An xml...
Lucy, Yes, you can have a list of variables in one global-bound definition. An adios group holds all variables that go into one output (one adios_open()....adios_close()). Scalars, local arrays and...
Lucy, The error is telling you that on some process you are trying to read a block of data, where the 1st dimension size is 144, from the offset 2160....
Hi Lucy, You are looking at the wrong subroutine, adios_read_open_file, not adios_read_open, which you are using in your code... The compilation error indicates that the type of the argument does...