Releases: CODARcode/Z-checker
Z-checker 0.1.2
We added a more easy-to-use executable (createOfflineCase.sh and runOfflineCase). It also supports to put the offline assessment results into z-checker-report, by comparing a customized compressor to SZ and ZFP.
Some online functions (MPI implementation) have been added to the z-checker. The user guide is updated as well.
Rlease 0.1.1
The most important update is as follows:
The previous version can only work on a set of data files which have the same dimension size. For example, it needs to read a set of files with the same dimensions stored in the same directory. Moreover, the data files' extensions had to be ".dat".
We highly suggest you to download z-checker-installer (https://github.com/CODARcode/z-checker-installer) to use Z-checker.
In z-checker-installer, the execution command was:
./runZCCase.sh [datatype (-f or -d)] [errBoundMode] [testcase] [data dir] [dimensions....]
The new version here supports two options to read the data files, and the data files could have different dimension sizes. Moreover, the user can determine the file extension (see [extension] in the following command).
For instance, in z-checker-installer, the execution options become:
[sdi@sdihost z-checker-installer]$ runZCCase.sh
Usage: option 1: ./runZCCase.sh [datatype (-f or -d)] [errBoundMode] [testcase] [data dir] [extension] [dimensions....]
option 2: ./runZCCase.sh [datatype (-f or -d)] [errBoundMode] [testcase] [varInfo.txt]
Example: ./runZCCase.sh -f ABS testcase1 CESM-testdata/1800x3600 dat 3600 1800
./runZCCase.sh -f REL testcase2 varList.txt
Release a new version for Z-checker
Fix some bugs compared to 0.1.0.0
Support R
Z-checker
The very first version