https://github.com/codarcode/z-checker
a library to characterize the data and check the compression results of lossy compressors
https://github.com/codarcode/z-checker
Last synced: 8 months ago
JSON representation
a library to characterize the data and check the compression results of lossy compressors
- Host: GitHub
- URL: https://github.com/codarcode/z-checker
- Owner: CODARcode
- License: other
- Created: 2017-03-07T20:24:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-31T20:17:57.000Z (10 months ago)
- Last Synced: 2025-10-21T05:49:57.611Z (8 months ago)
- Language: C
- Size: 11.6 MB
- Stars: 19
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
--------Z-Checker (version 0.6)--------
(C) 2016 by Mathematics and Computer Science (MCS), Argonne National Laboratory.
See COPYRIGHT in top-level directory.
***Authors: Sheng Di, Dingwen Tao ***
***Supervisor: Franck Cappello ***
=================================
This document simply introduces how to install and use the SZ compressor. More details can be found in doc/userguide.pdf.
===========Installation==========
---------------------------------
configure --prefix=[INSTALL_DIR]
make
make install
Then, you'll find all the executables in [INSTALL_DIR]/bin and .a and .so libraries in [INSTALL_DIR]/lib
===========Testing Example============
--------------------------------------
Examples can be found in the [ZC_PACKAGE]/examples
======================================
We also highly suggest you to use z-checker-installer to run Z-checker. With z-checker-installer, you can simply install all dependencies such as different lossy compressors, image plotting libraries.
Z-checker-installer can be found here: http://github.com/CODARcode/z-checker-installer