Michael Kuron

Results 63 comments of Michael Kuron

We would need to essentially replace float with a custom Kahan-summed datatype so we can keep the correction term for the entirety of the simulation. If we only did Kahan...

So your tests two weeks ago used `double` only in some places which was sufficient to make the test case pass but only cost a factor of two in run...

This is a known problem (https://github.com/mcuadros/ofelia/issues/157, #4272] that ofelia never fixed. It was suggested a while ago to replace ofelia with its fork chadburn (#4362), but that fork isn‘t receiving...

> Why does mailcow use a self-scripted fail2ban solution at all? When I wrote the initial version of this script (it has changed a lot since then) in 2017, the...

Good find, I forgot IMAP and SMTP when I implemented the SRV record checking. Would you please submit a pull request to add that?

> Try setting HWLOC_CPUKINDS_MAXFREQ=adjust=50 to ignore frequency differences up to 50% and let us know if you get a single cpukind. It's unchanged, still reporting 16 different kinds. > hybrid...

> hwloc-gather-topology foo on this machine so that I debug this from here? Will do. > In the meantime setting HWLOC_CPUKINDS_HOMOGENEOUS=1 should workaround the issue. Indeed it does. > I...

> There is a series that I submitted for 6.12-rc1 that I think will make this behave properly both with acpi-cpufreq and amd-pstate. > > The PR for it is...

> Can you send the tarball foo.tar.bz2 generated by hwloc-gather-topology foo on this machine so that I debug this from here? Sorry for the delay. Here is the topology data...

> I'll use acpi_cppc/nominal_freq instead when available. Sounds good. That value is consistently reported as 4001 on this machine.