Skip to content

Commit

Permalink
modify errBounds.cfg to make a simple demo case for tutorial users by…
Browse files Browse the repository at this point in the history
… 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.
20 changes: 12 additions & 8 deletions errBounds.cfg
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"

0 comments on commit 404a3ff

Please sign in to comment.