wangwu1991

Results 5 comments of wangwu1991

the segfault was appearing when running './mgard-x' . The MGARD was compiled on HPC of Centos 7, with gcc/11.2.0, cmake/3.23.1, the zstd and the protoc were installed using MGARD/build_scripts/build_mgard_serial.sh (BTW,...

The input data is "testfloat_8_8_128.dat" in SZ2. The full command I used is "./mgard-x -z -i ./testfloat_8_8_128.dat -c testfloat_8_8_128.dat_z -r 1 -t s -n 3 8 8 128 -m rel...

After compiling with the updated code and using the “mgard-x -z -i testfloat_8_8_128.dat -c testfloat_8_8_128.dat.mgard -r 1 -t s -n 3 128 8 8 -m rel -e 1e-3 -s 0...

When I compiled the same code on my another computer with Ubuntu 18.04 and gcc (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04), the program can be executed smoothly and the results are...

Since I would like to use this algorithm to incorporate into my own programs, a simplified version (such as without protobuf) will be expected to be provided, so the promotion...