I'm using NetCDF 4.2 with Fortran90 (using intel compiler on a nehalem system) and the memory seems to be related to the buffers of each file. But the memory use keeps growing even when the files are closed and I open new ones

I ended up writing a script around my fortran code to call it several times (only working on 150 files at a time) but this is rather annoying.

Any suggestion ?

Similar questions and discussions