Re: [netcdfgroup] What does nc_open returning 24 mean?

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)



  • 2007 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: