haiying xu
haiying xu
ZFPY osx wheels are not linked with dylibs, we need to figure out how to delocate the dylibs correctly.
Hi, I tried to compile ADIOS2 using nvhpc/21.7 with setting std=c++14, I still got the following errors. Do you know how I can solve the problems? The CMakeLists.txt is almost...
Now we integrated z5 into CESM (an earth system model). We want to test it on clouds with writing out to object storages directly. Do you know if we can...
Recently, I got "Writer peer has failed, failing any pending requests" from an adios2 variable SST put/get operation on derecho cluster. The log is attached. I checked that BP file...
This is not a bug of numcodecs, I am working on some Cython codes using some extern C APIs. But I met some problems that the C API use one...
Hi, Today, I tried to install ldcpy through conda, and it asks me to install many dependency packages, even mysql-common. Does ldcpy need that many packages? Thanks, Haiying
Hello, I tried to compile scorpio with adios2 at derecho.ucar.edu, I got the following error: /glade/derecho/scratch/haiyingx/scorpio/src/clib/pioc_support.c:360:58: error: expected expression file->max_step_calls = PIO_MAX_CACHED_STEPS_FOR_ADIOS; It looks like PIO_MAX_CACHED_STEPS_FOR_ADIOS is set by during...
I'd like to know if vol-async can be used with another HDF5_PLUGIN_PATH, such as filters of HDF5 together. For example, I create a H5P and set_chunk and set_deflate, then use...
Recently, I asked our system admin to install HDF5/1.14.3 by spack, zfp, and H5Z-ZFP manually on our supercomputer. But when I tried h5repack to compress the mesh.h5 in the H5Z-ZFP...
Recently, I used Scorpio to generate BP files and pnetcdf files from the same contents, but the BP file's data is two times larger than the pnetcdf file. I attached...