On Thu, 5 Feb 2015, Artur Bala wrote:
The script below stops at "loop: i = 2" with the message
"Out of memory"
but I hardly can point out why!!!
Best,
Artur
*loop i=1..3*
* smpl zone=i --restrict --replace*
* loop 1000 --progressive --quiet*
* do some sorting*
* do some estimation*
* do some printing*
* endloop*
*endloop*
Thanks, Artur. I can see why that's happening (it's specific to use of
"print" in a progressive loop that's nested within another loop). Now
I just have to figure out what's the best fix.
Allin