Joseph Coffland

Results 112 comments of Joseph Coffland

You can build with: ``scons prefer_dynamic=systemd``

I did recently change the defaults such that the option ``mostly_static`` is no longer defaulted true. That makes ``prefer_dynamic`` unnecessary. The whole reason for ``mostly_static`` builds is that the binaries...

Yes, it's useful when we do a ``mostly_static`` build.

The ETA is computed as: ``run_time_estimate * (1 - estimated_progress)``. Run time is estimated from first from previous runs of the same WU, second from timings of previous frames and...

The issue is that Windows and macOS use a different networking code. I haven't yet implemented progress callbacks in the non-Linux code.

The ``1B of 1B`` issue will be fixed in the next release.

This is already possible. Just temporarily disable the GPU in the settings.

Let's hold off on this for now. There's a high probability it will break something. I'd like to get the alpha out first.

We can only estimate FLOPS but this could be added. The machine itself does not have anyway of telling you how many floating-point instructions a particular process has executed. Also,...