Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OMP results problem #64

Open
jpcoding opened this issue Oct 29, 2024 · 0 comments
Open

OMP results problem #64

jpcoding opened this issue Oct 29, 2024 · 0 comments

Comments

@jpcoding
Copy link

results without openmp
./tools/sz3/sz3 -f -i $DATA/NYX_512x512x512/velocity_x.dat -3 512 512 512 -M REL 0.001 -o test.o -z test.z -a
compression ratio = 97.46
compression time = 5.325771
compressed data file = test.z
Min=-50416856, Max=31866786, range=82283642
Max absolute error = 8.2E+04
Max relative error = 0.001
Max pw relative error = 8.3E+05
PSNR = 68.309329, NRMSE= 0.0003841789261
normError = 366228371.376156, normErr_norm = 0.004903
acEff=0.999988
compression ratio = 97.458536
decompression time = 6.463747 seconds.
decompressed file = test.o

results with openmp on

./tools/sz3/sz3 -f -i $DATA/NYX_512x512x512/velocity_x.dat -3 512 512 512 -M REL 0.001 -o test.o -z test.z -a -c ../tools/sz3/sz3.config

compression ratio = 1.00
compression time = 0.200102
compressed data file = test.z
Min=-50416856, Max=31866786, range=82283642
Max absolute error = 8.2E+04
Max relative error = 0.001
Max pw relative error = 5.9E+05
PSNR = 67.269750, NRMSE= 0.0004330245281
normError = 412791688.771626, normErr_norm = 0.005526
acEff=0.999985
compression ratio = 0.999986
decompression time = 0.062369 seconds.
decompressed file = test.o

config file is attached here: sz3.config.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant