[ncl-talk] fatal:systemfunc: cannot create child process

Rick Brownrigg brownrig at ucar.edu
Fri May 15 14:11:36 MDT 2015


Well again, without knowing anything about your system, what tasks you have
running, how many users, and the structure of your script, it is very
difficult to say.  Are you reading all 11 files at once, and how big are
the variables you are reading?  If you are reading in large variables and
performing calculations to create derived variable from which you plot
results, perhaps deleting the original variables before calling
gsn_open_wks()?



On Fri, May 15, 2015 at 2:02 PM, Vanúcia Schumacher <
vanucia-schumacher at hotmail.com> wrote:

> I'm using eleven data files and many processes, which should require
> memory, but how could fix it? any suggestion?
>
>
> ------------------------------
> Date: Fri, 15 May 2015 13:58:28 -0600
> Subject: Re: [ncl-talk] fatal:systemfunc: cannot create child process
> From: brownrig at ucar.edu
> To: vanucia-schumacher at hotmail.com
> CC: ncl-talk at ucar.edu
>
>
> Hi,
>
> That's coming from a line of code that tries to test that the output
> directory for the plot exists and is writeable.  It does so by creating a
> subprocess to perform the tests.  The errno=12 indicates there was not
> enough memory on your system to create the child process.  Without knowing
> anything about your system, its difficult to say why, but perhaps too many
> concurrent users or too many running processes, or memory-intensive
> processes?
>
> RB
>
>
> On Fri, May 15, 2015 at 1:00 PM, Vanúcia Schumacher <
> vanucia-schumacher at hotmail.com> wrote:
>
> Hi all,
>
>
> I have a problem as below, does anyone know what is the problem and how to
> fix it?
>
>
> fatal:systemfunc: cannot create child process:[errno=12]
>
> fatal:["Execute.c":8578]:Execute: Error occurred at or near line 4061 in
> file $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl
>
>
> fatal:["Execute.c":8578]:Execute: Error occurred at or near line 247 in
> file saf-monsoon.ncl
>
> line the error 247:
> wks   = gsn_open_wks ("png", "saf" )
>
>
> Thanks,
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150515/7da18766/attachment.html 


More information about the ncl-talk mailing list