Re: stack size (ulimit) problem
"Steven G. Johnson" <[email protected]>
| Newsgroups | gmane.comp.science.photonic-bands |
|---|---|
| Message-ID | <[email protected]> |
On May 25, 2009, at 6:20 PM, vinod wrote: > I'm using MPB under both cygwin and Mac OS X Leopard. Im unable to > use a > resolution of more than 64 on both OS before I get a stackdump > malloc error. Is > there a way to increase the stack size in cygwin and Mac? That doesn't make sense to me. MPB doesn't allocate its grids on the stack, it uses the heap. What is your computational-cell size? i.e. when you say "resolution of 64", how many pixels does that correspond to? Steven