New method like sim.estimate_mem() that can be called BEFORE sim.allocate().
For this, we should have an abstract method Variable.estimate_mem() for each variable. The screen output can show the mem usage of each variable + overhead from other parts (pproc? aux variables...)
New method like
sim.estimate_mem()that can be called BEFOREsim.allocate().For this, we should have an abstract method
Variable.estimate_mem()for each variable. The screen output can show the mem usage of each variable + overhead from other parts (pproc? aux variables...)