Skip to content

Fix reading large Exodus files on windows

Update netcdf to check for function _filelengthi64 on Windows and define HAVE_FILE_LENGTH_I64 if it is. This is needed to enable code in netcdf to read large files (> 2 GB) on Windows.

Fixes paraview/paraview#18711 (closed)

Edited by Cory Quammen

Merge request reports