pnorbert
pnorbert
Thank you for the report. I confirmed this bug, it worked fine in 1.6.0 and fails like this in 1.7.0 On Fri, Apr 10, 2015 at 12:19 AM, Sung Bae...
The problem is that 1) the example is using a transformation while 2) bp2ncd is an old code using low level adios functions and is not aware of transformations. bp2h5...
I am away so I cannot try it what went wrong. Can you edit the runconf script for the theta section and remove the pmi options? File IO does not...
You surely meant adios and adios-nompi ADIOS is a parallel library dumbed down to work without MPI as well, unlike anything in the past that were sequential libraries dumbed up...
BTW, you don't need --with-mxml=/usr anymore. ADIOS comes with the mxml source and is built into the library (unless you specify one externally as you currently do in the travis...
Can you please share such a dataset with us? At OLCF or NERSC if it is too big to share it otherwise. Are you certain the application does not call...
> > For completeness here's the link to [the section in the gkyl code in charge of writing these datasets](https://github.com/ammarhakim/gkyl/blob/82ae19b5882e12a02056d109ae3d3a2eafbf6b1a/DataStruct/DynVector.lua#L317). > This layer of gkyl is written in Lua, but...
Forget my question about Put(). I did not realize this was adios 1.x. The lua code shows me that you indeed call `Adios.define_var()` and `Adios.write()` so adios itself is not...
Using bpdump, I try to reconstruct what happened in the gk40-* run: - First run went up to frame 1532 - You had a restart at frame 1501 Up to...
A few comments on the IO: - opening and closing a file is a wasteful approach, slowing down the application for file system access (open) and then read and reconstruction...