Re: fatal:NclMalloc Failed:[errno=12]

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Tue Jul 02 2013 - 08:10:19 MDT

Hi Thomas,

Do you know if your computer will allow you to grab 112 Gb of memory? This is likely not an NCL issue, but simply a limit of how much memory your computer will allow you to grab.

If you have other arrays open before you get to this error, you might want to delete as
many of them as you can to free up some memory. You can use the "delete" procedure:
   
    delete([/arr1,arr2,.../])

Where "arrn" are the names of your arrays.

--Mary

On Jul 2, 2013, at 6:39 AM, Thomas Tobian wrote:

> Dear NCL,
>
> I have the output of the model with size 112 Gb. I've created the script to
> convert the data from sigma to pressure coordinate. We are using a super computer here with
> a large of memory size, but unfortunately I got this error
>
> fatal:NclMalloc Failed:[errno=12]
> fatal:New: could not create new array:[errno=12]
> fatal:["Execute.c":7741]:Execute: Error occurred at or near line 31
>
> Is there any work around to convert the sigma coordinate to pressure
> without splitting up the data?
>
> Regards,
> Thomas Tobian.
>
>
> _______________________________________________
> 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
Received on Tue Jul 2 08:10:28 2013

This archive was generated by hypermail 2.1.8 : Fri Jul 05 2013 - 13:06:49 MDT