SPI

From: Setareh Rahimi <setareh.rahimi_at_nyahnyahspammersnyahnyah>
Date: Mon Jul 29 2013 - 16:49:31 MDT

Dear all,

As Dennis explained, I have no enough memory on my machine to run the SPI
coeds, so what can be done to fix the problem?

fatal:NclMalloc Failed:[errno=12]
fatal:New: could not create new array:[errno=12]
====

You have run out of memory on your machine. You have 2 large arrays.

  prc: 1320*360*720 = 342144000 values
  prc (bytes) = 342144000*4 = 1368576000 bytes

  spi: 6*1320*360*720 = 2052864000 values
  spi (bytes) = 2052864000*4 = 8211456000 bytes

These 2 arrays are 9580032000 bytes ( 9.58 GB)

-- 
S.Rahimi

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jul 29 16:49:41 2013

This archive was generated by hypermail 2.1.8 : Thu Aug 01 2013 - 15:55:03 MDT