This maybe off topic so there is some background to that issue. After a successful configuration of HDF5 I went ahead and recompiled NetCDF with PGI compilers. Following that compilation I went ahead and ran make check and all of the HDF5 tests failed. So I was not sure whether the HDF5 compilation/configuration was successful or not because of the log messages that we just discussed. Then it turns out after some searching on the web you need to have this environment variable set on Linux (and only for Linux) CPPFLAGS = -DpgiFortran -I/opt/local/include. This then ensures that all of the HDF5 tests associated with NetCDF successfully complete.
On Tue, Jun 27, 2017 at 10:07 PM, Carl Ponder <[email protected]> wrote: > On 06/27/2017 11:32 AM, ashwin .D wrote: > > When I ran that command make -i -k check it passed every singe test. There > wasn't a single error whatsoever. By the way I was able to fix that HDF5 > error associated with netCDF as well. There is an environmental variable > (that George hinted at) you have to set and and so I am all set now with > the configuration of HDF5. > > What was the NetCDF setting? I'll have to check what I'm doing. > > -- Carl > > > ------------------------------ > This email message is for the sole use of the intended recipient(s) and > may contain confidential information. Any unauthorized review, use, > disclosure or distribution is prohibited. If you are not the intended > recipient, please contact the sender by reply email and destroy all copies > of the original message. > ------------------------------ >
_______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org Twitter: https://twitter.com/hdf5
