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
Despite using NetCDF.jl v0.11 I just got this error
NetCDF error code 24:
Too many open files
Stacktrace:
[1] check at /home/kloewer/.julia/packages/NetCDF/2DiO1/src/netcdf_helpers.jl:22 [inlined]
[2] nc_open(::String, ::UInt16, ::Array{Int32,1}) at /home/kloewer/.julia/packages/NetCDF/2DiO1/src/netcdf_c.jl:234
[3] nc_open at /home/kloewer/.julia/packages/NetCDF/2DiO1/src/netcdf_helpers.jl:103 [inlined]
[4] open(::String; mode::UInt16, readdimvar::Bool, add_finalizer::Bool) at /home/kloewer/.julia/packages/NetCDF/2DiO1/src/NetCDF.jl:911
[5] open(::String) at /home/kloewer/.julia/packages/NetCDF/2DiO1/src/NetCDF.jl:911
Despite using NetCDF.jl v0.11 I just got this error
while looping over several hundreds of those
How can there be too many open files when
NetCDF.close
is deprecated?The text was updated successfully, but these errors were encountered: