Out of event memory fails too quietly
nmcglo opened this issue · 2 comments
nmcglo commented
Came across an issue when testing a build on a machine running OSX and compiled using Clang.
Testing with the phold model, when it runs out of event memory, instead of suggesting the use of --extramem=
it sometimes throws the error: out of events in GVT!
. It is not entirely consistent in this as it sometimes does display the correct error.
nmcglo commented
@caitlinross So this out of events in GVT!
error seems like a catch all for 'something when wrong when trying to poll an event from a queue'. Should it maybe just be more descriptive? This error seems just a bit on the unhelpful side.