Liang Wang

Results 8 issues of Liang Wang

- changess to `~/.config/zentile/config.toml`: ```xml tile = "Super_L-t" ``` - expected behaviour: tile when pressed `Super` and `t` together - result: tile when Super is pressed - thoughts: It looks...

### Update 1 - I changed the code to `adios2::ADIOS adios(MPI_COMM_WORLD, false);` to compile. This boolean added is for the debug mode flag, which I think is obsolete. ### Update...

I tried `fh = adios2.open(filename, "a")` for "append" mode on a bp v3 file, but the returned file handler indicates an empty file. I would like to modify values in...

Hi, This is a new user question: In `src/vpic/dump.cc`, the `band_interleave` branch of `hydro_dump` seems to not correctly set the `dim` array to include ghost layer: ```c dim[0] = nxout;...

- Wrapping over `adios.File` might not be a designed usage but would be convenient for user-specific data. - Currently, upon file closing errors are occasionally thrown: ```python # '1.13.1' print(adios.__version__)...

Hi, what is the "counterpart" of h5py dataset for the variables in adios2 python interface, so that I can retrieve some meta info of the underlying data? In h5py, I...

Hi, may I know if there is a user friendly way to generate data compatible with arctic-viewer? Is it possible to use ParaView to do this? I understand that the...

Dear ParaviewWeb community, I'm looking for a way to host 2d and 3d cfd simulation datasets and allow users to visualize them within the web browser. Scalability is an issue...