You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parallel write variables with NF90_UNLIMITED dimension, the default access mode NF90_INDEPENDENT causes NaN in written file, but variables without NF90_UNLIMITED dimension are normal. When switched to NF90_COLLECTIVE, both cases are normal, but it is very slow when the data and the process number is very large (e.g., 7200 cores). The NetCDF version is netcdf-c 4.9.2 and netcdf-fortran 4.6.1. I tested in both Linux and macOS with the same behavior. The compiler is gfortran 12.3.0 and openmpi 5.0.0.
The text was updated successfully, but these errors were encountered:
When parallel write variables with
NF90_UNLIMITED
dimension, the default access modeNF90_INDEPENDENT
causes NaN in written file, but variables withoutNF90_UNLIMITED
dimension are normal. When switched toNF90_COLLECTIVE
, both cases are normal, but it is very slow when the data and the process number is very large (e.g., 7200 cores). The NetCDF version isnetcdf-c 4.9.2
andnetcdf-fortran 4.6.1
. I tested in both Linux and macOS with the same behavior. The compiler isgfortran 12.3.0
andopenmpi 5.0.0
.The text was updated successfully, but these errors were encountered: