On Jul 17, 2008, at 11:23 AM, Vinodkumar Saranathan wrote: > I am trying to simulate the reflection properties of a 2D dielectric > structure on a 4GB memory 2.4GhZ Macbook (I guess only 3GB is > addresable > as it is only 32bit - not a Pro). > > The size of the block is 256x256 and when i set the resolution to > say 32, > the run fails with the following output:
I don't think there's much you can do - I suspect that you're just running out of memory. Realize that storing even a single field component in a 256x256 cell with a resolution of 32 would require half a gigabyte of memory, and Meep needs to store much more than a single field component. You probably need to go to a parallel machine if you want a computation of that size. Or find some way to reduce the size of your computational cell. _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

