EnsembleKalmanProcesses.jl icon indicating copy to clipboard operation
EnsembleKalmanProcesses.jl copied to clipboard

Memory issue and RNG not fixed for Gaussian Random Fields.

Open odunbar opened this issue 1 year ago • 1 comments

I see that repeated runs/trials of darcy.jl and darcy_accelerated.jl leads to randomness (despite attempts to fix RNG) and increasing memory.

odunbar avatar Nov 15 '23 23:11 odunbar

The memory issue was resolved in darcy_accelerated.jl by adding explicit GC calls in between the trials, however, it may be that there is still a way of making memory usage more efficient within an experiment too?

odunbar avatar Nov 16 '23 22:11 odunbar