-
Notifications
You must be signed in to change notification settings - Fork 98
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
parallel tests f90tst_parallel3.F90 and ftst_parallel.F no longer work, ftst_parallel_fill.f90 is commented out of build system #157
Comments
OK, I have fixed f90tst_parallel3.F90. But ftst_parallel.F is failing due to the provenance attribute. Here's the output of the program with logging turned on:
@DennisHeimbigner any idea what is going wrong here? I have just checked and this also occurs when running against current master of the C library. |
Here's the h5dump of the file:
|
OK, the provenence issue goes away with netcdf-c 4.6.3. So I am going to not worry about it. I have gotten two of these tests to work again, working on the third now... |
OK, the third test, f90tst_parallel_fill.f90 requires a bunch of work. I'll leave that until next time around. |
These have all been fixed by recent PRs. I will close this issue. |
When I fixed #155, two of the parallel tests fail. I commented them out to get the rest to pass, but of course we want these to work as well. ;-)
The text was updated successfully, but these errors were encountered: