-
Notifications
You must be signed in to change notification settings - Fork 262
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
Test failure in 'nc_test4_tst_filter' on Linux with netcdf v4.8.1 #2107
Comments
See if you can find the file called ' libh5bzip2.so'
and post the output here as text attachment. |
Please find the output of the command |
I tried to dig a little into the source of the error, and it seems like the error is originating from line 225 of netcdf/nc_test4/test_filter.c
|
I tried to printf the error code on line 225
|
What is the full file path for libh5bzip2.so |
\netcdf\plugins\libh5bzip2.so |
So the full path is
|
Correct |
I guess I need to see the full output of the tst_filter.sh script. |
Hello Dennis,
I am also attaching LastTest.log, in case it is helpful. Thanks, |
ok, the next step is a bit painful.
and then manually run tst_filter.sh |
Hello Dennis, Instead of manually running tst_filter.sh, I just built netcdf (the Makefile is configured to run the tests). I do get some extra output in LastTest.log. See the resulting output from LastTest.log in |
I finally found the problem. |
Okay. We have plans to change the netcdf dependency on hdf5 from v1.8.12 to v1.10.7, but not sure when. Do you think changing dependency to hdf5-1.10.7 will resolve this issue? |
Yes, I use 1.10.7 as my HDF5 for testing.
This will have two consequences:
|
BTW, 1.10.x purportedly have some performance issues. |
Thank for your help. For now, I think we will disable the filter plugin tests, and in a couple months, we will change the netcdf dependency on hdf5 from v1.8.12 to v1.10.7 (We are aware that this would introduce some performance regressions, but we have decided to go ahead nevertheless.). Once that is done, we will evaluate this again and will get back to you if we run into any issues with this. |
This issue can be closed |
netcdf version: 4.8.1
OS: Debian 10
Compiler: gcc version 8.3.0
hdf5 version: 1.8.12
While trying to build netcdf, I see the following failure in the C tests shipped with netcdf.
My guess is that one of the following changes made in netcdf v4.8.1 might be responsible for the failure that we are seeing:
#2000
#1969
Noteworthy to mention here that we are still using hdf5 version 1.8.12 with netcdf.
It would be really helpful if the developers at Unidata can help us resolve this issue?
The text was updated successfully, but these errors were encountered: