-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify errBounds.cfg to make a simple demo case for tutorial users by…
… default.
- Loading branch information
Sheng Di
committed
Feb 6, 2018
1 parent
2eb56ff
commit 404a3ff
Showing
1 changed file
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
SZ_ERR_BOUNDS="1E-1 1E-2 1E-3 1E-4 1E-5 1E-6" | ||
#SZ_ERR_BOUNDS="1E-1 1E-2" | ||
#Compression error bounds for SZ | ||
#SZ_ERR_BOUNDS="1E-1 1E-2 1E-3 1E-4 1E-5 1E-6" | ||
SZ_ERR_BOUNDS="1E-1 1E-3 1E-5 1E-7" | ||
|
||
ZFP_ERR_BOUNDS="1E-1 1E-2 1E-3 1E-4 1E-5 1E-6" | ||
#ZFP_ERR_BOUNDS="1E-1 1E-2" | ||
#Compression error bounds for ZFP | ||
#ZFP_ERR_BOUNDS="1E-1 1E-2 1E-3 1E-4 1E-5 1E-6" | ||
ZFP_ERR_BOUNDS="1E-1 1E-3 1E-5 1E-7" | ||
|
||
comparisonCases="sz_f(1E-2),sz_d(1E-2),zfp(1E-2) sz_f(1E-4),sz_d(1E-4),zfp(1E-4) sz_f(1E-6),sz_d(1E-6),zfp(1E-6)" | ||
#comparisonCases="sz_f(1E-1),sz_d(1E-1),zfp(1E-1) sz_f(1E-2),sz_d(1E-2),zfp(1E-2)" | ||
#Compression cases used for comparison between compressors | ||
#comparisonCases="sz_f(1E-2),sz_d(1E-2),zfp(1E-2) sz_f(1E-4),sz_d(1E-4),zfp(1E-4) sz_f(1E-6),sz_d(1E-6),zfp(1E-6)" | ||
comparisonCases="sz_f(1E-3),sz_d(1E-3),zfp(1E-3) sz_f(1E-5),sz_d(1E-5),zfp(1E-5)" | ||
|
||
numOfErrorBoundCases="3" | ||
#numOfErrorBoundCases="2" | ||
#Number of error bounds that the compression property results (such as distribution of errors) will be plotted for each compressor | ||
#numOfErrorBoundCases="3" | ||
numOfErrorBoundCases="2" |