pnorbert

Results 155 comments of pnorbert

@manauref. It is entirely fine to define and write a global array from one process. By definition, a subset of processes (that opened an output) can define and write a...

Hi, Thanks for the report, indeed there is a bug with how the transformations handle buffering. We could not figure it out yet how to fix it, I just want...

Hi Kaiyuan, I think the skel example code is buggy. It declares the arrays wrong. 'me' is supposed to be a 128 element long 1D array, filled with some values....

These are controlled by a configuration option of ADIOS, so you cannot delete them without recompiling ADIOS. $ ./configure --help ... --disable-timers Disable the adios timing mechanism. By default the...

Just a question of curiosity: why are you using ADIOS 1.x and not ADIOS2?

You are right, something is illogical there. I would assume there should be an `i = 0;` after line 359 because the true branch starting at line 360 does not...

I am not sure if you are supposed to build your own MPI compiler on summit. Can you build adios if you force spack to use the system's MPI compiler?

You need to point spack to a system MPI and disable building its own. By default ALL dependencies are built from scratch. You only pointed spack to the system compiler....

Hi, The gpp.py generated reading code is completely broken. The old style of code still works with the POSIX and MPI methods but with nothing else. It is only usable...

Hi, The error indicates that you are using some characters in your variable names that the netcdf format does not accept. An example is '/' since paths are not allowed...