-
Notifications
You must be signed in to change notification settings - Fork 54
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
autotools build not working on current master #1320
Comments
Can you provide more information? Compiler version, os, etc - typically this error (segfault with no other output) indicates a problem with mpi and not with the test itself. |
This turns out to be a bug in netCDF 4.6.2. I am fixing now... |
Well it's also a PIO issue. I now have to change the PIO code to not rely on NULL being a valid stride (standing for all 1's). An annoyance, but required if PIO is to work with netCDF 4.6.2. So I will reopen this issue and submit a PR with those changes. |
I just want to make sure I'm understanding this - netcdf 4.6.2 is broken and this will be fixed in the next netcdf release but we still want to put a hack in pio so that it works with that version. Is that right? |
Yes, otherwise we will have to constantly answer support questions about why PIO is broken with netcdf 4.6.2. ;-) It's a simple hack that won't affect performance. |
Hi Ed - what is the ETA on this change? |
Will try to get to it next week...
…On Fri, Jan 18, 2019 at 9:48 AM jedwards4b ***@***.***> wrote:
Hi Ed - what is the ETA on this change?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1320 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEUr3OmW3hqSiq8itfTsf9B5YK9m8xbbks5vEfrigaJpZM4ZlZRr>
.
|
Working on this now... This is happening here:
|
I just checked out master and tried to build, but got a failure:
autoreconf -i && CC=mpicc CPPFLAGS=-I/usr/local/netcdf-c-4.6.2_mpich-3.2/include LDFLAGS=-L/usr/local/netcdf-c-4.6.2_mpich-3.2/lib ./configure && make check
and I get:
FAIL: run_tests.sh
Running the test itself I see the problem is test_pioc:
The text was updated successfully, but these errors were encountered: