15 May
2017
15 May
'17
8:41 a.m.
On 15 May 2017, at 09:28, David Ham <david.ham@imperial.ac.uk> wrote:
P.S. At the start of every simulation, the following sentence is printed twice and delays the simulation for a couple of seconds: [warn] kq_init: detected broken kqueue; not using.: No such file or directory What does it mean and can we get rid of it?
The error message is some Mac issue. I see it too but I have no idea what causes it. I am not convinced that it causes any delay at all. It's simply the case that loading firedrake is not completely instantaneous.
FWIW, I believe this is this issue: https://github.com/Homebrew/homebrew-core/issues/2869 Plausibly $ brew update $ brew reinstall libevent $ brew reinstall openmpi Might fix things? Lawrence