From: David K. <dav...@ak...> - 2018-08-08 17:41:13
|
Hi all, I received an ExodusII mesh that uses netcdf4 format, and currently when I try to read it in using my libMesh installation I get this error: EXODUS: Error: Attempting to open the netcdf-4 file: 'mesh.exo' with a netcdf library that does not support netcdf-4 When I configured libMesh I used --enable-everything and I did not explicitly disable netcdf-4, but from the config.log it seems that it was disabled automatically since my config.log contains "--disable-netcdf-4". I haven't installed any extra netcdf package, so I assume I'm using the one in contrib. I was wondering if anyone can provide a suggestion on what I need to do to configure with netcdf4 enabled? Thanks! David |