Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

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)



 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690