You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.The text was updated successfully, but these errors were encountered: