[netcdfgroup] What does nc_open returning 24 mean?

giuliani giuliani at lamma.rete.toscana.it
Tue Oct 23 01:40:32 MDT 2007


Too many open files?

posixio.c
[...]
        if(fd < 0)
        {
                status = errno;
[...]

On my linux at least...

/usr/include/asm-generic/errno-base.h
[...]
#define EMFILE          24      /* Too many open files */
[...]

Try to workaround with ulimit -n (at least with bash).

--
Open WebMail Project (http://openwebmail.org)




More information about the netcdfgroup mailing list